Jump to content

Il mio modulo si installa con i permessi 777 invece di 755 come gli altri


Recommended Posts

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

  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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...