This error may occur during Drupal installation as:
The following error must be resolved before you can continue the installation process:
register_globals is enabled. Drupal requires this configuration directive to be disabled. Your site may not be secure when register_globals is enabled.
register_globals is enabled. Drupal requires this configuration directive to be disabled. Your site may not be secure when register_globals is enabled.
Follow these steps to fix this.
- Open a new notepad document and enter the following code:
register_globals = off
- Save this file as 'php.ini' and upload it in the respective root directory

