Stuck in Maintenance Mode

Permalink 1 user found helpful
Hi Guys,

I put my site into maintenance mode and I also have Pretty URL's enabled. Now I'm unable to get out of maintenance mode. As soon as I login and navigate to the dashboard, I am being logged out.

It would be highly helpful if someone could help me out with this.

Thanks,
Syed Mushran

 
syedmushran replied on at Permalink Best Answer Reply
I was able to fix it myself by going to
application\config\generated_overrides\concrete.php
and changed the following line from
'maintenance_mode' => true,

to
'maintenance_mode' => false,


Hope this helps someone.