Project

General

Profile

Actions

Patch #918

closed

extra/svn/Redmine.pm

Added by Mikhail Ivanushkin over 17 years ago. Updated over 17 years ago.

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:
  • 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();

Actions

Also available in: Atom PDF