We have moved the check for existence of Domain Access specific files higher in the global.inc, and it works fine, but only for web based access, because this check is now inside if (isset($_SERVER['HTTP_HOST']) && isset($_SERVER['SERVER_NAME'])) {}, so it doesn't work properly on command line. Note that we did this initially to avoid duplicate checks for files existence and to use correct cache key in Redis - HTTP_HOST when Domain Access module exists and SERVER_NAME otherwise.

Comments

henk’s picture

Bug still appear. Maybe you can add some "domain.name" parametr to the script in command line?

omega8cc’s picture

Status: Active » Fixed

Fix committed: http://drupalcode.org/project/octopus.git/commit/cf5e723

We will apply the hotfix on all hosted and remotely supported instances later today.

Others can apply this and some other hotfixes with:

wget -U iCab http://files.aegir.cc/update/global-fix.sh.txt
bash global-fix.sh.txt
rm global-fix.sh.txt
henk’s picture

Thanks. It seems to hotfix solve my problem.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.