in reply to Re^2: DBI seems to randomly die
in thread DBI seems to randomly die

You're not seeing anything at all in your browser, not even the output of the
print qq {<hr>\n} if ($mysqlDebug); print qq {$DatabaseName, $dbS, $dbU, $dbP, $mergeCount, $RemoteAdd +r, $routers<br>\n} if ($mysqlDebug);
lines at the top of the sub?

If you're not even seeing that (and you have $mysqlDebug set, of course), then have you tried using telnet to port 80 and/or a packet sniffer to see the complete document returned by apache (including headers and anything else that your browser may eat without displaying it)?

Replies are listed 'Best First'.
Re^4: DBI seems to randomly die
by FitTrend (Pilgrim) on Jun 06, 2006 at 20:21 UTC

    Yes. If I enable that variable then I see everything until the drop statement. I print the drop statement debug prior to the execusion to make sure they are being issued and it consistently stops on the first. Even if I re-arrange the order :(