I have a 2-language site - english and slovak. I can not turn the maintenance mode off for the slovak language - the maintenance page is shown for that language whether it is set to be the default language or not. The admin user can access the slovak version of the site, but the pages accessed show a note that the site is in off-line mode. The site can be accessed in a newly-added language.

Can anybody help?

Thank you

A.

Comments

jose reyero’s picture

Status: Active » Closed (won't fix)

This variable is checked too early so we cannot make it multilingual.

So, maintenance mode is an all-or-nothing setting

sano’s picture

Hi Jose,

I think I was not clear enough in my description. I am not trying to suggest that the maintenance mode should be possible to turn on/off independently for languages active in a drupal installation. In fact, that is what is happening in my app right now (see http://www.nabezky.sk/ versus http://www.nabezky.sk/en) and I want to get rid of that behavior. I want to be able to turn maintenance mode off/on for all installed languages.

Is it clear now?

Thank you.

sano’s picture

Status: Closed (won't fix) » Needs review
brucepearson’s picture

Check to make sure "site_offline" is not listed as a multilingual variable. http://drupal.org/node/313272

jose reyero’s picture