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

Ensure all directories in plugins/* are chmod 755, to serve html/scripts/images #5311

Closed
mattab opened this issue Jun 6, 2014 · 2 comments
Closed
Assignees
Labels
Task Indicates an issue is neither a feature nor a bug and it's purely a "technical" change.
Milestone

Comments

@mattab
Copy link
Member

mattab commented Jun 6, 2014

There has been report for more than 15 users in the forums and emails about this issue.

Some directories eg. in plugins/ZenMode/ are added to git with a chmod of 750. This causes an issue that some webserver will not serve the assets (html, javascripts, images) because the directory is not 755.

In this ticket we will solve the issue and add a new test that will check that directories have the right permission (755). This should prevent this problem in the future.

@mattab
Copy link
Member Author

mattab commented Jun 6, 2014

In 8ca4162: Fixes #5311 Ensure all directories in plugins/* are chmod 755, to serve html/scripts/images

@mattab
Copy link
Member Author

mattab commented Jun 6, 2014

In c828db5: Refs #5311 Edit Test name

@mattab mattab added this to the 2.4.0 - Piwik 2.4.0 milestone Jul 8, 2014
@mattab mattab self-assigned this Jul 8, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Task Indicates an issue is neither a feature nor a bug and it's purely a "technical" change.
Projects
None yet
Development

No branches or pull requests

1 participant