3 Aug
2006
3 Aug
'06
1:39 p.m.
Gerhard Killesreiter schrieb:
Earl Miles wrote:
Jeremy Epstein wrote:
Hi guys, http://drupal.org/cvs?file=/sites/default/settings.php
The root cause of this is the installer, which writes directly to settings.php.
The problem is that the installer writes to the file in default/settings.php. The installer should create an appropriate subdiretory /mydomain and then copy the settings.php file there and write to the copy.
To quote Steven "if we are going to have an installer we might as well do it right". :p
Cheers, Gerhard
Yes, I did also wonder about that. Actually, we *should* do it right, which means letting the installer create a new directory in sites/ and copying settings.php there.