moodlepeers / moodle-mod_groupformation

Formation of optimized learning groups - by topic preference or best match of individuals' characteristics and preferences; in one easy to use Moodle acticity
GNU General Public License v3.0
6 stars 5 forks source link

Requires non-standard libraries #3

Closed mudrd8mz closed 8 years ago

mudrd8mz commented 8 years ago

Attempting to install the plugin on clean Moodle 2.9 installation dies with error

Fatal error: require_once(): Failed opening required
'.../moodle/lib/groupal/classes/criteria/specific_criterion.php' 

caused by a code like this

require_once($CFG->dirroot . '/lib/groupal/classes/criteria/topic_criterion.php');

There is no such groupal library in moodle.

jkonert commented 8 years ago

Thanks for your interest. Ideed this plugin requires the library to be installed as mentioned in the docs. Install https://github.com/moodlepeers/moodle-lib_groupal as well and it works.