On 11/21/05, Ron Savage <[EMAIL PROTECTED]> wrote:
> On Mon, 21 Nov 2005 02:06:53 -0500, Cees Hek wrote:
>
> > My guess is that AutoCommit is turned off on your $dbh handle.
>
> Nope. It's on.

Have you tried adding another type of logger to see if it works?

$self -> log_config
(
    LOG_DISPATCH_MODULES =>[
       {
            dbh => $dbh
       }, {
            module => 'Log::Dispatch::File',
            name => 'debug',
            filename => '/tmp/debug.log',
            min_level => 'debug',
       },
    ]
);

Also, could you try and pass your connection parameters directly to
the Log::Dispatch::DBI module to see if it works that way (that will
mean an extra database connection, but at least it might indicate
where the problem lies).

Cheers,

Cees

---------------------------------------------------------------------
Web Archive:  http://www.mail-archive.com/[email protected]/
              http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to