Add-on Install & Upgrade

Add-on Install & Upgrade 1.4.3

No permission to download
Any Idea why i am getting this error ?

ErrorException: Trying to get property of non-object - library/AddOnInstaller/Model/AddOn.php:291
Generated By: Unknown Account, 9 minutes ago
 
I will be releasing an update shortly so the update is skipped instead of throwing that error.
 
  • Like
Reactions: DFI
No. In fact, with what I did today, those errors people got previously won't be logged at all any more.
 
I get this error:
Code:
Server Error

This filter needs the zip extension

    Zend_Filter_Compress_Zip->__construct() in Zend/Filter/Compress.php at line 107
    Zend_Filter_Compress->getAdapter() in Zend/Filter/Decompress.php at line 47
    Zend_Filter_Decompress->filter() in AddOnInstaller/Model/AddOn.php at line 32
    AddOnInstaller_Model_AddOn->extractZip() in AddOnInstaller/ControllerAdmin/AddOn.php at line 134
    AddOnInstaller_ControllerAdmin_AddOn->actionInstallUpgrade() in XenForo/FrontController.php at line 337
    XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 134
    XenForo_FrontController->run() in /var/www/web120088/html/GTA/admin.php at line 13
 
You will need to get your server set up so it is compiled with Zip support. Currently your server doesn't support handling Zip files.
 
Chris, for the add-ons where it detects an update and actually there is not because of incorrect string version, could you add a link in the overlay which says "Add-on is fully up to date." to ignore this update ?
 
That's already a feature.

When you click the Check for Updates button:

image.webp

Ignore this update logs the current version string and doesn't notify you there's an update until that version string changes again.
 
Back
Top Bottom