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

agentrickard’s picture

According to which settings? admin/build/domain/conf/# or admin/settings/site-information?

agentrickard’s picture

admin/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.

skizzo’s picture

Status: Active » Closed (fixed)

I 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.

agentrickard’s picture

Was this, by chance, related to http://drupal.org/node/188160?

agentrickard’s picture

OK, so we should clear the page cache when a domain is added or removed? Or just during uninstall?

skizzo’s picture

Status: Closed (fixed) » Active

I 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.

agentrickard’s picture

Well, 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

agentrickard’s picture

Status: Active » Closed (fixed)