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!
Read »









Possible fix....
bmp81 2 years 26 weeks 2 days 20 hours ago
Ok first off I am a newbie, I installed Ubuntu for the first time yesterday.
I have installed XAMPP (LAMPP) and I am in the process of installing Drupal now that I have setup my Drupal DB.
When I was FTPing Drupal over to my webserver I renamed default.settings.php to settings.php as the video suggested.
What the video didn't suggest was that default.settings.php should remain in the ../sites/default folder alongside the new settings.php (on the web server)
I too was getting this error when trying to save my configuration in the Drupal install so I FTP'd the original default.settings.php file over to ../sites/default so it was in the same folder as settings.php.
I reloaded the page (the one with the error) and it worked, the Drupal install kicked off.
Not sure if you are having the same problem - I hope this helps.
Blake.