How to Fix WordPress error “There has been a critical error on your website”

Step::1 First of all login to your cPanel and go to File Manager

Step::2 Go inside public_html and then open your WordPress installation directory i.e public_html/Wordpress

Step::3 Now find wp-config.php file and right click over the file and choose the Edit option

Step::4 Copy the code given below and paste it in the wp-config.php file
define( 'WP_DEBUG',true);
define( 'WP_DEBUG_LOG',true);

Step::5
Click on Save Changes

Step::6
Now go to “wp-content” folder and open debug.log file to check the error log and solve it accordingly.

Visit our Blog for more details. You can also watch the video here

  • How to Fix the WordPress Error “There has been a critical error , How to Fix WordPress error There has been a critical error on yo, wordpress, wordpress errors, cheap linux hosting
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How to Stay Logged in for a longer period in your WordPress?

Step::1 First of all you must know the theme which is currently activated in your website. So...

How to bulk delete spam comments in your WordPress website?

Step::1 Login to your cPanel and click on File Manager sectionStep::2 Go to public_html and then...

How to Change WordPress logo in wp-admin page?

Step::1 Login to your cPanel and go to File Manager sectionStep::2 Now go to Public_html Step::3...

How to Change WordPress Admin Username?

Step::1 Login to your WordPress dashboardStep::2 Now at the same time login to your WordPress...

How to Set Default Timezone in your WordPress website?

If you want to set timezone as per your country’s location then in that case you just need to...