Hi all,

I have a CGI::Application / Class::DBI app that is about 4 years old. It just moved hosts and after a few tweaks to the Template-Toolkit filters it came back up and seemed fine. However when user actions should cause a new record to be written by CDBI->create() I am seeing the following error in the logs:

DBD driver has not implemented the AutoCommit attribute at /usr/lib/perl5/site_perl/5.8.8/i686-linux/DBI.pm line 690.

Version info, all Perl modules confirmed to be latest CPAN versions from command line:

mysql Ver 14.12 Distrib 5.0.45, for pc-linux-gnu (i686) using readline 5.0

DBI v. 1.59
Class::DBI v. 3.0.16
DBD::mysql v. 4.005
CGI::Application v. 4.06


Anyone have any thoughts? Seen this before? Halp?

TIA
jg
_____________________________________________________
"Transport of the mails, transport of the human voice, transport of flickering pictures - in this century, as in others, our highest accomplishments still have the single aim of bringing people together."   Wind, Sand, and Stars
  Antoine-Marie-Roger de Saint-Exupery

In reply to DBD driver has not implemented the AutoCommit attribute by jerrygarciuh

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.