On Sat, May 17, 2008 at 5:28 PM, kropotkin <[EMAIL PROTECTED]> wrote: > Despite using $Apache::DBI::DEBUG=1 #or 2 > in my startup.pl script I cannot see any output in my error_log. This is the > test I've seen for seeing if it is working.
Make sure you set that AFTER you load Apache::DBI. You can also look at the number of connections to your database. There should be one for each apache child process. If you can't tell from that, I suggest you just cut to the chase and stick a couple of warnings into your Apache/DBI.pm. - Perrin