by J. Michael Wills.
I am try to backup one course and restore it to another course and to import materials from one course to another. In both cases I get the following Debugging error:
Debug info:
Error code: storedfileproblem
Error code: storedfileproblem
Stack trace:
- line 1007 of /lib/filestorage/file_storage.php: file_exception thrown
- line 933 of /backup/util/dbops/restore_dbops.class.php: call to file_storage->create_file_from_pathname()
- line 222 of /backup/util/plan/restore_structure_step.class.php: call to restore_dbops::send_files_to_pool()
- line 60 of /mod/resource/backup/moodle2/restore_resource_stepslib.php: call to restore_structure_step->add_related_files()
- line 366 of /backup/util/plan/restore_structure_step.class.php: call to restore_resource_activity_structure_step->after_execute()
- line 108 of /backup/util/plan/restore_structure_step.class.php: call to restore_structure_step->launch_after_execute_methods()
- line 153 of /backup/util/plan/base_task.class.php: call to restore_structure_step->execute()
- line 192 of /backup/moodle2/restore_activity_task.class.php: call to base_task->execute()
- line 163 of /backup/util/plan/base_plan.class.php: call to restore_activity_task->execute()
- line 157 of /backup/util/plan/restore_plan.class.php: call to base_plan->execute()
- line 315 of /backup/controller/restore_controller.class.php: call to restore_plan->execute()
- line 147 of /backup/util/ui/restore_ui.class.php: call to restore_controller->execute_plan()
- line 46 of /backup/restore.php: call to restore_ui->execute()
I have searched the forums and can not find a solution. Any help would be greatly appreciated!
Michael