• WordPress won’t allow a user login (not wrong password, seems to force a reauth):

    https://www.example.com/wp-login.php?redirect_to=http%3A%2F%2Fwww.example.com%2Fwp-admin%2Fprofile.php&reauth=1

    Things I’ve done that haven’t worked:
    Resetting user password with WP-CLI
    Removed all plugins
    Changed to a default theme
    Created a new user with WP-CLI
    Checked database siteurl option
    Forced a core update
    Recreating wp-config.php from the sample file,
    Replaced all WordPress core files manually via FTP.

    Still not possible to log in. I’m guessing this would point at some kind of database corruption, but testing the database locally it seems fine…

    Server is debian/nginx/HHVM/mysql

    $ mysql –version
    mysql Ver 14.14 Distrib 5.6.23, for debian-linux-gnu (x86_64) using $ hhvm –version
    HipHop VM 3.5.1 (rel)
    Compiler: tags/HHVM-3.5.1-0-gb723e67c88bc008676687a04dff00db1faf250b3
    Repo schema: a395edf8708632a3d09f417dbd9b1bd1d5b50bbe

    Any ideas?

Viewing 1 replies (of 1 total)
  • Thread Starter jrandomh

    (@jrandomh)

    Switching from HHVM back to PHP5-FPM sorted this out.

    I suspect something to do with batcache/memcache – I had some “f_mkdir/nnnn: Permission denied” errors in the HHVM log, but there isn’t a clean timeline link between them.

Viewing 1 replies (of 1 total)
  • The topic ‘Won't allow user login (forces a reauth)’ is closed to new replies.