Posts

Showing posts with the label wordpress critical error message

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. Call  +1-857-342-2365 for help and support to Fix Critical Error WordPress Website .

How to fix the Critical Error in WordPress Website?

Image
  Enable Debug in WordPress If you’re having trouble with WordPress, one of the first things you should do is enable debugging. With debug mode on, you’ll be able to see the various PHP errors occurring on your site, and you can use this to trace back to the root of the issue. As you may be unable to access your dashboard, you’ll also need to enable the debug log. This will write all PHP errors to a file. Enabling debugging is very easy. Just log in to the hosting dashboard, then go to  Sites  >  Tools  >  WordPress debugging  and click  Enable . You can then look around your site to find the cause of the issue or check the log. Make sure to disable debugging when you’re done, as it’s visible to your visitors as well as you. If you need to manually turn on debugging, or you need to access the debug log, follow these steps. Step 1:  Connect to your site with FTP. Step 2:  Find  wp-config.php  in the root folder and op...