0
1

I accidentally turned on maintenance mode and now am locked out of my site. How can I turn it off without using the ui?

asked 28 Jul '10, 00:17

harmanjd's gravatar image

harmanjd
86147
accept rate: 50%


I found a way.

In the database there is an entry in the forum_keyvalue table "MAINTAINANCE_MODE". Clearing the value of this turns maintenance mode off.

update forum_keyvalue set value=null where key='MAINTAINANCE_MODE';
link

answered 28 Jul '10, 00:23

harmanjd's gravatar image

harmanjd
86147
accept rate: 50%

edited 28 Jul '10, 00:23

Not sure why. Setting the value to null doesn't work for me. What's even stranger is that I dropped the database, recreated it, and it's still stuck in maintenance mode.

(07 Aug '10, 18:37) bbpan

You have to reset the cache to. Clear the cache folder.

(07 Aug '10, 18:40) Hernani Cerq... ♦♦

Ah... thanks.

(08 Aug '10, 04:06) bbpan
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×18
×10

Asked: 28 Jul '10, 00:17

Seen: 555 times

Last updated: 08 Aug '10, 04:06

powered by OSQA