How to debug a fatal error also known as 500 Error

Why Fatal error Occurs ?

  1. These happen when your function name same, syntax error, missing the code from a file or incorrect code at that time Fatal error will occur.
  2. This error usually occurs when installing or upgrading a theme or plugin. They could be conflicting with each other maybe because of the same function name or class name. It could also be caused by a failed plugin/theme update.
  3. Due to this above reasons, your website will be blank and the 500 error message will appear on the browser.

How to debug a fatal error

Step 1: Check your website directory and open the wp-config file on your server.

In this file you need to search for this code WP-DEBUG it will be false you need to make that true see the below screenshot.

Once you save this file and refresh your website it will show exact error why your site is down like.

Step 2: From the above screenshot, you can see the exact path which has caused your website down and you can see the exact path that is the line number along with the name of the file and also the plugin name. So you need to read the message and find out which plugin or theme made your website down

Step 3: Once you got it then you need to delete that particular plugin or theme and your website will be up and running instantly.

Note: If it is one of your old plugin or theme which you are using then you just need to rename the file name and it will automatically be deactivated in the dashboard.

Lastly, you just need to contact that particular plugin or theme authors and tell them that you have faced this issue when installing or updating their plugin or theme and there will help you in fixing those error.

That’s it for this tutorial!

We hope it helped you. If you have any feedback or questions, then please share them in the comments section below.

Share
Published by
Sonali R

How to add Adobe Analytics in AMP

Follow these steps to add Adobe Analytics in AMP Step 1: Go to WordPress Admin Area -> AMP…

3 months ago

What is the CWV plugin all about

Core Web Vitals are the subset of Web Vitals that apply to all web pages,…

6 months ago

How to fix “Alternate page with proper canonical tag” Page Index issue in Google Search Console

The following reasons can be shown for non-indexing. Server error (5xx) Your server returned a 500-level…

7 months ago

Google Analytics ( GA4 ) integration in AMPforWP

We have added the Google Analytics 4 ( GA 4 ) integration in AMPforWP v1.0.80.…

12 months ago

How to add Marfell Analytics in AMP

In this article, I will show you how to add Dotmetrics Analytics to your AMP…

1 year ago

How to modify the H1-H6 size for mobile devices

In this option, we will show you how to modify the H1-H6 size for mobile…

1 year ago