by Gloria C.
Hello,
I tried to comment out these two lines and after that, it will work:
// /backup/moodle2/restore_stepslib.php:1640
$section->section = $this->get_last_section_number($this->get_courseid()) + 1;
// /backup/moodle2/restore_stepslib.php:1662
$this->displace_delegated_sections_after($section->section);
These two lines are trying to reset the section number, which caused the later subsection number conflicted with the previous one.
That is what I found.
Thanks,
I tried to comment out these two lines and after that, it will work:
// /backup/moodle2/restore_stepslib.php:1640
$section->section = $this->get_last_section_number($this->get_courseid()) + 1;
// /backup/moodle2/restore_stepslib.php:1662
$this->displace_delegated_sections_after($section->section);
These two lines are trying to reset the section number, which caused the later subsection number conflicted with the previous one.
That is what I found.
Thanks,