Echo Px Web Technologies Pvt. Ltd.

How to fix register_globals error in drupal

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.

Follow these steps to fix this.

  1. Open a new notepad document and enter the following code:
    register_globals = off
  1. Save this file as 'php.ini' and upload it in the respective root directory
Tagged under: