-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
4.1.17
-
None
-
MOODLE_401_STABLE
In an instance where the asynchronous course copy task fails during the restore section, subsquent retries will fail because:
$controller = unserialize(base64_decode($controllerrec->controller));
|
if (!is_object($controller)) { |
// The controller field of the table did not contain a serialized object. |
// It is made empty after it has been used successfully, it is likely that |
// the user has pressed the browser back button at some point. |
throw new backup_dbops_exception('backup_controller_dbops_loading_invalid_controller'); |
}
|
|
The above exception will continue to be thrown. Manual retry is needed in this case