Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Won't Fix
-
Affects Version/s: 1.9.7
-
Fix Version/s: None
-
Component/s: Backup
-
Labels:None
-
Database:Any
-
Affected Branches:MOODLE_19_STABLE
Description
Elsewhere in the code, if you have a question of a type that no longer exists (perhaps it was uninstalled) then there is code in place to handle this, so quiz results go on working, etc.
Currently line 499 in question/backuplib.php fails when the current question's type is no longer installed. There may be other locations where missing types are not handled, but this is the first one that is hit.
This is in build 20100311.
Issue Links
| This issue has a clone: | ||||
| MDL-15290 | Missing question types not handled properly on backup |
|
|
|
I've cloned this as it's either still present or returned to haunt us, and cloning appears to be the favoured way of dealing with this in this tracker so far as I can tell. Hope that's right, feel free to point out if I should rather have commented on #15290 or whatever else.