How to recover a dead WordPress site

I discovered this by accident and it worked! I had a blank white page on my local WP test site after installing a plugin or maybe another problem, who knows? I could not even login, as the pages were just stuck loading.

Any way if you append your base URL with this “wp-/plugins.php?deactivate-all=true” it allows you to deactivate all plugins from the outside of . I did this and now my site is functional again. Of course you get the login screen first, to authenticate the call

Prior to this, I could not get past the login screen even to disable stuff in in the usual way.

The full url call looks like this on my machine. http://localhost/wordpress/wp-admin/plugins.php?deactivate-all=true

Related posts:

  1. How to move a WordPress site
  2. WordPress Site Performance
  3. WordPress as a wiki?
  4. Web Site Analysis
  5. Three cheers for WordPress!

Related posts brought to you by Yet Another Related Posts Plugin.

Tags: , , ,