How to remove Down for maintenance

iguanashare4743

New Member
YetiShare User
Feb 7, 2015
125
0
0
Ok my question is if i put the site in Down for maintenance and i log out from my admin panel , how can i login again and put the maintenance mode off ..? i tried www.sitename.com/admin/login.php but it gave blank page.
 

adam

Administrator
Staff member
Dec 5, 2009
2,046
108
63
Hi,

It should still allow you to login to your admin area. i.e. yoursite.com/admin/

If not, via the database execute this sql:

Code:
UPDATE `site_config` SET  `config_value` =  'no' WHERE  `config_key`='maintenance_mode';
Thanks,
Adam.