Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted July 27, 20222 yr During an upgrade to 4.7 I got the following error (while it was trying to extract the files) "There was an error downloading the files to your server. Please download the update and upload the files to your server, or contact us for assistance." For future reference is there any way to see what the error actually was? I suspect it's file permissions but without knowing where I can't really fix them.
July 27, 20222 yr Community Expert Its very likely its your tmp folder that is not writable. So I would suggest checking that. If you take a look in uploads/logs you may see the error in there
July 27, 20222 yr Author Solution I was right about permissions 🙂 Wed, 27 Jul 2022 10:29:28 +0000 Exception::0 fopen(../../applications/core/extensions/core/AchievementAction/Comment.php): failed to open stream: Permission denied #0 /var/www/brfcs/admin/upgrade/extract.php(241): Extractor->_extractFile(248) #1 /var/www/brfcs/admin/upgrade/extract.php(643): Extractor->extract('240') #2 {main} The folder AcheivementAction did't have write permissions for the user doing the upgrade. Edited July 27, 20222 yr by brfcs