XF 2.1 File/Directory permissions to install add-ons

jgatfuze

Member
In order to install add-ons/styles did I set the proper file/directory permissions or was it not supposed to be recursive?
sudo chmod -R 077 src/addons
sudo chmod -R 077 js
sudo chmod -R 077 styles
sudo chmod 077 src/XF/Repository/AddOn.php
 
Top Bottom