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
Comment #1
agentrickardAre other domain-specific configuration settings being honored?
Comment #2
bribiz commentedI just tested changing the menu and it does not change either. So this provides a new direction. Not just online and offline status.
Comment #3
agentrickardChanging 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.
Comment #4
bribiz commentedThank You! It was a problem in the settings.php file related to running memcache that also sets some $conf variables.
Comment #5
agentrickardJust something about the order of the $conf array, or something specific to how memcache integration works?
Comment #6
agentrickard