[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] 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] 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