Re: Cakephp 1.2 RC2 update

2008-09-05 Thread mark_story
You can remove all your components temporarily, that removes them from the equation. After controllers are constructed, private actions are checked, components are initialized, beforeFilter() is fired, components get startup()'d. Then missing action is checked and finally the action is fired.

Re: Cakephp 1.2 RC2 update

2008-09-05 Thread RLR
Thomas, thanks for the help. Unfortunatly this is not the case. What code could be causing the redirects after the __construct method in app_controller? If I call up a bogus url I see the browser redirecting to / then to the url I entered. I was using the auth system called "CakeAuthComponent (YA

Re: Cakephp 1.2 RC2 update

2008-09-04 Thread [EMAIL PROTECTED]
Hi just in case ... do you have a component extending Component ? if so make it extend Object that might be it I might be completely off track though t. On Sep 4, 6:20 pm, RLR <[EMAIL PROTECTED]> wrote: > I felt very adventurous today and decided to update my app which was > running on cake

Cakephp 1.2 RC2 update

2008-09-04 Thread RLR
I felt very adventurous today and decided to update my app which was running on cakehphp 1.2.0.5427alpha to cakephp 1.2.0.6311 beta I fixed the deprecated warnings for vendors() and loadModel() but now I have no clue on why my app will not run anymore. I get a "Too many redirects occurred trying