[Dbix-class] undefined storage reference

Matt S Trout dbix-class at trout.me.uk
Thu Jun 7 22:16:07 GMT 2007


On Thu, Jun 07, 2007 at 04:36:49PM -0400, Rom Bre wrote:
> I'm getting the following error when using Authentication::Store::DBIC:
> 
> "Can't call method "select" on an undefined value at
> /usr/local/lib/perl5/site_perl/5.8.7/DBIx/Class/ResultSet.pm line
> 493."
> 
> 
> Line 493 is:
> 
>  return $self->{cursor}
>    ||= $self->result_source->storage->select($attrs->{from}, 
>    $attrs->{select},
>          $attrs->{where},$attrs);
> 
> 
> Anyone have any ideas as to what might be causing this?
> 
> Sorry if the description is vague, not sure what else to provide.

Can we see the Model::DBIC::Schema class and your app config?

-- 
      Matt S Trout       Need help with your Catalyst or DBIx::Class project?
   Technical Director    Want a managed development or deployment platform?
 Shadowcat Systems Ltd.  Contact mst (at) shadowcatsystems.co.uk for a quote
http://chainsawblues.vox.com/             http://www.shadowcatsystems.co.uk/ 



More information about the Dbix-class mailing list