Eskimo's Apache error logs contained many warnings like this:

<<<
DBI::db=HASH(0x889d59c)->disconnect invalidates 1 active statement handle 
(either destroy statement handles or call finish on them before 
disconnecting) at Shlomif/MiniReporter.pm line 874.
>>>

These were caused by a bug in the Jobs database that has been fixed now:

<<<<<<<<<<
Index: Shlomif/MiniReporter.pm
===================================================================
--- Shlomif/MiniReporter.pm     (revision 1094)
+++ Shlomif/MiniReporter.pm     (revision 1095)
@@ -869,6 +869,10 @@

     my $values = $sth->fetchrow_arrayref();

+    $sth->finish();
+
+    undef($sth);
+
     $self->header_props(-type => "text/rss");

     $conn->disconnect();
>>>>>>>>>>

Regards,

        Shlomi Fish

---------------------------------------------------------------------
Shlomi Fish      [EMAIL PROTECTED]
Homepage:        http://www.shlomifish.org/

95% of the programmers consider 95% of the code they did not write, in the
bottom 5%.

Reply via email to