Solution If WP_DEBUG and SAFE MODE didn’t work!
-
Just sharing a solution,
if you experienced this error:
“There has been a critical error on your website. Please check your site admin email”
and tried solutions like:
define( ‘WP_DEBUG’, true );
and
define(‘CODE_SNIPPETS_SAFE_MODE’, true);
or
changing the plugin folder in ftp like ##code-snippets, or even deleted the Code Snippets plugin folder from ftp.
and it didn’t work, then this solution may help:
1. Go to your web hosting Phpmyadmin, then click Structure.
2. You will need to select your WordPress database, if it is not already selected.
3. Find and click the table named: wp_snippets
4. Find and delete the latest snippet you added before your website crashed.
Hope this helps 🙂
The topic ‘Solution If WP_DEBUG and SAFE MODE didn’t work!’ is closed to new replies.