Ensure all directories in plugins/* are chmod 755, to serve html/scripts/images #5311
Labels
Task
Indicates an issue is neither a feature nor a bug and it's purely a "technical" change.
Milestone
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.
The text was updated successfully, but these errors were encountered: