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 that is

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 file which is

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-10 Thread Matt S Trout
On Fri, May 09, 2008 at 06:53:47PM -0700, Andrew wrote: table cellspacing='0' cellpadding='0' border='0' trtd style='font: inherit;'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.brbrOn page 59, where it uses a

[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

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

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"

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