1) Start with totally fresh install, no settings.php files should exist
2) Click "Save and continue" and the "Save and continue" again on the "Choose Language Screen"
3) Errors are generated at the top of the page:
Warning: Invalid argument supplied for foreach() in /path/to/install/includes/database/database.inc on line 1438 Warning: Cannot modify header information - headers already sent by (output started at /path/to/install/includes/database/database.inc:1438) in /path/to/install/includes/bootstrap.inc on line 1003 Warning: Cannot modify header information - headers already sent by (output started at /path/to/install/includes/database/database.inc:1438) in /path/to/install/includes/bootstrap.inc on line 1003 Warning: Cannot modify header information - headers already sent by (output started at /path/to/install/includes/database/database.inc:1438) in /path/to/install/includes/bootstrap.inc on line 1003 Warning: Cannot modify header information - headers already sent by (output started at /path/to/install/includes/database/database.inc:1438) in /path/to/install/includes/bootstrap.inc on line 1003 Warning: Cannot modify header information - headers already sent by (output started at /path/to/install/includes/database/database.inc:1438) in /path/to/install/includes/bootstrap.inc on line 1003 Warning: Cannot modify header information - headers already sent by (output started at /path/to/install/includes/database/database.inc:1438) in /path/to/install/includes/bootstrap.inc on line 1003
The errors disappear after you create the settings.php file
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | no_setting_file_fix.patch | 534 bytes | Steve Dondley |
Comments
Comment #1
Steve Dondley commentedChanged title to more accurately reflect problem.
Comment #3
Steve Dondley commentedA patch.
Comment #4
asimmonds commentedThere's a earlier issue on this #671366: Installer is broken
Comment #5
Steve Dondley commentedBeen a while since I contributed to core. Don't know how picky people are these days. Below is a slightly more readable/efficient way, perhaps?
Comment #6
Steve Dondley commentedMarking as a dupe: http://drupal.org/node/671366