Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted October 3, 2024Oct 3 I initiated a forum update and was prompted to manually install some Redis and Store php files. I've done those manually, but it still says I need to update them and thus I'm stuck in the upgrade loop. These are the files, all of which I downloaded from the client area and replaced on-server. Ideas?
October 4, 2024Oct 4 Community Expert If re-uploading them doesn't work it's possible the files are owned by another user/group and aren't being overwritten properly. You can check yourself if you know how (SSH, etc), or ask your hosting for help.
October 4, 2024Oct 4 Author If re-uploading them doesn't work it's possible the files are owned by another user/group and aren't being overwritten properly. You can check yourself if you know how (SSH, etc), or ask your hosting for help. I'm self-hosting and I'm the owner 😄 They've got the right permissions and have been replaced fully.
October 4, 2024Oct 4 Community Expert How did you bypass the check? I have exactly the same problem… Andreas If you upload a fresh set of files from your client area, it should correct this. If not, this is the bypass Add this to a constants.php file. Its important you remove this after the upgrade <?php define('UPGRADE_MD5_CHECK', false);