Forums

[resolved] [Plugin: Maintenance Mode] Freezing my site (2 posts)

  1. ThorHammer
    Member
    Posted 2 months ago #

    I try to build my site while the maintenance-mode prevent it to be public visible during the building. But suddenly my dashboard became incredible slow, I could not get access to the admin-view of the site, and it became more or less impossible to reach anything.
    So..I am a bit f***ed. I cant access the plugins in order to deactivate it.

    Please.
    Help.

    http://wordpress.org/extend/plugins/maintenance-mode/

  2. dtiger2k
    Member
    Posted 2 months ago #

    Try going to http://www.yoursite.com/wp-admin and you should get your admin login page.

    If that doesn't work you could FTP into your server and access the plugins directory, delete the maintenance-mode directory and your front end will come back up and you will be able to login to admin again.

    Possibly, part of the problem could be with other plugins you have installed. I had a similar problem also. If you would like to try this again, once you install maintenance mode plugin add this line of code:

    && !strstr($_SERVER['PHP_SELF'], 'plugins/')

    around line 68 in the maintenance-mode.php file. If the problem is with one of your other plugins this will fix it.

    Hope this helps,
    Daniel

Reply

You must log in to post.

About this Topic