I am updating my site (php 5.29/ cgi) to Drupal 6.13 and our settings (phpinfo() )are as follows;
register_argc_argv On On
register_globals Off Off
register_long_arrays On On
We are experiencing the following error on the intial execution of the update.php file;
--------------------------------------------------------------------------------------------------------------------------------------------
register_globals is enabled. Drupal requires this configuration directive to be disabled. Your site may not be secure when register_globals is enabled. The PHP manual has instructions for how to change configuration settings. (Currently using PHP register globals Enabled ('0 register_long_arrays'))
--------------------------------------------------------------------------------------------------------------------------------------------
We do not know what to do because we have turned the register_globals off and it is evident in the information returned by phpinfo(). We have been trying to turn register_long_arrays off but we cannot do so.
Help please!
Read »








