• Resolved ericr23

    (@ericr23)


    In the Debug tab, I click on the “Last logged to” link and enter the provided Username/Password (as both username and password), and it’s rejected. What am I doing wrong?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Do you see any errors in the error log of your webserver?

    You should also look at the view script. It will be in wp-content/cache/ and be named view_xxxxxxxx.php – the first bit of code should contain the username/password.

    There’s also a chance you don’t have the correct authentication module installed. If you’re using Apache2, the auth_basic module provides this functionality. You can enable it (as root) with the a2enmod command.

    Thread Starter ericr23

    (@ericr23)

    Thanks. No applicable errors. “httpd -M” shows that auth_basic_module is loaded.

    Do you see the correct username and password in the view_*.php file in wp-content/cache/?

    Thread Starter ericr23

    (@ericr23)

    Yes, it’s the same provided on the settings page (debug tab).

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘I can’t log in to view the debug log’ is closed to new replies.