by Séverin Terrier.
Hi,
I have a problem on my main Moodle site, when i execute automated backups. I'm using Moodle 2.7.8 (updated from 2.4, with content issued from older versions).
I use moodle/admin/cli/automated_backups.php which returns errors (in french because it's my language) :
Module de cours orphelin (id : 44659) détecté. Ce module ne sera pas sauvegardé.
Module de cours orphelin (id : 60660) détecté. Ce module ne sera pas sauvegardé.
In english, messages would have been :
Orphan course module (id: 44659) found. This module will not be backed up.
Orphan course module (id: 60660) found. This module will not be backed up.
It's the error_course_module_not_found string.
After some searches, i didn't found lots of results : MDL-31571 and this discussion.
Some days ago, i used admin/tool/cli/fix_course_sequence.php and fixed 1 detected error. fix_course_sequence.php now says everything is OK, but i still have the error when doing backups.
What can i do?