Greetings - and apologies if I am posting this to the wrong place.
The Crossword and Hangman games are giving the following error and stack trace. Any help would be greatly appreciated - our teacher really like these. The error comes after checking the the puzzle. These errors are coming after installing the latest version of the Game module in response to a different error. We are running Moodle 2.3.2 (Build: 20120910).
Many thanks in advance,
David Morrow
Mobile, AL
------
More information about this error
FEATURE_COMPLETION_HAS_RULES but does not have required
game_get_completion_state function
Error code: err_system
- line 1255 of /lib/completionlib.php: moodle_exception thrown
- line 593 of /lib/completionlib.php: call to completion_info->internal_systemerror()
- line 517 of /lib/completionlib.php: call to completion_info->internal_get_state()
- line 1186 of /lib/completionlib.php: call to completion_info->update_state()
- line 836 of /lib/grade/grade_grade.php: call to completion_info->inform_grade_changed()
- line 347 of /lib/grade/grade_object.php: call to grade_grade->notify_changed()
- line 750 of /lib/grade/grade_grade.php: call to grade_object->insert()
- line 1677 of /lib/grade/grade_item.php: call to grade_grade->insert()
- line 284 of /lib/gradelib.php: call to grade_item->update_raw_grade()
- line 500 of /mod/game/lib.php: call to grade_update()
- line 1034 of /mod/game/locallib.php: call to game_grade_item_update()
- line 694 of /mod/game/locallib.php: call to game_save_best_score()
- line 175 of /mod/game/cross/crossdb_class.php: call to game_updateattempts()
- line 111 of /mod/game/cross/crossdb_class.php: call to CrossDB->game_cross_computecheck()
- line 104 of /mod/game/cross/play.php: call to CrossDB->loadcross()
- line 18 of /mod/game/cross/play.php: call to game_cross_play()
- line 126 of /mod/game/attempt.php: call to game_cross_continue()
- line 25 of /mod/game/attempt.php: call to game_do_attempt()