Patch #918

extra/svn/Redmine.pm

Added by Mikhail Ivanushkin 291 days ago. Updated 277 days ago.

Status:Closed Start:2008-03-24
Priority:Normal Due date:
Assigned to:- % Done:

100%

Category:SCM
Target version:-

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

Associated revisions

Revision 1335
Added by Jean-Philippe Lang 277 days ago

Redmine.pm support for LDAP authentication (patch by Liwiusz Ociepa). Closes #879, #918.

History

Updated by Liwiusz Ociepa 287 days ago

Patch for #879 resolves also this problem.

Updated by Jean-Philippe Lang 277 days ago

  • Status changed from New to Closed
  • % Done changed from 0 to 100

Applied in changeset r1335.

Also available in: Atom PDF