Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 2.1, 2.2
-
Fix Version/s: 2.1.1
-
Component/s: Backup
-
Labels:
-
Testing Instructions:
-
Affected Branches:MOODLE_21_STABLE, MOODLE_22_STABLE
-
Fixed Branches:MOODLE_21_STABLE
-
Pull from Repository:
-
Pull Master Branch:
-
Pull Master Diff URL:
Description
I am getting the error
Can not read file, either file does not exist or there are permission problems
with stack trace
- line 90 of /backup/util/helper/backup_file_manager.class.php: call to stored_file->copy_content_to()
- line 102 of /backup/moodle2/backup_custom_fields.php: call to backup_file_manager::copy_file_moodle2backup()
- line 70 of /backup/util/structure/backup_nested_element.class.php: call to file_nested_element->fill_values()
- line 94 of /backup/moodle2/backup_custom_fields.php: call to backup_nested_element->process()
- line 95 of /backup/util/structure/backup_nested_element.class.php: call to file_nested_element->process()
- line 95 of /backup/util/plan/backup_structure_step.class.php: call to backup_nested_element->process()
- line 153 of /backup/util/plan/base_task.class.php: call to backup_structure_step->execute()
- line 148 of /backup/util/plan/base_plan.class.php: call to base_task->execute()
- line 105 of /backup/util/plan/backup_plan.class.php: call to base_plan->execute()
- line 293 of /backup/controller/backup_controller.class.php: call to backup_plan->execute()
- line 111 of /backup/util/ui/backup_ui.class.php: call to backup_controller->execute_plan()
- line 87 of /backup/backup.php: call to backup_ui->execute()
As far as I can see, there is no information there that helps me locate the problem, beyond knowing it is one of the files associated with my course.