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/ 

_______________________________________________
List: http://lists.rawmode.org/cgi-bin/mailman/listinfo/dbix-class
Wiki: http://dbix-class.shadowcatsystems.co.uk/
IRC: irc.perl.org#dbix-class
SVN: http://dev.catalyst.perl.org/repos/bast/trunk/DBIx-Class/
Searchable Archive: http://www.mail-archive.com/[email protected]/

Reply via email to