Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Cannot Reproduce
-
Affects Version/s: 1.6.2, 1.6.3
-
Fix Version/s: None
-
Labels:None
-
Affected Branches:MOODLE_16_STABLE
Description
This is imported from Moodle Forums.
There's two bug reports at Using Moodle and Finnish Moodle. First one is in 1.6.3, second in 1.6.2. In both there's fatal error at manual course backup, see following backup log:
.....
Metacourse
Blocks
Sections
Writing users info. . . . . . . .
Writing categories and questions
Fatal error: Call to a member function backup() on a non-object in C:\Program Files\xampp\htdocs\question\backuplib.php on line 153
At line 153:
// Backup question type specific data
$status = $QTYPES[$question->qtype]>backup($bf,$preferences,$question>id);
This looks like there is a question in your database where the 'questiontype' column is set to something that is not a recognised question type. Can you confirm whether that is the case?