espriweb Posted April 4, 2014 Share Posted April 4, 2014 Hi, I am creating a module to export data to a csv file, but when I go to install on a Linux server Aruba.it, the module folder and the files inside are with 777 while aruba accepts only 755 . I tried to install other modules and from them the prefixed 755. Where am I doing wrong? Thanks in advance Link to comment Share on other sites More sharing options...
espriweb Posted April 4, 2014 Author Share Posted April 4, 2014 On 4/4/2014 at 1:05 PM, espriweb said: Hi, I am creating a module to export data to a csv file, but when I go to install on a Linux server Aruba.it, the module folder and the files inside are with 777 while aruba accepts only 755 . I tried to install other modules and from them the prefixed 755. Where am I doing wrong? Thanks in advance RESOLVED!!!!!!!!!!!!!!!!! I used this: Tools::chmodr(_PS_MODULE_DIR_, 0755); Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now