[Catalyst] Re: Catalyst::View::Email config error after Catalyst upgrade

2009-03-29 Thread David Schmidt
On Sat, Mar 28, 2009 at 12:59 PM, David Schmidt davew...@gmx.at wrote: Hello everyone I've just upgraded Catalyst from 5.7015 to 5.71001. If I start my project development server it loads but upon requesting any page I get the error: Caught exception in MyApp::View::myEmail-process Can't

Re: [Catalyst] General Web- and OO-question

2009-03-29 Thread Jonathan Rockway
* On Fri, Mar 27 2009, Cory Watson wrote: I don't know if this is a good idea yet, but it's fairly easy to create a proxy object for a given class, less all the validation: FWIW,

[Catalyst] Debugging help needed

2009-03-29 Thread Jesse Sheidlower
I'm having a problem with an app that is totally mystifying me, and several attempts to put it aside and look at it the next day have failed to help me solve it. I'm sure it's something totally obvious, but nothing springs to mind, so I'd welcome any suggestions. I have a project where in one

Re: [Catalyst] Catalyst::View::Email config error after Catalyst upgrade

2009-03-29 Thread Jason Galea
Hi David, setting default_view in my config appears to have fixed this for me.. (I have other, unrelated, issues now) default_view: MyApp::View::TT hope this helps.. cheers, J David Schmidt wrote: Hello everyone I've just upgraded Catalyst from 5.7015 to 5.71001. If I start my project

Re: [Catalyst] Debugging help needed

2009-03-29 Thread Chisel Wright
On Sun, Mar 29, 2009 at 07:52:27AM -0400, Jesse Sheidlower wrote: [% WHILE (tuning = tunings.next) %] Have you used tunings anywhere else? A common mistake I make is to loop through a resultset $somewhere_else, draining it of records. Does [% CALL tunings.reset %] before the WHILE make any

Re: [Catalyst] Debugging help needed

2009-03-29 Thread Jesse Sheidlower
On Sun, Mar 29, 2009 at 02:26:51PM +0100, Chisel Wright wrote: On Sun, Mar 29, 2009 at 07:52:27AM -0400, Jesse Sheidlower wrote: [% WHILE (tuning = tunings.next) %] Have you used tunings anywhere else? A common mistake I make is to loop through a resultset $somewhere_else, draining it of

Re: [Catalyst] Debugging help needed

2009-03-29 Thread J. Shirley
On Sun, Mar 29, 2009 at 4:52 AM, Jesse Sheidlower jes...@panix.com wrote: I'm having a problem with an app that is totally mystifying me, and several attempts to put it aside and look at it the next day have failed to help me solve it. I'm sure it's something totally obvious, but nothing

Re: [Catalyst] Catalyst::View::Email config error after Catalyst upgrade

2009-03-29 Thread David Schmidt
On Sun, Mar 29, 2009 at 3:00 PM, Jason Galea li...@eightdegrees.com.au wrote: Hi David, setting default_view in my config appears to have fixed this for me.. (I have other, unrelated, issues now) default_view: MyApp::View::TT hope this helps.. cheers, J David Schmidt wrote: Hello

Re: [Catalyst] Debugging help needed

2009-03-29 Thread Jesse Sheidlower
On Sun, Mar 29, 2009 at 08:15:18AM -0700, J. Shirley wrote: On Sun, Mar 29, 2009 at 4:52 AM, Jesse Sheidlower jes...@panix.com wrote: I'm having a problem with an app that is totally mystifying me, and several attempts to put it aside and look at it the next day have failed to help me