Patch #918

extra/svn/Redmine.pm

Added by Mikhail Ivanushkin almost 4 years ago. Updated almost 4 years ago.

Status:Closed Start date:2008-03-24
Priority:Normal Due date:
Assignee:- % 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 almost 4 years ago

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

History

Updated by Liwiusz Ociepa almost 4 years ago

Patch for #879 resolves also this problem.

Updated by Jean-Philippe Lang almost 4 years ago

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

Applied in changeset r1335.

Also available in: Atom PDF