• Has anyone seen this message when they try to login to wordpress?

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

    Learn more about troubleshooting WordPress.

    Does anyone know what this means or what to do. I am stumped!!!

    • This topic was modified 2 years, 7 months ago by Jan Dembowski.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello @centsix
    Please turn on the debug on and check why you getting this error. for turn on debug follow below steps.

    Step 1: Connect to your site with FTP.
    Step 2: Find wp-config.php in the root folder and open it with a text editor or IDE.
    Step 3: Place the following code at the bottom of the document, just before the final message, then save and close the file:

    define( ‘WP_DEBUG’, true );

    define( ‘WP_DEBUG_DISPLAY’, false );

    define( ‘WP_DEBUG_LOG’, true );

Viewing 1 replies (of 1 total)
  • The topic ‘Unable to access wordpress through my login’ is closed to new replies.