Re: [Catalyst] session in DB example in Catalyst book

2008-05-11 Thread Jonathan Rockway
* On Sun, May 11 2008, Andreas Marienborg wrote: > On May 11, 2008, at 7:14 AM, Andrew wrote: > >> And I'm doing everything exactly as the book states except the >> config change of putting the database path in the YAML file - it's >> still in the AddressDB.pm file. >> >> I looked in the DBIC.pm fi

Re: [Catalyst] session in DB example in Catalyst book

2008-05-11 Thread Jonathan Rockway
* On Sun, May 11 2008, Andrew wrote: > And I'm doing everything exactly as the book states except the config change > of putting the database path in the YAML file - it's still in the > AddressDB.pm file. > > I looked in the DBIC.pm file which is generating the error message and the > method tha

Re: [Catalyst] session in DB example in Catalyst book

2008-05-11 Thread Andreas Marienborg
On May 11, 2008, at 7:14 AM, Andrew wrote: And I'm doing everything exactly as the book states except the config change of putting the database path in the YAML file - it's still in the AddressDB.pm file. I looked in the DBIC.pm file which is generating the error message and the method t

Re: [Catalyst] session in DB example in Catalyst book

2008-05-10 Thread Andrew
27;m suppose to define or is it a class that is suppose to be included in the DBIC module? --- On Sat, 5/10/08, Jonathan Rockway <[EMAIL PROTECTED]> wrote: > From: Jonathan Rockway <[EMAIL PROTECTED]> > Subject: Re: [Catalyst] session in DB example in Catalyst book > To: &qu

Re: [Catalyst] session in DB example in Catalyst book

2008-05-10 Thread Jonathan Rockway
* On Sat, May 10 2008, Andreas Marienborg wrote: > On May 10, 2008, at 3:53 AM, Andrew wrote: > > > Using the Rockway's Catalyst book to help bring me up to speed on Catalyst > and I've got a problem that I can't figure out. > > On page 59, where it uses a database to store the session

Re: [Catalyst] session in DB example in Catalyst book

2008-05-10 Thread Matt S Trout
On Fri, May 09, 2008 at 06:53:47PM -0700, Andrew wrote: > Using the Rockway's Catalyst book to help bring me up to speed on > Catalyst and I've got a problem that I can't figure out.On page 59, > where it uses a database to store the session key, I've made all the code > changes, but when I star

Re: [Catalyst] session in DB example in Catalyst book

2008-05-10 Thread Andrew
The only Session.pm is found in /AddressBook/Schema.  I don't have Models for the People or Addresses that I'm retrieving in this address book example, but I've only got Schemas and Controllers.  The code of /AddressBook/Schema/Session.pm is and as you can see by the package designation Session.pm

Re: [Catalyst] session in DB example in Catalyst book

2008-05-09 Thread Andreas Marienborg
On May 10, 2008, at 3:53 AM, Andrew wrote: Using the Rockway's Catalyst book to help bring me up to speed on Catalyst and I've got a problem that I can't figure out. On page 59, where it uses a database to store the session key, I've made all the code changes, but when I start the server i

Re: [Catalyst] session in DB example in Catalyst book

2008-05-09 Thread Andrew
Got all those resources, checked my code and same thing.--- On Fri, 5/9/08, Kieren Diment <[EMAIL PROTECTED]> wrote:From: Kieren Diment <[EMAIL PROTECTED]>Subject: Re: [Catalyst] session in DB example in Catalyst bookTo: [EMAIL PROTECTED], "The elegant MVC web framework" Date: Friday, May 9, 2008,

Re: [Catalyst] session in DB example in Catalyst book

2008-05-09 Thread Kieren Diment
On 10 May 2008, at 11:53, Andrew wrote: Using the Rockway's Catalyst book to help bring me up to speed on Catalyst and I've got a problem that I can't figure out. On page 59, where it uses a database to store the session key, I've made all the code changes, but when I start the server it g

[Catalyst] session in DB example in Catalyst book

2008-05-09 Thread Andrew
Using the Rockway's Catalyst book to help bring me up to speed on Catalyst and I've got a problem that I can't figure out.On page 59, where it uses a database to store the session key, I've made all the code changes, but when I start the server it gives me the following error:"Couldn't find a model