Home Forums Basel support forum Disable maintenance mode in basel manually

Disable maintenance mode in basel manually

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #5790

    vinzbomb
    Participant

    Hi,
    how to disable the maintenance mod manually in wordpress files ?
    Because i cannot access admin backend anymore i did something wrong
    thanks

    #5792

    Artem Temos
    Keymaster

    Hello,

    Thank you for the question.

    You can disable it manually in the file basel/inc/classes/Maintenance.php. Try to comment this code

    wp_redirect( get_permalink( $page_id ) );

    Regards

    #5797

    vinzbomb
    Participant

    Ok thanks,
    But i have now only blank pages, it seems maintenance mode is disabled, but no
    frontend or backend all blank pages.
    I renamed also .htaccess to htaccessold
    I renamed also plugins folder to pluginsold
    to see if it helped, but stays the same only blank pages
    I messed something up but i cannot see what

    #5800

    Artem Temos
    Keymaster

    Probably you have some PHP error that prevents your content from being loaded. Try to enable debug mode via wp-config.php file and see them.

    Regards

Viewing 4 posts - 1 through 4 (of 4 total)