* On Thu, Mar 06 2008, Jonas Alves wrote: > Hi, > I'm using DBIC with mysql and I'm seeing in the error log a lot of > errors like this: > Can't call errstr method on handle DBI::db=HASH(0xbcad1cbc) after > take_imp_data() at > /usr/lib/perl5/site_perl/5.8.8/DBIx/Class/Storage/DBI.pm line 1194.
A test case (just a runnable example), or at least a stack trace of where the error occurs, would help debug this. Try perl -MCarp::Always your_test.pl to get a longmess stacktrace. DBIC_TRACE=1 might also help. Regards, Jonathan Rockway _______________________________________________ List: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbix-class IRC: irc.perl.org#dbix-class SVN: http://dev.catalyst.perl.org/repos/bast/DBIx-Class/ Searchable Archive: http://www.grokbase.com/group/[EMAIL PROTECTED]
