ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> modperl
modperl
RE: Perl Section...
by Geoffrey Young other posts by this author
Apr 19 2000 3:36PM messages near this date
Re: in configs | Re: Perl Section...
>  -----Original Message-----
>  From: Bryan J. Opfer [mailto:opfer@[...].com]
>  Sent: Wednesday, April 19, 2000 3:27 PM
>  To: Modperl List
>  Subject: Perl Section...
>  
>  
>  Anyone know what this error would mean:
>  
>  DBI handle cleared whilst still active at
>  /usr/lib/perl5/site_perl/5.005/i386-linux/DBI.pm line 195.
>      dbih_clearcom (h 0x83b1900, com 0x81b6d50):
>         FLAGS 0x211: COMSET Warn AutoCommit 
>         TYPE 1
>         PARENT undef
>         KIDS 0 (0 active)
>         IMP_DATA undef in 'DBD::mysql::dr'

this is a problem with your DBI script - it basically means that you still
have a cursor open when you disconnected...

try calling $sth-> finish before $dbh->disconnect - it should go away.

at any rate, it's just a warning...

--Geoff

>  
>  
>  This error comes up in my apache error log.  I have a Perl 
>  section in my
>  httpd.conf that sets up all my virtual hosts. 
>  
>  Apache starts up fine, but the virtual hosts are not set up and I get
>  that error in the error log.  I am using Apache 1.3.12 compiled from
>  source.
>  
>  I have the same setup on another machine with Apache 1.3.9 
>  (RPM) and it
>  works fine.
>  
>  DBI is version 1.13.
>  
>  Thanks,
>  Bryan Opfer
>  
Thread:
Geoffrey Young
w trillich
darren chamberlain
Bryan J. Opfer

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved