Re: [Catalyst] Re: Including a submenu

2009-04-07 Thread Matthew Topper
On Mon, 06 Apr 2009 23:48:46 -0400 "Lance A. Brown" wrote: > > > Matthew Topper said the following on 4/6/2009 7:48 PM: > > Thanks, but see my latest email from this afternoon. The issue has > > been resolved. > > Maybe I missed it, but I didn't see a solution for your problem come > across

Re: [Catalyst] Re: Including a submenu

2009-04-07 Thread Kieren Diment
On 07/04/2009, at 9:09 PM, Matthew Topper wrote: On Mon, 06 Apr 2009 23:48:46 -0400 "Lance A. Brown" wrote: Matthew Topper said the following on 4/6/2009 7:48 PM: Thanks, but see my latest email from this afternoon. The issue has been resolved. Maybe I missed it, but I didn't see a s

Re: [Catalyst] Re: Including a submenu

2009-04-07 Thread Matthew Topper
On Tue, 7 Apr 2009 21:20:26 +1000 Kieren Diment wrote: > Argh. That begs the question as to why you are doing development > under apache, and not just using the built in test server for the > purpose that it's intended. > > If the answer is that the dev server is single request and you've >

Re: [Catalyst] Re: Including a submenu

2009-04-07 Thread Ian Docherty
Matthew Topper wrote: On Tue, 7 Apr 2009 21:20:26 +1000 Kieren Diment wrote: Argh. That begs the question as to why you are doing development under apache, and not just using the built in test server for the purpose that it's intended. If the answer is that the dev server is single re

[Catalyst] Issue with Catalyst:Can't locate object method "get_user" via package "Catalyst::Plugin::Authentication::Store::DBIC"

2009-04-07 Thread kakimoto
When was "http://search.cpan.org/~hkclark/Catalyst-Manual-5.7020/lib/Catalyst/Manual/Tutorial/Authentication.pod"; updated? Does it reflect the latest modules? Please revert. Kieren Diment diment at gmail.com Thu May 15 14:13:12 BST 2008 * Previous message: [Catalyst] Issue with Catalyst

Re: [Catalyst] Re: Including a submenu

2009-04-07 Thread Matthew Topper
On Tue, Apr 7, 2009 at 9:41 AM, Ian Docherty wrote: > Using Apache (already running) > > You edit a controller > You switch to browser, spend minutes wondering why your change has no effect. > Slap head, switch to console > Restart apache > Switch to browser > Test changes > > Using test server (

Re: [Catalyst] Re: Including a submenu

2009-04-07 Thread Bill Moseley
On Tue, Apr 07, 2009 at 07:09:55AM -0400, Matthew Topper wrote: > > > > Maybe the email was lost somewhere as I sent it out last afternoon. > Anyway, for anyone that cares the problem was simply that I didn't > restart apache after modifying some of my controllers. So, it used the > new template

[Catalyst] Re: Including a submenu

2009-04-07 Thread Lance A. Brown
Bill Moseley wrote: > But your question was this: > > [% INCLUDE "$page/menu.tt2" %] > > Resulted in: > > Couldn't render template "file error - /menu.tt2: absolute paths > are not allowed (set ABSOLUTE option)" > > How is that related to the controller and restarting Apache? I exp

Re: [Catalyst] Re: Including a submenu

2009-04-07 Thread Matthew Topper
On Tue, Apr 7, 2009 at 10:19 AM, Lance A. Brown wrote: > > I expect his updated controller was setting $page, not something in the > template.  Therefor with the new template, but the old, still-running > controller, $page was empty, leading to the above error message. > > --[Lance] > > -- >  GPG

[Catalyst] Installing Catalyst::Authentication::Store::DBIx::Class Breaks Catalyst

2009-04-07 Thread Collin Condray
I have been working on Catalyst project for some time and need a little help with a problem I've run into. I was following the instructions in the Authentication section of the Catalyst tutorial and trying to implement the hashed password feature. However, when I uncommented the "class DBIx::Class"

Re: [Catalyst] Installing Catalyst::Authentication::Store::DBIx::Class Breaks Catalyst

2009-04-07 Thread John Romkey
On Apr 8, 2009, at 12:18 AM, Collin Condray wrote: I have been working on Catalyst project for some time and need a little help with a problem I've run into. I was following the instructions in the Authentication section of the Catalyst tutorial and trying to implement the hashed password fe

Re: [Catalyst] Installing Catalyst::Authentication::Store::DBIx::Class Breaks Catalyst

2009-04-07 Thread J. Shirley
On Wed, Apr 8, 2009 at 1:18 PM, Collin Condray wrote: > I have been working on Catalyst project for some time and need a little > help with a problem I've run into. I was following the instructions in the > Authentication section of the Catalyst tutorial and trying to implement the > hashed passw