by Juno Sprite.
I forgot to mention above that I am able to copy some courses successfully. Only some courses throw this error.
Since my moodledata folder is on a dedication hard disk, I have my config.php file showing this:
$CFG->dataroot = '/moodledata';
So there is no trailing slash.
I always purge Moodle caches as a part of troubleshooting, but I did not think about server caches. Are you saying to use something like the following command?
I always purge Moodle caches as a part of troubleshooting, but I did not think about server caches. Are you saying to use something like the following command?
sudo sysctl vm.drop_caches=1
Is that a safe command to use? I've actually never purged server cashes before. Didn't even know that was a thing! Everyone's got cache these days....