by Ken Task.
Under 'any help' ... a suggestion ..
Am thinking: when you copy a course moodle makes a backup of that course then restores it.
Debug line show
$a contents: /home1/chemtopp/moodledata310/temp/backup//2b4d40bd153bac2f9f5c37cefd48bb2e.log
$a contents might be the .mbz (the backup) file in
/home1/chemtopp/moodledata310/temp/backup/
But note the log name ...
Is there a directory in moodledata310/temp/backup/
with same name as log file: 2b4d40bd153bac2f9f5c37cefd48bb2e
for that matter any long directory name? If so, go inspect the directory with anything you have to browse files.
What's in there?
Also .... does the GUI interface show a progress bar and allow you to go onto other things while this is running by a button?
If so, don't click that .. don't go onto other things - wait right there so you can see it finish.
Work around might be so have backups to a desitnated directory that is outside of moodledata. One that you create. The backup file
will then be humanly recognizable. If you have command line, there is a restore script in code/admin/cli/ called
"restore_backup.php" ... have used that in fashion briefy described above. That does work.
'SoS', Ken