-
Bug
-
Resolution: Fixed
-
Minor
-
2.6
-
MOODLE_26_STABLE
-
MOODLE_26_STABLE
-
MDL-41210-master -
Hehe, continuing testing of tool_couseupload
I managed to create several empty courses, now I want to import a backup file in them. This is my csv file:
shortname,backupfile
|
C1,/home/marina/repositories/backup-features_demo-26.mbz
|
C2,/home/marina/repositories/backup-features_demo-26.mbz
|
C3,/home/marina/repositories/backup-features_demo-26.mbz
|
C4,/home/marina/repositories/backup-features_demo-26.mbz
|
I select Upload mode: only update existing
update mode: update with csv data only
The backup file is restored ONLY in C1 and then I get an error:
Upload courses results
|
|
error/tmp_backup_directory_not_found
|
|
More information about this error
|
Debug info:
|
Error code: tmp_backup_directory_not_found
|
$a contents: [tempdir]/backup/706387b71c41b12aa9cf63be140ca0ae
|
Stack trace:
|
|
line 140 of /backup/util/helper/convert_helper.class.php: convert_helper_exception thrown
|
line 290 of /backup/util/helper/backup_general_helper.class.php: call to convert_helper::detect_moodle2_format()
|
line 116 of /backup/controller/restore_controller.class.php: call to backup_general_helper::detect_backup_format()
|
line 718 of /admin/tool/uploadcourse/classes/course.php: call to restore_controller->__construct()
|
line 205 of /admin/tool/uploadcourse/classes/processor.php: call to tool_uploadcourse_course->proceed()
|
line 90 of /admin/tool/uploadcourse/index.php: call to tool_uploadcourse_processor->execute()
|