Actions
Patch #918
closedextra/svn/Redmine.pm
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
SCM
Target version:
-
Start date:
2008-03-24
Due date:
% Done:
100%
Estimated time:
Description
I have found next warning in Redmine.pm on my system:
before (line 190):
- Debian Etch
- Apache/2.2.3
- perl v5.8.8
When use Redmine.pm, I have next warning in apache error.log file:
DBI::db=HASH(0xeceb60)->disconnect invalidates 1 active statement handle (either destroy statement handles or call finish on them before disconnecting) at /etc/apache2/Redmine.pm line 190.
I'm add followind code:
$sth->finish();
before (line 190):
$dbh->disconnect();
Updated by Liwiusz Ociepa over 17 years ago
Patch for #879 resolves also this problem.
Updated by Jean-Philippe Lang over 17 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset r1335.
Actions