Hey, I see what you are having problems with.
How are you setting it in, like for maintacine mode, in the local config.
# Maintenance mode - this disables the site to non-admins
Config::Set('MAINTENANCE_MODE', false);
Config::Set('MAINTENANCE_MESSAGE', 'We are currently down for maintenance, please check back soon.');
Is this what you have right now? double check your local config to see.