Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted January 25, 20241 yr Trying to install the update from my location (not at the server location) and I get the following error: "There was an error downloading the files to your server" My hoster tells me his log is showing: Thu, 25 Jan 2024 08:55:18 +0000 Exception::0 Could not list the files in the zip #0 /home/rhocar/public_html/admin/upgrade/extract.php(643): Extractor->extract(0) #1 {main} We have downloaded the zip file and that file is definately present. Any thoughts ? Alan :
January 25, 20241 yr 2 hours ago, rhocar said: We have downloaded the zip file and that file is definately present. You have downloaded the zip that is had pulled from our servers, and this will not open? I ask as it doesnt appear to be stating its not present, but rather it cant list what is in it
January 25, 20241 yr Author No, we have manually doenloaded the ZIP file and it opens correctly and everythinmg appears to be there. When the host tech support have a few minutes to spare (he's a one-man band and very busy) he will try and install it manually by inserting the files. I just wondered if there was simple fix we could do enable me to do it remotely via the usual offical automatic route. Al Edited January 25, 20241 yr by rhocar
January 25, 20241 yr Typically a server issue when something like this. Can ensure your server is compatible, otherwise, you would need to check why your server is having issues extracting the zip.
January 26, 20241 yr Author Thanks, I'll let you know the resuls. As we were happyliy running it before, I assume my host must have changed something. 23 hours ago, Jim M said: Typically a server issue when something like this. Can ensure your server is compatible, otherwise, you would need to check why your server is having issues extracting the zip.
January 26, 20241 yr Author This was the result, looks fine for me ? Al <li class="success">PHP version 8.3.2.</li> <li class="success">cURL extension loaded</li> <li class="success">DOM extension loaded.</li> <li class="success">GD extension loaded.</li> <li class="success">Multibyte String extension loaded.</li> <li class="success">MySQLi extension loaded.</li> <li class="success">OpenSSL extension loaded.</li> <li class="success">Session extension loaded.</li> <li class="success">SimpleXML extension loaded.</li> <li class="success">XML Parser extension loaded.</li> <li class="success">XMLReader extension loaded.</li> <li class="success">XMLWriter extension loaded.</li> <li class="success">Zip extension loaded.</li> <li class="success">Exif extension loaded.</li> <li class="advisory">You do not have the GMP PHP extension loaded. While this is not required for general use, it is required if you wish to use Web Push Notifications. You may wish to contact your hosting provider or system administrator to ask for it to be installed or consider switching to <a href='https://invisioncommunity.com/buy'>Invision Cloud Community</a> which has Web Push Notifications enabled.</li> <li class="success">128M memory limit.</li> <li class="success">No Suhosin restrictions.</li>
January 26, 20241 yr If it is all green there, then you would need to work with your hosting provider.
January 26, 20241 yr 10 minutes ago, rhocar said: <li class="success">PHP version 8.3.2.</li> Nope. 8.0 or 8.1
January 27, 20241 yr Yeah. As I mentioned a few times already, the check script should flag the 8.2 version as not compatible rather than checking only for 8.0+ versions... 😅
January 28, 20241 yr Author On 1/26/2024 at 6:17 PM, Jim M said: If it is all green there, then you would need to work with your hosting provider. That's who gave me those results I'm afraid. On 1/27/2024 at 3:43 AM, teraßyte said: Yeah. As I mentioned a few times already, the check script should flag the 8.2 version as not compatible rather than checking only for 8.0+ versions... 😅 Is 8.3 a problem then ?
January 28, 20241 yr 6 minutes ago, rhocar said: Is 8.3 a problem then ? Yes. The code is not fully compatible with 8.2, so it's the same for any version higher than that.
April 26, 2024Apr 26 Sorry for the bump, but I'd like to confirm that PHP v8.2 works fine, whilst v8.3 (still) doesn't. Why isn't this issue being addressed or documented?
April 26, 2024Apr 26 Just now, Ywat said: Sorry for the bump, but I'd like to confirm that PHP v8.2 works fine, whilst v8.3 (still) doesn't. Why isn't this issue being addressed or documented? In the next release, there will be an indication when you're running a PHP version higher than is compatible. PHP 8.2 will be compatible in the next major release (version 5).