How to fix “There has been a critical error on your WordPress Website” error on AMP
If you’ve ever heard of the Blue Screen of Death with Windows, well WordPress has an equivalent, which is called the White Screen of Death. That seems scary. Please do note that even though it may be scary, your site isn’t lost. It can be fixed. Why this error Occur s ? 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. 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. Due to these above reasons, your website will be blank and the “There has been a Critical Error WordPress Website ” error message will appear on the browser. How to debug it 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 mak...