Drupal 6.6 fail
What is this nonsense?!?!? This is after drupal connects with my DB
Warning: fopen(./sites/default/default.settings.php) [function.fopen]: failed to open stream: No such file or directory in /var/www/web2bu/includes/install.inc on line 188
Warning: Cannot modify header information - headers already sent by (output started at /var/www/web2bu/includes/install.inc:188) in /var/www/web2bu/includes/install.inc on line 618
Warning: Cannot modify header information - headers already sent by (output started at /var/www/web2bu/includes/install.inc:188) in /var/www/web2bu/includes/install.inc on line 619
UPDATE: The line in question, 188, in install.inc looks for default.setting.php I actually did an mv default.settings.php settings.php when it should have been: cp default.settings.php settings.php