By shout out on
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
Fastest fix for register_globals enabled
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.
Fastest fix for register_globals enabled
Thank you but this did not work please advise.