WordPress Error: There has been a critical error on your website. Please check your site admin email inbox for instructions

There are following steps you can refer to resolve such issues. most of times this issue occurs due to bad/partial plugin installation.

  • Always turn on debug.log file using adding below properties in wp-config.php file. define( 'WP_DEBUG', true ); define( 'WP_DEBUG_LOG', true );
  • Go to wp-content/debug.log file and check if you have any Fatal error there. If you find any fatal error related to any WordPress file it may be linked to any
    plugin.
  • Go to plugin folder under wp-content and rename the plugin folder.
  • Access the wp-admin page again you will be able to login successfully and issue will be resolved for you.

Leave a Comment