I don't think it's anything to do with Apache. But yeah, should be that simple.
EDIT: This may help?
Working perfect now cheers.
In WHM the option is within the Apache update, just had to check ZIP in the options and recompile
Thanks
I don't think it's anything to do with Apache. But yeah, should be that simple.
EDIT: This may help?
ThanksNice work on the latest version.![]()
Why would you want this?Is it possible to suggest a couple simple features? The first one I'd be interested in is having an option to automatically set the forum to maintenance mode before copying any files and when the cache rebuild is done, automatically turn the forum back to active.
I have considered doing something relating to preventing the cache rebuild / not importing the zip. Seems like a logical progression.Another thing I'd be interested in is when uploading zip files, an option to disregard the xml file. Maybe it wouldn't be too important for most users, but I'll often have an addon that has just made quick hot fixes with changes to just the php files and doesn't require rebuilding. If enabled, and an xml is present in the zip, it would be a good idea to read the xml and update the version_id and version_string in the xf_addon table in case it changed. With this option available, it might also be possible to use this as a quick way to upload anything to the forum root. Although depending on how you look at it, this could be good or bad. With a bit more tinkering maybe you could even use this addon to upgrade XF core too.(heh, probably not, I imagine a bunch of file size too large, timeout, and other random errors)
Hmm, now that you actually ask, it made me think.Why would you want this?
Cool, it would be useful indeed.I have considered doing something relating to preventing the cache rebuild / not importing the zip. Seems like a logical progression.
Yea, I just mentioned it for fun, like I said above, I could already imagine a bunch of issues.And it's a definite no to upgrading the coreDon't want to go there!
I might even be placing a block on uploading anything to default XF directories in terms of add-ons (why should an add-on ever need to copy stuff to the library/XenForo directory, for example?) but we will see.
It sounds like you installed it correctly, but I'd really need to know what that "nasty exception error" was to help you debug it.
It should have been logged in Admin CP > Tools > Server Error Log
I apologise.Is this something that I can change....should I change it?
Chris, when I try to run a "check for updates now" getting this:
Trying to get property of non-object
XenForo_Application::handlePhpError() in AddOnInstaller/Model/AddOn.php at line 291
AddOnInstaller_Model_AddOn->checkForUpdate() in AddOnInstaller/CronEntry/UpdateCheck.php at line 15
AddOnInstaller_CronEntry_UpdateCheck::checkUpdates() in AddOnInstaller/ControllerAdmin/AddOn.php at line 322
AddOnInstaller_ControllerAdmin_AddOn->actionUpdateCheckAll() in XenForo/FrontController.php at line 310
XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 132
XenForo_FrontController->run() in /home/user/public_html/admin.php at line 13
Sorry.Chris, do you know what this error is about? Sorry to bump this up![]()
$request = $client->request('GET');
$request = $client->request('GET');
Zend_Debug::dump($addOn['title']);
Sorry.
One of the add-ons you have configured for updates apparently doesn't contain a version number.
The only real explanation for this is if you aren't using a Resource Manager URL or the add-on has been deleted...
Can you post a screenshot of the add-ons you have configured for updates?
Also, to help identify the specific add-on you could edit a file and run the check again.
In library/AddOnInstaller/Model/AddOn.php
Search for:
PHP:$request = $client->request('GET');
Replace with:
PHP:$request = $client->request('GET'); Zend_Debug::dump($addOn['title']);
When you get the error, there should be a plain text dump of a list of add-on names at the top of the page. The very last one is the one throwing this error.





http://xenforo.com/community/resources/sub-nodes-in-columns.580/
Doesn't have a version number. It is a "fileless" resource so you can't check for updates.
EDIT: And in my defence, this is a new feature of the RM rolled out last week so I will need to update my code to check for that![]()
We use essential cookies to make this site work, and optional cookies to enhance your experience.