• Resolved amandahillsdale

    (@amandahillsdale)


    I downloaded this plugin to my site this morning, then left to pickup my daughter. I am now unable to enter the backend of my wordpress site. It is redirecting me to the page I had originally created for my visitors to see. Could someone please help me to fix this.

Viewing 6 replies - 1 through 6 (of 6 total)
  • George J

    (@georgejipa)

    Hello @amandahillsdale,

    If the plugin is activated and “maintenance mode” status is activated too (from settings), then you should try to delete the plugin’s folder wp-maintenance-mode from /wp-content/plugins/ using an FTP client. But keep in mind that this plugin doesn’t have a redirection feature for the frontend of the website.

    Thanks.

    George J

    (@georgejipa)

    @amandahillsdale any news? are you sure you’re using this plugin on your website (https://www.amandahillsdale.com/) because doesn’t seem to be activated right now?

    It is a nuisance… As a temporary measure change this to read in class-mtm-admin.php and login to admin via uri/wp-admin :
    // Compacting Variables
    $date_conf = compact(‘mtm_date’);
    if ( ! is_admin() ) {
    if( !empty($maintenance) && !is_user_logged_in() && $pagenow !== ‘wp-login.php’) {
    require_once( MTM_DIR . ‘/templates/maintenance-template.php’ );
    die();
    }
    }

    Hello @kaicho,

    This plugin doesn’t have any file called class-mtm-admin.php.

    Thanks.

    Whoops! Sorry mate – wrong Maintenance Mode plugin! There’s a different plugin and it locks you out of the admin page which is rather silly. I’ve gone and published the temp fix for it on your plugin support page thinking…. Sorry again…

    • This reply was modified 7 years, 12 months ago by kaicho.

    @kaicho no problem. ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘I’m locked out of my Website’ is closed to new replies.