Uploaded image for project: 'Moodle'
  1. Moodle
  2. MDL-84580

Asynchronous course copy task cannot be retried if backup controller has been used

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Minor Minor
    • None
    • 4.1.17
    • Backup
    • 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

            Unassigned Unassigned
            djarran Djarran Cotleanu
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:

                Error rendering 'clockify-timesheets-time-tracking-reports:timer-sidebar'. Please contact your Jira administrators.