I'm seeing some errors appearing in my Apache log under Bricolage. Not
sure what the deal is, but this didn't happen under DBD::Pg 1.22 or
earlier:
WARNING: BEGIN: already a transaction in progress
WARNING: COMMIT: no transaction in progress
WARNING: BEGIN: already a transaction in progress
WARNING: COMMIT: no transaction in progress
Issuing rollback() for database handle being DESTROY'd without explicit
disconnect() at /usr/local/bricolage/lib/Bric/Util/DBI.pm line 1661.
rollback ineffective with AutoCommit enabled at
/usr/local/bricolage/lib/Bric/Util/DBI.pm line 960.
[Thu Jun 12 11:42:09 2003] [error] [client 127.0.0.1] Unable to commit
transactions: DBD::Pg::db commit failed: begin failed at
/usr/local/bricolage/lib/Bric/Util/DBI.pm line 571.
It seems rather confused about transaction states...In Bricolage, each
Apache request is a single transaction.
Rudy, do you know offhand what might be causing this?
Regards,
David
- Announce: DBD::Pg 1.30_2 (beta) Rudy Lippan
- Re: Announce: DBD::Pg 1.30_2 (beta) David Wheeler
- Re: Announce: DBD::Pg 1.30_2 (beta) David Wheeler
- Re: Announce: DBD::Pg 1.30_2 (beta) Cosimo Streppone
- Re: Announce: DBD::Pg 1.30_2 (beta) Rudy Lippan
- Re: Announce: DBD::Pg 1.30_2 (beta) Cosimo Streppone
- David Wheeler