Hi all I do not know to how to fix this error .can any one help me with this

register_globals is enabled. Drupal requires this configuration directive to be disabled. Your site may not be secure when register_globals is enabled.

Thank you

Comments

pallenbrown’s picture

create a text file called php.ini

containing the following:

register_globals = Off
memory_limit = 32M

Save the file and upload it to the root of your drupal installation.
Continue your installation.

If your installation is complete, but you were blocked by this issue (such as enabling the clean urls option) confirm the PHP register globals status is disabled by logging into your admin profile and then Go to Administer --> Status report.

shout out’s picture

Thank you but this did not work please advise.