Viewing 16 replies (of 16 total)
  • I see that one person did what I am going to suggest below, but I believe the problem is not just the same for everyone. I recommend that everybody who has a problem does the following thing:

    1. In wp-config.php add the following lines:
    define(‘WP_DEBUG’, true);
    define( ‘WP_DEBUG_LOG’, true );

    Explanation: This will create a text file in /wp-content folder. This file is named: debug.log

    2. Try to login
    3. Go to debug.log and view the file. It should have recorded the error and the reason for the Error message.

    Then you will know what causes this error.

Viewing 16 replies (of 16 total)
  • The topic ‘Login with Ajax, error message when logging in but after F5 user is logged in’ is closed to new replies.