
Fix White Screen Of Death in WordPress
Hey Guys! Are you facing the same problem, which I had in the past. I mean the problem of White Screen of death in WordPress. Let’s fix the white screen of death in WordPress.
Usually, we get White Screen because of update in plugin, theme or whole WordPress. If you update any of them, due to bugs on the code, White-Screen of death can occur.
Therefore, I have presented the best way to solve the problem of the White Screen of Death in WordPress.
How to fix White Screen Of Death in WordPress
Let’s get started…
Step1: Login to cPanel
Go on the site of hosting provider’s site, and Login to your cPanel.
Go to Client Area
> Login to cPanel

Client Area
> Login to cPanel
Step2: Go to File Manager
After doing Login on cPanel, you will get a new interface as below:

File Manager
Just click on the File Manager
link, that you can get on cPanel.
Step3: Go to public_html
When you click on File Manager
, you will be redirected to File Manager
of your site. Now, you need to click on public_html
.

public_html
Step4: Right click on wp-config.php
Double-clicking on public_html
will redirect you to a new interface as below. Just search for wp-config.php and right click on it.

Right click on wp-config.php
> Edit
Step4.1: Click on Edit
After Right click on wp-config.php
> Edit
, you will get a new pop-up box as below, just click on edit again.

Edit
Step5: Search WP_DEBUG
After clicking on Edit
, you will get an interface as below. Just press Ctrl+F and type WP_DEBUG on the search box.

Search WP_DEBUG
Step6: Change false
into true
In line 81, you can see: define( 'WP_DEBUG', false );

define( 'WP_DEBUG', false );
in the search box(CTRL+F)Now, change false
into true

false
into true
After changing false
into true
, click on Save Changes
.
Now, we can go to your site, and you can see the reasons for the white screen of death on your wordpress site. Just read those errors and correct them and the white screen of death error will be solved.