Which brings to mind one of my favorite acronyms PEBKAC http://en.wikipedia.org/wiki/PEBKAC
;) glad you found your problem On 8/26/06, Jason Lee <[EMAIL PROTECTED]> wrote: > > OK. Mystery solved. The root cause was a hole in my understanding of > the API, and a stupid typo. In AppController, I overrode render() to > set some variables in the view for each request. After digging > through the API source, I was reminded of beforeRender() which does > what I was trying to do in overriding render(). Once I changed the > method to that, things started working again. At that point, I > realized that in my render() method, when I called the method on the > parent class, I failed to pass along the three parameters. > > So. User error. Thanks to all that helped. :) > > -- > jason lee > http://www.steeplesoft.com > http://blogs.steeplesoft.com > http://littlezoper.livejournal.com > > > > -- == S. DeVore (the old fart) the advice is free, the lack of crankiness will cost you --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php -~----------~----~----~----~------~----~------~--~---
