clove28
Active member
Thanks Liam. There was an error that's why it didn't complete the rebuild. It's alright now. Thanks!The rebuild didn't complete when you installed the add-on, you should re-import the XML file
Liam
Thanks Liam. There was an error that's why it didn't complete the rebuild. It's alright now. Thanks!The rebuild didn't complete when you installed the add-on, you should re-import the XML file
Liam
Chris Deeming submitted a new resource:
Automatic Add-On Installer and Upgrader (version 0.1) - Install and Upgrade add-ons. No FTP required.
Read more about this resource...
Not totally sure I understand the question but if you want to replace add-on files that you deleted you could just install the add-on again through the add-on installer.
ErrorException: copy(./install/data/addon-Waindigo_EmailIdleUsers.xml): failed to open stream: Permission denied - library/AddOnInstaller/Model/AddOn.php:60
Generated By: Tyler, Yesterday at 10:51 PM
#0 [internal function]: XenForo_Application::handlePhpError(2, 'copy(./install/...', '/home/nginx/dom...', 60, Array)
#1 /home/nginx/domains/forums.com/public/library/AddOnInstaller/Model/AddOn.php(60): copy('/home/nginx/dom...', './install/data/...')
#2 /home/nginx/domains/forums.com/public/library/AddOnInstaller/Model/AddOn.php(64): AddOnInstaller_Model_AddOn->recursiveCopy('/home/nginx/dom...', './install/data')
#3 /home/nginx/domains/forums.com/public/library/AddOnInstaller/Model/AddOn.php(64): AddOnInstaller_Model_AddOn->recursiveCopy('/home/nginx/dom...', './install')
#4 /home/nginx/domains/forums.com/public/library/AddOnInstaller/ControllerAdmin/AddOn.php(249): AddOnInstaller_Model_AddOn->recursiveCopy('install/addons/...', '.')
#5 /home/nginx/domains/forums.com/public/library/XenForo/FrontController.php(347): AddOnInstaller_ControllerAdmin_AddOn->actionInstallUpgrade()
#6 /home/nginx/domains/forums.com/public/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#7 /home/nginx/domains/forums.com/public/admin.php(13): XenForo_FrontController->run()
#8 {main}
array(3) {
["url"] => string(55) "[URL='http://forums.com/admin.php?add-ons/install-upgrade']http://forums.com/admin.php?add-ons/install-upgrade[/URL]"
["_GET"] => array(1) {
["add-ons/install-upgrade"] => string(0) ""
}
["_POST"] => array(6) {
["resource_url"] => string(73) "[URL]https://xenforo.com/community/threads/email-idle-users-by-waindigo.54024/[/URL]"
["login"] => string(5) "tdubs"
["password"] => string(8) "*************"
["server_file_oldskool"] => string(0) ""
["_xfConfirm"] => string(1) "1"
["_xfToken"] => string(8) "********"
}
}
writeable by the HTTP owner? Or the HTTP group? Normally I set mine at 664 for files and 775 for directories and assign it as http_owner:http_group (where those are the http user and groups I use).I allowed my /install directory and directories within to be writable and I still get the error.
I didn't get u..will the problem still remain ?No I don't think so.
isn't it a donation button ?This add on has nothing to do with PayPal I think you need or are looking for something else.
No, this is an add-on that allows you to install other add-ons by directly browsing to the add-on on your local HD and installing or installing it directly from XenForo resource manager instead of manually uploading the files and then running the XML via the ACP (which is detailed extensively from the add-on description page).isn't it a donation button ?
copy(./library/LiamW/.DS_Store): failed to open stream: Permission denied
- XenForo_Application::handlePhpError()
- copy() in AddOnInstaller/Model/AddOn.php at line 60
- AddOnInstaller_Model_AddOn->recursiveCopy() in AddOnInstaller/Model/AddOn.php at line 64
- AddOnInstaller_Model_AddOn->recursiveCopy() in AddOnInstaller/Model/AddOn.php at line 64
- AddOnInstaller_Model_AddOn->recursiveCopy() in AddOnInstaller/ControllerAdmin/AddOn.php at line 249
- AddOnInstaller_ControllerAdmin_AddOn->actionInstallUpgrade() in XenForo/FrontController.php at line 347
- XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 134
- XenForo_FrontController->run() in /public_html/admin.php at line 13
If you notice.. it's trying to write to a file in the /library location. You only typically set the 777/775 perms for the /data and /internal_data.What permission should I use?
If you notice.. it's trying to write to a file in the /library location. You only typically set the 777/775 perms for the /data and /internal_data.
If you are on your own VPS/dedi, then you need to change the file ownership of the files to the HTTP server owner and that should resolve it.
SSH into the system, do a cd into wherever your files are and then do a recursive chown to the HTTP user (frequently with Apache it will be chown -R www-data:www-data *).
chown -R www-data:www-data *
Let's say your files for the forum are in /var/www/htmlThanks for your reply. Do I need to run this command as it is after the cd?Code:chown -R www-data:www-data *
Let's say your files for the forum are in /var/www/html
cd /var/www/html
chown -R www-data:www-data *
That should recursively assign the own to user www-data and group www-data for all your files/directories in that location.
If you are using CentOS with Centmin Mod, the owner will be different. I believe it's nginx:nginx, and if using OpenLiteSpeed on Debian it's nobody:nogroup.
mkdir(): Permission denied
XenForo_Application::handlePhpError()
mkdir() in XenForo/Helper/File.php at line 72
XenForo_Helper_File::createDirectory() in AddOnInstaller/ControllerAdmin/AddOn.php at line 134
AddOnInstaller_ControllerAdmin_AddOn->actionInstallUpgrade() in XenForo/FrontController.php at line 347
XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 134
XenForo_FrontController->run() in /html/admin.php at line 13
We use essential cookies to make this site work, and optional cookies to enhance your experience.