Configuration problem: The PHP setting 'register_globals', which is a huge security risk, is turned on.
There should be a line in the .htaccess file as follows: php_flag register_globals off
If the line is present but has a # at the start, remove the # character.
Please read the INSTALL and config-dist.php files for more information.