Hi,
I was wondering if anyone ran into issues before when archiving courses. I am currently receiving the following error:
Any help will be great.
Thank you,
Rick
Hi,
I was wondering if anyone ran into issues before when archiving courses. I am currently receiving the following error:
It does look like it's probably a permissions issue.
By default WeBWorK tries to save archives to /opt/webwork/courses. Since the error message says "unable to replace ..." it's likely that there is already a backup with the same name in that folder, and that the web server doesn't have permission to overwrite it.
If you want to keep the existing backup, then renaming it will likely fix your problem, since then WeBWorK won't be trying to overwrite the existing file. Otherwise you can delete the backup, with likely the same result.
It's also possible that the web server doesn't have permission to write to that folder, though I suspect that if this was the case then other things would break as well.
Post back if you need more detailed instructions on the linux commands to do these things.
Hello Danny,
Thank you for the information. Deleting the old archive file fixed the issue. I also change the ownership of the other archived courses and it seems to be working fine now.
Thanks!