ndunand / moodle-mod_choicegroup

Moodle "Group Choice" plugin
https://moodle.org/plugins/mod_choicegroup
35 stars 63 forks source link

Fatal error: Uncaught moodle_exception: No groups defined in course. #120

Closed sleitao closed 5 years ago

sleitao commented 6 years ago

Using the latest version 2018070900 for moodle 3.5, if the course doesn't have groups we get an error when trying to create the activity: "Fatal error: Uncaught moodle_exception: No groups defined in course. " With debugging off users get a blank page. Is it working as designed?

Than you!

ndunand commented 6 years ago

No, this is not working as designed. Below is what you should see.

screenshot 2018-10-29 at 09 29 32

Can you double check your plugin version number?

sleitao commented 5 years ago

I was able to understand that the problem reported has its origin on another plugin. A moodle filter that is not handling exceptions properly. Choice Group module is working as expected so I am going to close this issue. Thank you for your input and I apologize for the inconvenience.

ndunand commented 5 years ago

Hi and thanks for taking the time to report back.