Details
Description
No notes are displayed OR message "no roles defined in admin->appearance->graderoles".
You can fix this error by going to /grade/lib.php and change the following line ( line 3682 in lib.php v1.3):
$configvar = get_config('', 'gradebookroles');
to
$configvar->value = get_config('', 'gradebookroles');
See : http://moodle.org/mod/forum/discuss.php?d=62380
Thanks to Chris Meyer
Issue Links
| This issue is duplicated by: | ||||
| MDL-12229 | No grade found after upgrade Moodle 1.7.2 to 1.7.3 |
|
|
|
hi Arnaud,
I have read the forum and I do not really understand the issue. Can you please describe in detail what this is about? I have tested with the latest 1.8+ with no gradebookroles set, and I can see the message message "no roles defined in admin->appearance->graderoles".
Thanks,
Yu