XF 2.3 No upgrade available

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