WeBWorK Main Forum

Apache2 IO flush error

Re: Apache2 IO flush error

by Michael Gage -
Number of replies: 0
I don't think it is from the webservice because in that case I believe you would see WebworkSOAP.pm in the call list.

The line 2271 involves referencing "setTemplate"  which is created by 
my $setTemplate = $self->{setTemplate} = $db->newGlobalSet;
and is used for printing the FIELD names in an html table.

It could be something weird in the database.  or something else.
Since you haven't changed the code the database is perhaps more 
likely.

Hope this helps.

Take care,

Mike