Error: Incompatible environment

When installing Drupal 6.* and running the install script, and you receive the error above, you must create a php.ini file with the following line. If there is already a php.ini file, just append the line to the bottom of the file.

register_globals = off

More information here: http://drupal.org/node/222343

You have viewed this page 1 times