wordpress agency, wordpress agency for development, enterprise wordpress, wordpress website, wordpress developer, make a website, wordpress sites, wordpress blog, wordpress for dummies, wordpress website development, wordpress website design, wordpress design, wordpress web design, wordpress help, wordpress designer, premium wordpress themes, create a wordpress website, wordpress plugin development, wordpress theme development, build a wordpress website, wordpress website templates, wordpress web, woocommerce plugin, wordpress free website, wp themes, setting up a website, wordpress web development, wordpress homepage, wordpress cms, best wordpress sites, custom wordpress theme, wordpress for beginners, best wordpress websites, using wordpress, wordpress designs, create website using wordpress, wordpress web developer, wordpress website hosting, wordpress website examples, create new website, start a website, wordpress premium, wordpress web hosting, create wordpress, wordpress customization, wordpress plugin developer, create wordpress theme, custom wordpress development, wordpress guide, wordpress programming, wordpress design services, create wordpress blog, wordpress website tutorial, using wordpress to build a website, how to build a wordpress website, wordpress website developer, using wordpress to create a website, custom wordpress design, wordpress website designers, building a website from scratch, online site hosted by wordpress, wordpress website development company, hosted wordpress, i want to create a website, best wordpress, build website using wordpress, woocommerce wordpress, website using wordpress, make a wordpress website, setting up a wordpress site, start a wordpress blog, wordpress web design company, wordpress website development services, buy wordpress themes, custom wordpress, create wordpress site, wordpress web design services, wordpress themes for business, wordpress page, world press website, custom wordpress website, steps to create a website, websites created with wordpress, best way to create a website, wordpress web design for dummies, wordpress website design company, learn wordpress step by step, build wordpress site, building a website for dummies, using wordpress for a website, create a website from scratch, wordpress website themes, website design using wordpress, wordpress business website, best way to build a website, design wordpress theme, wordpress site design, wordpress professional, wordpress blog page, wordpress site development, how to create a website with wordpress, top wordpress sites, make a website from scratch, make a webpage, build your own wordpress website, setting up a wordpress blog, get wordpress, wordpress layouts, building a website, wordpress website design tutorial, wordpress free site, website creation, e commerce website, website design, create wordpress account, wordpress web development services, design a website, wordpress cms tutorial, setting up your own website, create your own website wordpress, website developer, website developers, best premium wordpress themes, wordpress free blog, top wordpress websites, create a blog website, build wordpress theme, webdesign, website design companies, best way to make a website, web agency, web developers, custom wordpress plugin development, web page design, wordpress malware, web design companies, ecommerce website design, designer websites, professional website design, wordpress best themes, wordpress create website free, professional website, custom wordpress website design, wordpress blog examples, wp plugin development, examples of wordpress sites, web development companies, web design agency, wordpress webpage, custom website design, mobile website design, best way to learn wordpress, web development agency, popular wordpress blogs, setting up a wordpress website, ecommerce web design, create your own wordpress theme, custom web design, ecommerce website development, wordpress web design theme, build your own wordpress site, website companies, website design agency, website development company, wordpress for business, web application development, best wordpress designers, custom website, web design tools, professional web design, web creation, design companies, web design studio, web development websites, new wordpress, ecommerce design, how to use wordpress to create a website, website design and development, wordpress website management, wordpress start, make a wordpress site, wordpress membership plugin, new wordpress website, web design and development, make wordpress, custom wordpress site, the best wordpress themes, ecommerce web development, wordpress application development, great wordpress sites, wordpress theme designer, new website design, wordpress step by step, web design portfolio, develop website using wordpress, create professional website, best web design, online wordpress, new wordpress site, wordpress tutorials for beginners, best web design company, create wordpress template, start wordpress website, themes wordpress, world press website design, build your website with wordpress, best wordpress blogs, learn to build a website, wordpress tutorial 2022, woocommerce shop, web design prices, premium wp themes, ecommerce website development company

WordPress Agency for Development | Vipe Studio » WordPress Issues » White Screen of Death in WordPress

White Screen of Death in WordPress

Reading Time: 3 minutes

One of the most popular WordPress related issues is, without doubt, the White Screen of Death (WSoD). The most annoying thing of this error is that there is no particular clue of what exactly might have caused it and hence the irritation and despair that comes with it when it happens.

Being one of the most common issues in WordPress the WSoD is well documented and there are numerous fixes and advice on how you can go ahead and get to the bottom of it and find the root cause.

In this article, we will present several fixes and tests that you can make to investigate this. So let’s begin:

Fix File Permissions

Check your permissions. Check your file and folder permissions and make sure they have the default ones – 644 for files and 755 for directories. If you have access to a terminal you can run the following commands from the document root folder of the website:

find . -type d -exec chmod 755 {} \;
find . -type f -exec chmod 644 {} \;

Define memory limit

Increase the memory limit. Check if the memory that you have set is not too low. It is a common case that some plugin or a theme will need specific memory value to run correctly. You can put the following line in your wp-config.php file:

  Resolving WordPress RSS Feeds Error

define('WP_MEMORY_LIMIT', '768M');

This can also be done via the php.ini file with the following line:

memory_limit = 768M

In this case, you will need to have in mind the PHP value limits imposed on the server (if there are ones).

Disable plugins

Disable all plugins. A common trick to try to test is to disable all plugins. Then if the site loads you will know that one(or more) of them is the main reason for the issue. You can then try to enable them one-by-one and then check the website behavior after activating them.

You can deactivate the plugins via the website backend. If you cannot access the website backend you another easy trick is to use FTP, or the File Manager of the host and navigate to the wp-content/plugins folder in your document root and just rename it to for example plugins.rename. This is not the most recommendable way to do this but if you have no other access it can do the trick.

Theme change

Change the active theme. Another popular check and test are to change the active theme of the website. You can test with one of the default ones such as Twentyseventeen for example. Again the theme might be changed via the WordPress backend or if you do not have access to the backend you can do it via the database and the phpMyAdmin interface.

  10 Indications Your WordPress Website Is Hacked

If you can log at the backend and you can see that there are some plugins and theme/s that needs updating you can try to update them as the newer versions might fix the issue

PHP Version

Check the PHP version. You can check the current PHP version of the website and try to change it to a lower and/or higher one.

Bonus: Error Log

Switch on debug mode. You can try to enable the debug mode in WordPress and see if this will give you any hints. You can do this by adding the following lines in your wp-config.php file:

define( 'WP_DEBUG', true );
define( 'WP_DEBUG_LOG', true );
define( 'WP_DEBUG_DISPLAY', false );

These lines will enable the debug mode but also make sure that the errors are not displayed on the frontend. Once you add these lines, this will log errors to a file called debug.log located in the wp-content folder.

Some of these checks and fixes might need a bit more technical knowledge but they might worth trying as in most cases one of these tests will lead you in the right direction and the main reason for the WSoD.

Looking for WordPress Website Development for your Business?

Our professional developers have proven experience in building high-quality business websites that outperform the competition, thanks to our meticulous attention to detail and the implementation of cutting-edge technologies. We will conduct an in-depth business analysis to ensure the website we create for you meets your highest expectations. Your site will have all of the necessary elements to assist you in increasing your ROI and sales.

Contact Us

The content of this website is copyrighted and protected by Creative Commons 4.0.

Vipe Team

Author Vipe Team

Our tireless team who creates high-quality WordPress-related content for you 24/7/365.

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

We have already created hundreds of profiting websites!

We have already created hundreds of profiting websites!

Subscribe to our newsletter and get our best WordPress tips!

[mc4wp_form id="8747"]