Skip Menu |

This queue is for tickets about the DBD-File CPAN distribution.

Report information
The Basics
Id: 5936
Status: resolved
Priority: 0/
Queue: DBD-File

People
Owner: JZUCKER [...] cpan.org
Requestors: Dan [...] DWright.Org
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: (no value)
Fixed in: (no value)



Subject: DBD::File - Can't locate object method "STORE"
This is a bug in version 0.30 of DBD::File. From: Jeff Zucker <jeff@vpservices.com> To: Dan Wright <wright@smx.pair.com> Date: Mon, 15 Mar 2004 13:38:10 -0800 Subject: Re: Bug with DBD::File Dan Wright wrote: Show quoted text
> It was really easy to reproduce this, actually: > > root@fwd3# perl -MDBI -e '$MEMORY_DBH = DBI->connect("dbi:AnyData: ( RaiseError= > 1 ) "); ' > > Can't locate object method "STORE" via package "DBD::File::db" at > /usr/local/lib/perl5/site_perl/5.8.3/i386-freebsd/DBD/File.pm line 250.
Yikes. Revert to DBD::File 0.22. I have to do an errand now but I'll look at a better fix later today.
[DWRIGHT - Mon Apr 5 14:13:39 2004]: Show quoted text
> > root@fwd3# perl -MDBI -e '$MEMORY_DBH = DBI->connect("dbi:AnyData: (
> RaiseError= > 1 ) "); '
> > > > Can't locate object method "STORE" via package "DBD::File::db" at > > /usr/local/lib/perl5/site_perl/5.8.3/i386-freebsd/DBD/File.pm line
> 250.
This bug was in DBD::AnyData, not in DBD::File. Upgrade to the latest version of DBD::Anydata (0.07 or higher) and the problem should be resolved.