markward / local_autogroup

A local plugin for Moodle 2.7 onwards which handles the dynamic creation, population and cleanup of groups on courses.
3 stars 25 forks source link

Access rights to dirs in the plugin zip package #6

Closed mudrd8mz closed 9 years ago

mudrd8mz commented 9 years ago

After installing your plugin from the zip submitted to the plugins directory, I ended up with dirs permissions like drwx-w---- (root, classes, db, lang). Together with how files ownership is set, this prevents the plugin from being installed. Please make sure the files and dirs in the zip package give the group the rx permissions. In my case, I had to run chmod -R g=rX autogroup/

markward commented 9 years ago

I believe that should be resolved now, thanks for letting me know :)