When I first install Drupal I get the following errors just after I have entered all the database connection information:

Warning: fopen(./sites/default/default.settings.php) [function.fopen]: failed to open stream: No such file or directory in D:\xampp\htdocs\drupal\includes\install.inc on line 188

Warning: Cannot modify header information - headers already sent by (output started at D:\xampp\htdocs\drupal\includes\install.inc:188) in D:\xampp\htdocs\drupal\includes\install.inc on line 618

Warning: Cannot modify header information - headers already sent by (output started at D:\xampp\htdocs\drupal\includes\install.inc:188) in D:\xampp\htdocs\drupal\includes\install.inc on line 619

I am currently using:

Xampp 1.7.3
Apache 2.2.14
MySQL 5.1.41
PHP 5.3.1

I use this same server for running our Moodle environment as well as MySQLDumper and both of those sites work fine.

Any help would be greatly appreciated.

Thanks. Nick Oliver.

Comments

xiaozhixz’s picture

many web hosting company afford the service of simplescripts, then even we don't have professional knowledge, we can set up website easily

zirzy’s picture

Hi furnessnick!

I had the same problem today and the reason why that information comes is that you still have to include file "default.settings.php" in "./sites/default/" root. :)