Chris D XenForo developer Staff member Sep 3, 2024 #3 "Second launch"? What exactly were the steps you took? Upvote 0 Downvote
B briansol Well-known member Sep 3, 2024 #4 Saw this too- some caching involved i think. Also, got 'stuck' on the lock file not going away again after the install completed. admin cp shows: Upvote 0 Downvote
Saw this too- some caching involved i think. Also, got 'stuck' on the lock file not going away again after the install completed. admin cp shows:
O Old Nick Well-known member Sep 3, 2024 #5 After receiving the 'no upgrade available' message I closed the tab then reopened the ACP then started the upgrade again, this time it worked. Upvote 0 Downvote
After receiving the 'no upgrade available' message I closed the tab then reopened the ACP then started the upgrade again, this time it worked.
Chris D XenForo developer Staff member Sep 3, 2024 #6 briansol said: Saw this too- some caching involved i think. Click to expand... Almost certainly. briansol said: the lock file not going away again Click to expand... The lock file is never supposed to go away. It should always be present. internal_data/install-lock.php locks the installer so it cannot be re-run. It's nothing to do with upgrades. Upvote 0 Downvote
briansol said: Saw this too- some caching involved i think. Click to expand... Almost certainly. briansol said: the lock file not going away again Click to expand... The lock file is never supposed to go away. It should always be present. internal_data/install-lock.php locks the installer so it cannot be re-run. It's nothing to do with upgrades.
Chris D XenForo developer Staff member Sep 3, 2024 #7 Old Nick said: After receiving the 'no upgrade available' message I closed the tab then reopened the ACP then started the upgrade again, this time it worked. View attachment 310260 Click to expand... Probably opcaching. Not a lot we can do. Some server environments are more aggressive than others. Might take a few minutes sometimes. Upvote 0 Downvote
Old Nick said: After receiving the 'no upgrade available' message I closed the tab then reopened the ACP then started the upgrade again, this time it worked. View attachment 310260 Click to expand... Probably opcaching. Not a lot we can do. Some server environments are more aggressive than others. Might take a few minutes sometimes.
B briansol Well-known member Sep 3, 2024 #8 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 Upvote 0 Downvote
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
CedricV Well-known member Sep 3, 2024 #9 Have the same thing, I'll wait for the cache to refresh. Upvote 0 Downvote