Thread Starter
mkrysl
(@mkrysl)
In the case of my second site it was a login redirect plugin that wasn’t configured correctly. As for the first site, the problem seems to have gone away. Frustrating, but glad to have it resolved.
Thread Starter
mkrysl
(@mkrysl)
I know it’s been a while since I originally posted this. Honestly, I became so disgusted with the problem I just abandoned my blog altogether. Now, I’m working a site for a client of mine and the same thing is happening — login redirect back to the login page with reauth=1 in the url. This is a different host, different installation, and different domain. In this case there was no upgrade, just a move from host (GoDaddy) to another (Rackspace).
t-p, thank you for your response. Unfortunately, the debug options aren’t working either. Here are my debug settings. This produces no log file in the wp-content folder. If I turn off the log file and turn on display, I also get nothing.
define(‘WP_DEBUG’, true);
define(‘WP_DEBUG_LOG’, true);
define(‘WP_DEBUG_DISPLAY’, true);
define( ‘SCRIPT_DEBUG’, true );
If anyone has any other suggestions I would really appreciate it.
Thank you.