http://www.perlmonks.org?node_id=1010614


in reply to puzzling problem with access to DB when using mod_perl

Why?

Ask DBI :) If your error messages aren't detailed enough, increase verbosity (logging level, trace level , debug level ... ) DBI->trace(3)

  • Comment on Re: puzzling problem with access to DB when using mod_perl

Replies are listed 'Best First'.
Re^2: puzzling problem with access to DB when using mod_perl
by ted.byers (Monk) on Dec 28, 2012 at 21:31 UTC

    Thanks. Now the problem is solved.

    Do you know what trace level will tell me whether or not Apache::DBI was involved in a given request for a connection to the DB?

    Thanks again

    Ted