Categories
WordPress

Debugging WordPress – First Step

You’ve navigated to a certain window at the wp-admin area of your website and your site displayed a blank page. It could have been almost any page (for example, you clicked on All Posts) and I am sure that lots of WordPress users experienced this problem at least once.

Before you contact your hosting provider or a friend who is a fellow WordPress user (and it turns out that he is your best friend at that moment 😀 ), there is also some troubleshooting you can do on your own.

Categories
WordPress

White Screen of Death After a Plugin/Theme Update? Don’t Panic!

It happened to all of us, we were checking on our WordPress website, we’ve updated a plugin (a set of plugins even!) or maybe a theme, and instead of our awesome website of awesomeness, there was a just a big white screen laughing at us. This has happened before and it will happen many times more in the future. The most important thing to know in this situation is that it can easily be fixed! Just follow the steps below:

  • Log into the FTP of the site by using an FTP client – I recommend Filezilla which I use on a daily basis
  • Navigate to the wp-content directory of your site and enter the plugins directory (or themes if you updated a theme)
  • Find the plugin/theme folder which you updated and rename it (you can rename it to anything you want – plugins1, 2plugins, myplugins etc.)

This action will deactivate that particular plugin/theme and you will regain control of your website. If you updated a set of plugins and you don’t remember which ones they were, you can rename the whole plugins directory and thus deactivate all the plugins on the site. Afterwards, by logging into the wp-admin area of the site, you can activate them one by one in order to locate the culprit!