Adding Problem Libraries | topic started 2/23/2006; 4:30:23 PM last post 2/23/2006; 5:03:24 PM |
|
Michael Gage - Re: Adding Problem Libraries 2/23/2006; 5:03:24 PM (reads: 581, responses: 0) |
I'll
have to fix that webpage this weekend. In contains instructions for the
old cvs, the new cvs (on a different machine) can be reached following
instructions at http://devel.webwork.rochester.edu/twiki/bin/view/Webwork/WeBWorKCVSReadOnly This will help with half of your problem. For the second half -- check the permissions in the problem libraries and make sure that the webserver is allowed to read those files. I typically set owner of all of the problem libraries to root (or myself) , set group to wwadmin (which the webserver is NOT in) and set the file permissions to 664 (755 for directories) so that the webserver can read all of the files but cannot write to them. That way the original problem libraries can't be modified from the web, but can be edited by those in wwadmin. I'm not sure this will fix your problem, but it's wise always to check permissions first in these cases -- many mysterious errors arise from permission mismatches. :-) -- Mike |