Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted October 2, 20204 yr I put different rights to files, upload files, does not work. Any ideas how to solve?
October 2, 20204 yr Community Expert Can you double check that those files mentioned in the red message are indeed present in your forum folder? What Ftp program did you use to upload the files for the upgrade, FileZilla?
October 2, 20204 yr Management If you genuinely believe those files to be Ok (original files, and writeable) then you can add: \define( 'UPGRADE_MD5_CHECK', FALSE ); In your constants.php file. This prevents the file check from occurring.
October 2, 20204 yr Author 10 minutes ago, Miss_B said: Can you double check that those files mentioned in the red message are indeed present in your forum folder? What Ftp program did you use to upload the files for the upgrade, FileZilla? yes there are files 4 minutes ago, Matt said: If you genuinely believe those files to be Ok (original files, and writeable) then you can add: \define( 'UPGRADE_MD5_CHECK', FALSE ); In your constants.php file. This prevents the file check from occurring. i will try thanks
October 5, 20204 yr Author On 10/2/2020 at 12:59 PM, Matt said: If you genuinely believe those files to be Ok (original files, and writeable) then you can add: \define( 'UPGRADE_MD5_CHECK', FALSE ); In your constants.php file. This prevents the file check from occurring. thanks, solved the problem