Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
AndresP Posted October 2, 2020 Posted October 2, 2020 I put different rights to files, upload files, does not work. Any ideas how to solve?
Miss_B Posted October 2, 2020 Posted October 2, 2020 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?
Management Matt Posted October 2, 2020 Management Posted October 2, 2020 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. Miss_B and AndresP 1 1
AndresP Posted October 2, 2020 Author Posted October 2, 2020 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 Matt 1
AndresP Posted October 5, 2020 Author Posted October 5, 2020 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
Recommended Posts