SimpleTest could not be installed. Must add code to the /home/clients/websites/(wrong location)/settings.php file please see INSTALL.txt. (Currently using SimpleTest code addition Not-found)
settings.php is linked correctly but regardless, the module seems to be looking in the wrong location, the old directory, for the settings.php
How can this be solved?
Comments
Comment #1
boombatower commentedThe only think SimpleTest does to ensure the code is there is test the following condition:
IF that is not triggered then it would seem that the settings.php file you put code in is not included/used by Drupal. SimpleTest does not actually load the file itself, it just uses the following code to display it in the message for you convenience.
Those are Drupal's functions, so either Drupal is reading out of wrong spot or you have something interesting going on.
Comment #2
ddproxy commentedFigured it out - closed ticket
It was my problem, too many subdomains for my little brain.