-
Notifications
You must be signed in to change notification settings - Fork 0
File permissions within the package #2
Comments
The Zip is made by Github, but in my computer, the repository is outside Moodle and I made copies of the modified files into Moodle to update the view. I was afraid to loose my files if I developed those directly in Moodle. Maybe I am doing all the wrong way. Can You explain to me the right method and where to develop the filter and how not to loose it if I do uninstall-install again the filter to test the installation ? |
It's not a problem to keep the local clone outside the Moodle's root. Just make sure the dirs and files have common |
Hi,
|
I just found that some files/dirs inside the ZIP uploaded into https://moodle.org/plugins/pluginversion.php?id=8267 have permissions set to 0700 which caused troubles for me after unzipping the package:
See that the group does not have access to the
lang
directory which can cause troubles during the installation in some situations.If you are packaging the ZIP yourself (instead of letting the Github do it for you), please make sure to set the correct files permission.
The text was updated successfully, but these errors were encountered: