Closed (duplicate)
Project:
Drupal core
Version:
6.16
Component:
install system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Mar 2010 at 16:23 UTC
Updated:
21 Mar 2010 at 19:15 UTC
on line 176 of install.inc
$default_settings = './sites/default/default.settings.php';
causes my installations to error out silently during datebase configuration.
If I instead use
$default_settings = './sites/default/settings.php';
I can get past this.
Comments
Comment #1
e_velkova commentedIt does not work for me...
I got this 404 error message, after the window for choosing the language. When i click on the english version, the next window is 404 can't find the install.php.
Do you have any other advice?
Comment #2
noobizness commentedI have actually figured it out. The instructions say to copy the config file. you MUST >>>COPY<<< the config file, because if you do what comes natural to a busy/lazy admin and just >>>RENAME<< the config file you create an error condition.
Comment #3
David_Rothstein commentedYup, currently you need to copy the file - renaming it breaks things :( See #312144: Install fails when default.settings.php is not present for the main issue discussing this.