By buellwinkle on
I'm getting the following error immediately when trying to install 6.14 -
register_globals is enabled. Drupal requires this configuration directive to be disabled. Your site may not be secure when register_globals is enabled.
When I disable register_globals, I then get
CGI Error
The specified CGI application misbehaved by not returning a complete set of HTTP headers.
I disabled register_globals by creating a php.ini file in my root directory with this statement - php_value register_globals 0
Any ideas on how to get past this? My ISP is EDTHOSTING and used them for years, it's IIS 6, MySQL 6 and PHP 5.0.4.
Comments
ISP made that change and now
ISP made that change and now I got further. It's now failing at the next step, create the MYSQL tables. Now I probably know more about MySQL than most working with it every day for work. I have a database I created that's being used to evaluate Joomla, but for some reason, Drupal doesn't like it. Here's the message, but don't understand what the permission is that was denied, a database permission or a file permission? -
Warning: fopen(./sites/default/settings.php) [function.fopen]: failed to open stream: Permission denied in C:\Inetpub\WebSites\buellwinkle_com\drupal\includes\install.inc on line 236
Warning: Cannot modify header information - headers already sent by (output started at C:\Inetpub\WebSites\buellwinkle_com\drupal\includes\install.inc:236) in C:\Inetpub\WebSites\buellwinkle_com\drupal\includes\install.inc on line 618
Warning: Cannot modify header information - headers already sent by (output started at C:\Inetpub\WebSites\buellwinkle_com\drupal\includes\install.inc:236) in C:\Inetpub\WebSites\buellwinkle_com\drupal\includes\install.inc on line 619