Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong folder permissions after extension (ftp) install #2715

Closed
stefanhuber opened this issue Feb 25, 2015 · 2 comments
Closed

Wrong folder permissions after extension (ftp) install #2715

stefanhuber opened this issue Feb 25, 2015 · 2 comments

Comments

@stefanhuber
Copy link
Contributor

After using the extension installer for an extension zip, the files inside the upload folder are moved to the expected location. However (on my virtual hosting) the ftp upload sets the permissons only for the owner fully (drwx------).

The controller is not visible inside the the system/user/user groups permissions listing. The glob function on line 354 doesn't recognize the files. The issue can only be solved by manually updating the file permissions.

I would recommend to check the permissions of the files after ftp upload and set something like 0755 if necessary! If appreciated I can create a pull request for that...

@danielkerr
Copy link
Member

checjkking permissions or not, this is down to your host to set the default permissions for uploaded files.

@danielkerr
Copy link
Member

please do a push request so i can atleast see if what you are doing is going to help.

chmod would need to be done via ftp.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants