I get these 3 error messages after I save the settings for my sql database in the drupal installation:
Warning: fopen(./sites/default/default.settings.php) [function.fopen]: failed to open stream: No such file or directory in /homez.157/ibnoobs/www/drupal-6.13/includes/install.inc on line 188
Warning: Cannot modify header information - headers already sent by (output started at /homez.157/ibnoobs/www/drupal-6.13/includes/install.inc:188) in /homez.157/ibnoobs/www/drupal-6.13/includes/install.inc on line 618
Warning: Cannot modify header information - headers already sent by (output started at /homez.157/ibnoobs/www/drupal-6.13/includes/install.inc:188) in /homez.157/ibnoobs/www/drupal-6.13/includes/install.inc on line 619
I have no idea what these mean or how to solve them (I'm a total noob still), so help is really appreciated!
Comments
Getting same error here
Getting same error here too.
Anyone found a solution to this?
I got the same error messages
I got the same error messages when I first installed Drupal because I was renaming the default.setting.php file to setting.php. You need to make a copy of that file and rename it. Drupal uses the default.setting.php file during setup and throws those errors if it's not there.
Thank you!
Thanks for the information. I was having the same problem, and adding the default.settings.php fixed it. many thanks!