Quote Originally Posted by AlexT View Post
My PHP Version is 5.2.1.
Thank you,
Alex

Try this fix for admin/includes/functions/html_output.php

replace line 333 with the following code:

Code:
// bof php5 fix - aclarke - 301206
    if (empty($default) && isset($GLOBALS['$name'])) $default = stripslashes($GLOBALS['$name']);
	// eof php5 fix - aclarke - 301206