By andrewblack on
sorry if this topic duplicated.. i just install drupal 5.10, my phpinfo shows register_globals ON and .htaccess that i uploaded from drupal source said php_value register_globals 0.
when i installed drupal always said "Incompatible environment
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. The PHP manual has instructions for how to change configuration settings. (Currently using PHP register globals Enabled ('1'))"
how can i fix that?
TIA
Comments
Check with your host ...
If you are using a shared hosting environment, check with your host and ask them to disable register_globals on your site/server. I've found that some hosts argue for enabling it and may not tweak that for you.
You may also be able to disable it if you're running on your own server (or have access to your php.ini file). See instructions here:
http://drupal.org/node/222343
thanks
thanks.. yes i use share hosting.. is it possible that .htacces not working?
it;'s work
i using php.ini and now it's working.. thanks