TheDesignspace
Incorrect "register globals enabled" error in Drupal on hostgator


April 09, 2008
Drupal | PHP

When I installed a new version of Drupal on one of my sites, an error showed up on the administration page:

The status page reports:


Checking phpinfo() showed that Register Globals was "off". This thread on Drupal.org, discusses the fact that even if phpinfo() shows that Register Globals is OFF, this error may still show up, because of a bug in some versions of Drupal.

According to php.net, Register globals can be turned off in .htaccess files like this:


# PHP 4, Apache 2.
<IfModule sapi_apache2.c>
# add the following directive to the list:
php_flag register_globals off
</IfModule>

Posted by ellen at April 09, 2008 09:43 PM | TrackBack

 Comments
 Post a comment
Name:


Email Address:


URL:


Comments:


Remember info?



Recommended Reading