[Catalyst] Can't infer join condition

Matt S Trout dbix-class at trout.me.uk
Wed Feb 15 19:42:36 CET 2006


On Wed, Feb 15, 2006 at 01:25:34PM -0500, hkclark at gmail.com wrote:
> On 2/15/06, Brandon Black <blblack at gmail.com> wrote:
> >
> > I just installed Parley 0.08 + all the prereqs shown during  "perl
> > Makefile.PL", with the latest DBIx::Class and DBIx::Class::Loader, and
> > it worked fine for me (yay, I have an empty forum now :)
> >
> > The only hang-up was I had to force install
> > Catalyst::Plugin::Authentication::Store::DBIC (it failed tests).
> >
> > Can you retry with the latest revs of DBIx::Class and
> > DBIx::Class::Loader just in case (I don't suspect anything will
> > change, but you never know).
> >
> > -- Brandon
> >
> 
> I used
>     perl -e 'use CPAN; CPAN::Shell->r;'
> to make sure everything related to catalyst and/or database access was
> running the latest and greatest.  Unfortunately, it still dies with
> the same error.  I'm running Perl v5.8.5 on RedHat Enterprise Linux
> 4.X.

Check your perl's @INC; Dead Rat have this fantastic habit of putting the
RPM install directories in front of site_perl so unless you have UNINST=1
set you end up screwed.

-- 
     Matt S Trout       Offering custom development, consultancy and support
  Technical Director    contracts for Catalyst, DBIx::Class and BAST. Contact
Shadowcat Systems Ltd.  mst (at) shadowcatsystems.co.uk for more information

 + Help us build a better perl ORM: http://dbix-class.shadowcatsystems.co.uk/ +



More information about the Catalyst mailing list