Skip to main content

503 Service Unavailable

Comments

2 comments

  • Infopro
    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 Codex
    0
  • shaun
    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-cli wget https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar -O wp-cli chmod 755 wp-cli
    Change into accounts wordpress dir cd 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.