Drupal logout under site-maintenance offline

Dragan Eror's picture

This is my solution. Update site status directly in database. Please copy/paste next MySQL queries into terminal or into phpMyAdmin's SQL Query window!

First to do:

UPDATE variable SET value = 's:1:"0";' WHERE name= 'site_offline';

Second to do:

DELETE FROM cache WHERE cid = 'variables';

After that your Drupal website is back online and you can Administrating again ;)

[ close ]
Help Upgrade the Web: Download Firefox 3.6