• Hie

    I am failing to login into my website. I am getting this message below.

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

    How do I solve this?

    Thank you.

Viewing 1 replies (of 1 total)
  • Hi,
    To solve the issue first of all you need to know from where the issue is coming. To do that you need to enable your debug mode.

    If you can access your WP installation root folder, then edit wp-config.php file.
    You should find bellow code anywhere in this file.
    define( 'WP_DEBUG', false );

    Make this value from ‘false’ to ‘true’, so your code will be
    define( 'WP_DEBUG', true );

    Now again reload your site and you should get details of the actual error which will help you to take further action.

    Regards,

Viewing 1 replies (of 1 total)
  • The topic ‘Critical error’ is closed to new replies.