Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
AlexWright Posted August 6, 2022 Posted August 6, 2022 Hi all, Seeing a problem here upgrading from 4.6.12 to 4.7.0. This is a direct upload of files from the client area to the server, and we're now getting: The error shown here. It is definitely from the 4.7.0 files, and the permissions are set to 0777 via Filezilla. Not entirely sure what's going on here, however because of the update, the site is currently down. Any help appreciated.
teraßyte Posted August 6, 2022 Posted August 6, 2022 I noticed the same issue with an upgrade earlier. It seems the MD5 hash of the new patched files is wrong for that specific one. I bypassed the error by adding the constant to skip the MD5 check for now. AlexWright 1
Solution Randy Calvert Posted August 6, 2022 Solution Posted August 6, 2022 If you are ABSOLUTELY sure you have the correct files, you can skip the integrity check by adding \define( 'UPGRADE_MD5_CHECK', FALSE ); to your constants.php file. One the upgrade is complete, remove that line so that it does not always skip it going forward. Marc, SMC_admin, AlexWright and 2 others 2 1 2
SMC_admin Posted August 7, 2022 Posted August 7, 2022 Thankyou! I've been working on this for two hours now, in various download, restore from backup, retry permutations. SeNioR- 1
Recommended Posts