I have 2 domains. Playing around with On-line/Off-line switches I ended up with both domains On-line (according to settings), but only one shows up with front page; the other shows the "beta is currently under maintenance" message. Any way to "force" on-line mode? then I could try to reproduce it.
Comments
Comment #1
agentrickardAccording to which settings? admin/build/domain/conf/# or admin/settings/site-information?
Comment #2
agentrickardadmin/settings/site-maintenance, not admin/settings/site-information
If you submit the forms at either of those paths from _any_ subdomain, it will currently save the subdomain settings to your root domain.
Comment #3
skizzo commentedI got it. After playing with enable/disable caching,
I left the caching set as "Normal (recommended, no side effects)"
That caused the problem, I believe. Switching to "Disabled" fixed it.
Comment #4
agentrickardWas this, by chance, related to http://drupal.org/node/188160?
Comment #5
agentrickardOK, so we should clear the page cache when a domain is added or removed? Or just during uninstall?
Comment #6
skizzo commentedI was playing around with both issues at the same time, but I don't know for shure whether this is related to http://drupal.org/node/188160 . Clearing the cache for removal/uninstall (infrequent events) seems a good
practice anyway. Maybe it is not needed for additions.
Comment #7
agentrickardWell, installing / uninstalling modules called menu_rebuild, which should clear the page cache, so I don't think we need to do anything.
See http://api.drupal.org/api/function/menu_rebuild/5
Comment #8
agentrickard