register_globals is enabled
Categories:
register_globals is enabled
Sometimes on some hosts you will get an error or warning after installing Drupal that says "register_globals is enabled". You can correct this by creating a php.ini file in your drupal root directory and then inserting the following line of code:
register_globals = Offyou can see the complete drupal post here: http://drupal.org/node/216882
- 704 reads
Post new comment