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

boombatower’s picture

Status: Active » Postponed (maintainer needs more info)

The only think SimpleTest does to ensure the code is there is test the following condition:

if (isset($GLOBALS['simpletest_installed'])) {

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.

realpath(conf_path() . '/settings.php'

Those are Drupal's functions, so either Drupal is reading out of wrong spot or you have something interesting going on.

ddproxy’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

Figured it out - closed ticket

It was my problem, too many subdomains for my little brain.