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
Comment #1
jose reyero commentedThis variable is checked too early so we cannot make it multilingual.
So, maintenance mode is an all-or-nothing setting
Comment #2
sano commentedHi 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.
Comment #3
sano commentedComment #4
brucepearson commentedCheck to make sure "site_offline" is not listed as a multilingual variable. http://drupal.org/node/313272
Comment #5
jose reyero commentedSee #905428: Multiple issues with i18n variables: wrong multilingual variables, cache rebuild, etc..