Different login problem after upgrade from 4.3.1 to 4.4.2
-
Hello,
I have problem to login to wp-admin after upgrade from 4.3.1 to 4.4.2.
After update, wp-admin said about database upgrade requirement, so I did that. Then login page displayed normaly, but after entering login/pass it never goes in. It stucks with rotating progress indicator in browser’s tab and with message “Waiting for my-example-domain.com” in browser’s status line and that’s all. From that moment, I’m unable to visit wp-admin login page at all, until I clear browser cookies for that domain.I tried with no luck many hits I found on the web, including these:
– file permission correction ( https://www.xackphobe.com/2016/02/03/solved-wordpress-wp-admin-redirect-loop-cant-log-in/ )
– deactivating plugins by plugin directory rename
– deactivating plugins inside mysql database (wp_options table)
– deactivating themes by themes directory rename
– cleared browser cache
– adding define(‘WP_HOME’,’https://example.com’); and define(‘WP_SITEURL’,’https://example.com’); into wp-config.phpNone of them worked.
htaccess contains:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>Site error log doesn’t show any problem, neigher access log…
I only found out, that when I replace wp-includes/pluggable.php with file from WP 4.3.1, I’m able to login…
Can you please help me to solve this problem? I don’t know, what else to try…
Many thanks.
Jan
- The topic ‘Different login problem after upgrade from 4.3.1 to 4.4.2’ is closed to new replies.