For some reason I can not get the site to change from online to offline for each domain. The site shows content irregardless of this setting. I've tried the following:

1. I thought may be it was a bug in an older version of DA so I upgraded to the latest and it did not resolve the issue.
2. I cleared the cache and disabled caching.
3. I used the erase settings option and it didn't fix it.
4. I've confirmed that I'm not logged in as user 1
5. I installed a new test domain record and it was the same result.
6. I used the batch updating feature and it didn't work
7. I searched the issue queue for similar issues but couldn't find a resolution

I can turn the site offline using the normal site maintenance supplied by drupal.
I also have another site running domain on the same server and it toggles online and offline perfectly.

Anything else I should consider testing to resolve the issue?

Comments

agentrickard’s picture

Are other domain-specific configuration settings being honored?

bribiz’s picture

I just tested changing the menu and it does not change either. So this provides a new direction. Not just online and offline status.

agentrickard’s picture

Changing the footer message is usually the easiest thing to test.

Make sure the settings.php alteration is in effect, and check the domain_bootstrap variable in the database to make sure that Domain Conf is loading properly.

bribiz’s picture

Thank You! It was a problem in the settings.php file related to running memcache that also sets some $conf variables.

agentrickard’s picture

Category: bug » support

Just something about the order of the $conf array, or something specific to how memcache integration works?

agentrickard’s picture

Status: Active » Closed (fixed)