[Catalyst] Problems on Windows 2000
Will Hawes
info at whawes.co.uk
Wed Apr 27 22:34:25 CEST 2005
Andy
Thanks for your reply. I give the SQLite db a go tomorrow to see if that makes a difference. Are relationships loaded automatically in Hops? Hops.pm sets some relationships up explicitly using Class::DBI::Loader::Relationship (just below the call to config()). I'm not sure if Catalyst tries to auto detect other relationships and if so whether that could be the problem. I could really do with an error message to provide a starting point. Grr.
Regards
Will
----- Original Message -----
From: Andy Grundman <andy at hybridized.org>
To: catalyst at lists.rawmode.org
Sent: Wed, 27 Apr 2005 19:39:43 +0100
Subject: Re: [Catalyst] Problems on Windows 2000
> Will Hawes wrote:
> > I have Catalyst installed on Windows 2000 and have verified that the test
> scripts work correctly. Now I am trying to run the Hops example located at
> http://simonf.com/catalyst/. I have created the database in mySQL using the
> hops.sql script included with Hops. I have amended the config part of Hops.pm
> (line 9 in my module) as follows (password removed):
>
> Keep in mind that Class::DBI::Loader can't auto-load relationships in
> MySQL unless you are using InnoDB tables. This means that you will have
> to manually define all the relationships using additional code. I'd
> suggest sticking with the sqlite database at least until you are sure
> everything else is working fine.
>
> -Andy
>
> _______________________________________________
> Catalyst mailing list
> Catalyst at lists.rawmode.org
> http://lists.rawmode.org/mailman/listinfo/catalyst
>
>
More information about the Catalyst
mailing list