Disable maintenance mode in basel manually
-
Hi,
how to disable the maintenance mod manually in wordpress files ?
Because i cannot access admin backend anymore i did something wrong
thanks
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
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
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