This is an easy fix, "new" is left off of the instantiation of the "restore_step_exception" class. Without this the restore course proces fails under certain circumstances.
1. Edit file "moodle/backup/moodle2/restore_qtype_plugin.class.php"
2. Go to line 142 and add "new" between "throw" and "restore_step_exception"
- duplicates
-
MDL-26405 invalid exception in backup code
-
- Closed
-