Skip to main content
David Waumsley

The WordPress'no-update required' loop

WP-No-Update-Required-Loop

The Problem

You try to login to your WordPress site at www.mysite.com/wp-admin and get redirected to  www.mysite.com/wp-admin/upgrade.php?_wp_http_referer=%2Fwp-admin%2F

You see the message “No Update Required. Your WordPress database is already up-to-date”  You press “Continue” but instead of going to the login screen you find yourself on the home page. It’s a loop.

The Solution

Memcache on your server is likely the cause and needs flushing.   Memcache speeds up database calls by storing data in the server’s RAM to reduce the number of times a database is queried.

If your host is SiteGround (the Grow Big or Go Geek plans) you can login to your cPanel go to SuperCacher and “flush” your Memcache there.  Memcache is generally not available on shared hosting,  but it is with SiteGround.

If you don’t have Memcache try disabling any caching programs you have via an ftp program (like FileZilla) by going to /public_html/wp-content/plugins/your cache program and rename the folder. You do this by right clicking on the folder (as below) and add a digit to the end of the folder name. My caching program here is WP Rocket, but you may have something like the popular WP Cache or W3 Total Cache plugins.

You could also rename the entire plugins folder if you think other plugins could also be caching.

FileZilla-wordpress-no-update

Finally you could try manually uploading a fresh install of WordPress via ftp. You only need to drag the unzipped WordPress folder to the root of your site and allow all overwriting when prompted. Failing this it could be time to call your hosting company.