503 Service Unavailable
Please any help to troubleshoot my client website
(Service Unavailable)
I installed a zip compression plugin on the website through wp-admin dashboard and I'm not able to access the site anymore either through and this message shows.
The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
Additionally, a 503 Service Unavailable error was encountered while trying to use an ErrorDocument to handle the request.w
website - Removed -
-
I installed a zip compression plugin on the website through wp-admin dashboard and I'm not able to access the site anymore either through and this message shows.
This guide on managing plugins should be of some use to you: Managing Plugins " WordPress Codex0 -
You could try using wp-cli to see if you can disable or delete that plugin. Change into the accounts home dir cd /home/useracct/
Download wp-cliwget https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar -O wp-cli chmod 755 wp-cli
Change into accounts wordpress dircd public_html/wordpress
List installed plugins/home/useracct/wp-cli plugin list
Deactivate Plugin/home/useracct/wp-cli plugin deactivate
Delete Plugin/home/useracct/wp-cli plugin delete
Hope that helps.0
Please sign in to leave a comment.
Comments
2 comments