Red background problem | topic started 9/20/2001; 2:37:54 PM last post 9/20/2001; 2:41:24 PM |
|
|
Arnold K. Pizer - Re: Red background problem 9/20/2001; 2:41:24 PM (reads: 1102, responses: 0) |
I had checked/done all of that except apache's error log; I always
forget that! We see: /usr/lib/cgi-bin/webwork/system_1.6/cgi-scripts/login.pl: can't write to /var/webwork_1.6/system/courses/m8f01/logs/login.log! print() on closed filehandle main::LOG at /usr/lib/cgi-bin/webwork/system_1.6/cgi-scripts/login.pl line 382 (#1) (W closed) The filehandle you're printing on got itself closed sometime before now. Check your logic flow.
Since I actually look at the login.log from time to time, I edited it to throw away entries from previous terms. Of course editing the file changed the group ownership to me instead of the course admin group of which the web server is a member. Thanks. Tom |