Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: 1.9, 1.9.1
-
Fix Version/s: None
-
Component/s: Backup
-
Labels:None
-
Environment:All databases, all browsers
-
Affected Branches:MOODLE_19_STABLE
Description
When restoring from a backup into a slightly older version of 1.9 the condition "if ($CFG->version < $info->backup_moodle_version && $status)" becomes true, so that a new message() object should be constructed.
The constructor for this object does not seem to exist in 1.9 (possibly deprecated) so that the restore process fails.
Just got hit by this bug. For those interested, I used the hack workaround posted here http://moodle.org/mod/forum/discuss.php?d=102112 - works as a temporary way to ignore the 'message' part.
The other fix is to upgrade your Moodle to the latest 1.9 release.