BlackFalcon
Member
Hi, I have tried to access the "install/upgrade from archive" in Add-ons but with no luck. After hours of struggeling with changing permissions on the files it still throws the same error. I am running xenforo on a nginx server but have my doubts that is the reason it fails. I have searched for hours to fix this problem and have found nothing.
I have run these commands to try to fix the issue with no luck.
The error i get is:
Kind regard's
- BlackFalcon
I have run these commands to try to fix the issue with no luck.
Bash:
chmod 0755 js
chmod 0755 src/addons
chmod 0755 styles
chmod 0644 src/XF/Repository/AddOn.php
The error i get is:
Cannot install from archive as not all required directories are writable. Various directories must be writable by the web server user to install from an archive. In addition to the XF root directory, some or all of the following paths must be writable: js, src/addons, styles, src/XF/Repository/AddOn.php.
Kind regard's
- BlackFalcon