Safelistsmart wrote:
<snip />I am trying to fix a an error in a set of scripts I purchased, but cannot seem to get support for. I am getting the following error in my server log, which coincides with a "configuration" error seen by the user in their browser. What is odd, is that even though we are being told in the log and in the browser that there is an error, the signup process that was initiated DOES complete.Here is the error from the server log: [Sun Oct 27 10:37:35 2002] signup.cgi: DBI::db=HASH(0x81ca284)->disconnect invalidates 1 active statement handle (either destroy statement handles or call finish on them before disconnecting) at /home/admin/vhosts/safelistsmart/cgi-bin/safeemailmarketing/data/iSubs.pm line 87.
You need to call finish() on each statement handle before discunnect() is called on the database handle. i.e.:
$sth->finish();
Then your warnings will go away.
Todd W.
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]