XF 2.3 No upgrade available

  • Thread starter Thread starter Deleted member 184953
  • Start date Start date
After receiving the 'no upgrade available' message I closed the tab then reopened the ACP then started the upgrade again, this time it worked.

Capture d'écran 2024-09-03 145007.webp
 
Ahh, i see.

Anyway, to anyone else seeing this issue, and using caching:

turn off cache by setting this to false:

$config['cache']['enabled'] = false;

in your config file

and then re-run the rebuilt master data set by re-going to /install/

then turn cache back on with a true flag.

if your site goes offline again, you need to clear the cache.
I use redis:

command line:

$sudo redis-cli flushall



Next time, turn off your cache BEFORE the upgrade :D
 
Back
Top Bottom