• 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.php

    None 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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter petyy

    (@petyy)

    I would like to add, that fresh WordPress works ok… Seems really strange…

    I had the same issue with linux + PHP 5.6 + open_basedir set + mod_mcrypt. Are you using this combination?

    You should be able to fix it either by disabling mod_mcrypt, or by adding “/dev” to your open_basedir path.

    I have reported the issue.

    Sorry, but how do you post a new thread/question? The only option I see is to reply!

    Thread Starter petyy

    (@petyy)

    phil1984: sadly, I have PHP 5.5.27 and no open_basedir set and no mod_mcrypt enabled :/

    Newrone: …go to the forum where you want to post article and you’ll have “Add new >>” besides name of the forum…

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Different login problem after upgrade from 4.3.1 to 4.4.2’ is closed to new replies.