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 ;)

Comments

Anonymous's picture

Other soluution

Or you can go to /user and login again :)

Post new comment

  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
Image CAPTCHA
Enter the characters shown in the image.