By webshaq on
I'm new to Drupal and still trying to configure my site. Recently I recieved a notice that I needed to backup and update the database for it was out of date. I started through the steps but couldn't finish the process. Presently I can't get into the site because it is in "Maintenance Mode" and I get no login panel.
What can I do? How do I get back in and continue?
Comments
Check here
Check here http://drupal.org/node/56995
--
Cheers,
Sivanandhan, P. (a.k.a. apsivam)
That works
apsivam,
That works, Thanks.
/user
log in as admin using example.com/user
======
Jason
Thanks Jason, That worked.
Thanks Jason,
That worked.
You may also try...
I just had a similar issue with a D7 site I was performing maintenance on. Logging in via http://example.com/user and http://example.com/?q=user wasn't working. What did, though, was http://example.com/user/login.
Hope this helps...
Clear the cache
For the benefit of anyone who comes across this page via a google search:
I was unable to get my Drupal 7 site out of maintenance mode despite clearing the checkbox and saving the admin/config/development/maintenance page.
The thing that fixed it for me was clearing the cache: admin/config/development/performance
Set cookie domain
I experienced this issue when migrating a site to my local MAMP environment.
The reason was that I used Backup and Migrate to export the database. The module put the site in maintenance mode as it does the backup and this configuration is persisted in the database backup file.
I could access the
domain/userlogin page but after logging in I was sent back to the main page without any login confirmation and still stuck in maintenance.I solved it by adding
$cookie_domain = 'localhost';tosites/default/settings.php. Make sure to comment out the existing cookie domain setting.This solved my problem,
This solved my problem, thanks!
Testing a backup, I was stuck in maintenance mode after logg in as admin. I updated the info about the database in settings.php but forgot to update
$cookie_domain = .newdomain.combelow.Turn off javascript
Seems in my case it was ajax-related and this worked for me in Chrome: