When installing SimpleTest I get:
- warning: file_get_contents(sites/default/files/../settings.php) [function.file-get-contents]: failed to open stream: No such file or directory in /home/jens/src/web-workspace/ungpirat.6/modules/simpletest/simpletest.install on line 140.
- SimpleTest could not be installed. Must add code to the /home/jens/src/web-workspace/drupal-6/sites/default/settings.php file please see INSTALL.txt.
I am running a multisite install with sites/mysite symlinked to another folder in Linux.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | find_settings.php_.patch | 637 bytes | ztyx |
Comments
Comment #1
ztyx commentedI seem to have solved it using
conf_path()instead of the detour of usingfile_directory_path()and going up in file hierarchy.Attaching patch.
Comment #2
moshe weitzman commentedi submitted a patch on this yesterday.