[TH] Install and Upgrade [Deleted]

I keep trying to install addons from links, I keep getting errors along this line:

Server Error
This filter needs the zip extension

  1. Zend_Filter_Compress_Zip->__construct() in Zend/Filter/Compress.php at line 107
  2. Zend_Filter_Compress->getAdapter() in Zend/Filter/Decompress.php at line 47
  3. Zend_Filter_Decompress->filter() in Waindigo/InstallUpgrade/Model/InstallUpgrade.php at line 43
  4. Waindigo_InstallUpgrade_Model_InstallUpgrade->_extractFromArchive() in Waindigo/InstallUpgrade/Model/InstallUpgrade.php at line 21
  5. Waindigo_InstallUpgrade_Model_InstallUpgrade->extractFromFile() in Waindigo/InstallUpgrade/Extend/XenForo/Model/AddOn.php at line 19
  6. Waindigo_InstallUpgrade_Extend_XenForo_Model_AddOn->installAddOnXmlFromFile() in XenForo/ControllerAdmin/AddOn.php at line 187
  7. XenForo_ControllerAdmin_AddOn->actionInstall() in Waindigo/InstallUpgrade/Extend/XenForo/ControllerAdmin/AddOn.php at line 31
  8. Waindigo_InstallUpgrade_Extend_XenForo_ControllerAdmin_AddOn->actionInstall() in XenForo/FrontController.php at line 337
  9. XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 134
  10. XenForo_FrontController->run() in /home/addendum/public_html/admin.php at line 13
I feel like this has to do with write permissions on the server, and potentially ZIP setups, but I'm not sure what directories need these permissions or anything like that. Any ideas?
 
i change my host and got some error

1 - when i upload zip file
Unable to copy all files. Check permissions and reload page or upload manually to continue.

2 - when i use the xenforo.com url
Unable to Connect to tcp://xenforo.com:80. Error #0: php_network_getaddresses: getaddrinfo failed: Name or service not known

php version 5.5.6 ><
 
You will need to speak to your web host about these issues. It may be that you are unable to use this add-on on your server.
 
You will need to speak to your web host about these issues. It may be that you are unable to use this add-on on your server.
iam the root of the vps :( but dono how to solve it !!
can u help me with that
and thanks


thanks i just solve the problem and work fine
there was problem with the nameserver in the dns file
and i just change the
permission again for the folders and work fine now
 
Last edited:
I keep trying to install addons from links, I keep getting errors along this line:

Server Error
This filter needs the zip extension

  1. Zend_Filter_Compress_Zip->__construct() in Zend/Filter/Compress.php at line 107
  2. Zend_Filter_Compress->getAdapter() in Zend/Filter/Decompress.php at line 47
  3. Zend_Filter_Decompress->filter() in Waindigo/InstallUpgrade/Model/InstallUpgrade.php at line 43
  4. Waindigo_InstallUpgrade_Model_InstallUpgrade->_extractFromArchive() in Waindigo/InstallUpgrade/Model/InstallUpgrade.php at line 21
  5. Waindigo_InstallUpgrade_Model_InstallUpgrade->extractFromFile() in Waindigo/InstallUpgrade/Extend/XenForo/Model/AddOn.php at line 19
  6. Waindigo_InstallUpgrade_Extend_XenForo_Model_AddOn->installAddOnXmlFromFile() in XenForo/ControllerAdmin/AddOn.php at line 187
  7. XenForo_ControllerAdmin_AddOn->actionInstall() in Waindigo/InstallUpgrade/Extend/XenForo/ControllerAdmin/AddOn.php at line 31
  8. Waindigo_InstallUpgrade_Extend_XenForo_ControllerAdmin_AddOn->actionInstall() in XenForo/FrontController.php at line 337
  9. XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 134
  10. XenForo_FrontController->run() in /home/addendum/public_html/admin.php at line 13
I feel like this has to do with write permissions on the server, and potentially ZIP setups, but I'm not sure what directories need these permissions or anything like that. Any ideas?
I have the same problem. This is a Windows 2012 Server/IIS server. This addon tries to use C:\Windows\Temp as the working directory instead of using upload_temp_dir from php.ini. Allowing write permissions to C:\Windows\Temp is a security concern as it is a system folder.

As was said this addon can't be used on Windows servers or any server that uses a system folder for temp dir until it is coded to use the ini directive for the temp upload directory. The other addon installer works fine. I wanted to use this one because it does more than just install/upgrade addons.
 
I get this error when the XML install script tries to run:

Code:
Parse error: syntax error, unexpected T_FUNCTION in /home/adminx/public_html/library/Waindigo/InstallUpgrade/Listener/TemplatePostRender.php on line 48
 
I get this error when the XML install script tries to run:

Code:
Parse error: syntax error, unexpected T_FUNCTION in /home/adminx/public_html/library/Waindigo/InstallUpgrade/Listener/TemplatePostRender.php on line 48
Try re-uploading the same XML. Let me know if you get the same error.
 
The above was the error when I tried to run the XML on the server. When I try to run the XML from the download on my desktop, I get:
Code:
Server Error

Invalid argument supplied for foreach()
1.XenForo_Application::handlePhpError() in Waindigo/InstallUpgrade/Extend/XenForo/ControllerAdmin/AddOn.php at line 48
2.Waindigo_InstallUpgrade_Extend_XenForo_ControllerAdmin_AddOn->actionInstall() in XenForo/FrontController.php at line 347
3.XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 134
4.XenForo_FrontController->run() in /home/adminx/public_html/admin.php at line 13
 
I get this error when the XML install script tries to run:

Code:
Parse error: syntax error, unexpected T_FUNCTION in /home/adminx/public_html/library/Waindigo/InstallUpgrade/Listener/TemplatePostRender.php on line 48
This appears to be a XenForo 1.1 error. Is this correct?
 
Red lorry, yellow lorry, red lorry, yellow lorry...

This is all very strange. Can you drop me a PM with your email address and I'll send an update that should hopefully fix this, although neither should really be errors in the first place. o_O
 
Back
Top Bottom