Add-on Install & Upgrade

Add-on Install & Upgrade 1.4.3

No permission to download
That error has existed since day one.

What's likely to have happened is you have an add-on in your update list which has been deleted from the resource manager or doesn't have a version number.

Remove that, and you won't see the error again.
 
Fun fact it was the update of "Add-on Install & Upgrade" where I did the last update by the URL and it was stored. But the URL was the one of the Update page ;)
Code:
http://xenforo.com/community/resources/add-on-install-upgrade.960/updates
Instead of the one
Code:
http://xenforo.com/community/resources/add-on-install-upgrade.960
So this error is solved thanks for your hint.
 
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.
 
Back
Top Bottom