On 5/3/07, Chris Allen <[EMAIL PROTECTED]> wrote:
[Fri May 04 01:44:04 2007] [error] [client 10.3.10.2] DBD driver has not 
implemented the AutoCommit attribute at 
/usr/lib/perl5/site_perl/5.8.8/Apache/DBI.pm line 277.\n
DBD::mysql::db selectrow_array failed: Lost connection to MySQL server during 
query at /usr/lib/perl5/site_perl/Object/Root.pm line 954.

This generally means you have tried to use the same database
connection in more than one process, probably because you opened it
before forking.  Apache::DBI is supposed to prevent this from
happening.  You might want to turn on the Apache::DBI debugging to see
more of what's going on.

- Perrin

Reply via email to