-
Bug
-
Resolution: Fixed
-
Minor
-
1.9.12
-
Solaris + Oracle
-
Oracle
-
MOODLE_19_STABLE
-
MOODLE_19_STABLE
-
-
Easy
-
When we try to import quizzes in a course and it has some match question, the restore process fails. When we activate the debug option the following error is showed:
ORA-00932: inconsistent datatypes: expected - got CLOB
SELECT * FROM mlquestion_match_sub WHERE question = '4768' AND questiontext = 'Nicotina' AND answertext = 'Crea addicció'
line 686 of lib/dmllib.php: call to debugging()
line 481 of lib/dmllib.php: call to get_recordset_sql()
line 421 of lib/dmllib.php: call to get_record_sql()
line 576 of question/type/match/questiontype.php: call to get_record()
line 484 of question/restorelib.php: call to question_match_qtype->restore_map()
line 217 of question/restorelib.php: call to restore_questions()
line 134 of question/restorelib.php: call to restore_question_category()
line 3573 of backup/restorelib.php: call to restore_question_categories()
line 8599 of backup/restorelib.php: call to restore_create_questions()
line 66 of backup/restore_execute.html: call to restore_execute()
line 170 of backup/restore.php: call to include_once()