• Resolved Vanderlindemedia

    (@jvanderlinde)


    As title says, ive encountered 3 wordpress websites now that get “stuck” after updating to the latest (5.9) wordpress version. The only way to evade this loop being unable to not enter the wp admin anymore, is to delete and re-install the plugin manually again.

Viewing 15 replies - 1 through 15 (of 15 total)
  • Thread Starter Vanderlindemedia

    (@jvanderlinde)

    Edit; keeps looping back and forth to wp-admin/upgrade.php?_wp_http_referer=%2Fwp-admin%2F

    Thread Starter Vanderlindemedia

    (@jvanderlinde)

    4th site now in a loop.

    I think it’s best to add a button to the admin bar to “clear” or “flush” the redis object cache.

    It requires me to completely delete and re-install the plugin again to “avoid” the above error.

    I have several sites with the same problem.

    Plugin Author Till Krüss

    (@tillkruess)

    Try running Redis-cli FLUSHALL to clear all caches, that will resolve the loop if it’s related to Redis.

    Thread Starter Vanderlindemedia

    (@jvanderlinde)

    And how do we do that without SSH access to redis object cache? Reboot is’nt an option with 400 days of a uptime.

    Plugin Author Till Krüss

    (@tillkruess)

    If you don’t have CLI access (yikes), then you could try any Redis GUI app to flush your server.

    If you’re unable to do that either, I’d strongly advice against using Redis at all.

    Thread Starter Vanderlindemedia

    (@jvanderlinde)

    Directadmin integration. I’m able to create redis instances or delete m, have to alter wp-config with the login details and port number, and thats it.

    Thread Starter Vanderlindemedia

    (@jvanderlinde)

    But there is’nt a way to hard flush using wordpress admin toolbar button itself?

    Plugin Author Till Krüss

    (@tillkruess)

    Not in the adminbar, but from Settings > Redis.

    Thread Starter Vanderlindemedia

    (@jvanderlinde)

    Yeah and that leaves us in a loop, also if you hard type wp-admin/admin.php?page=litespeed-db_optm for example.

    Plugin Author Till Krüss

    (@tillkruess)

    You can exit the loop by deleting the wp-content/object-cache.php file.

    You can create your own adminbar node: https://github.com/rhubarbgroup/redis-cache/issues/224

    We also welcome pull requests if you’d like to contribute that feature.

    Thread Starter Vanderlindemedia

    (@jvanderlinde)

    Why not integrate it into the admin toolbar. Works for litespeed. And solves future issues with updates.

    Plugin Author Till Krüss

    (@tillkruess)

    If you’d like to see this feature, you’re welcome to contribute it, or hire someone to do so.

    It’s very rarely requested and would unnecessarily clutter the adminbar for most users.

    Thread Starter Vanderlindemedia

    (@jvanderlinde)

    Add an option then “Integrate in admin bar” so users can choose or pick. I manage 2700 websites or so. I often as a extra service update and test the whole thing for various clients. This is just time robbing when websites do chrash and the wp-admin cant be accessed.

    Plugin Author Till Krüss

    (@tillkruess)

    I don’t take instructions personally, but you’re welcome to contribute the feature you want on GitHub.

Viewing 15 replies - 1 through 15 (of 15 total)
  • The topic ‘Latest WordPress Update Database Updated loop’ is closed to new replies.