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.  Afterwards beforeRender, render() and afterRender() are
called.  Since you are not getting to before filter, it is probably a
component issue.

-Mark

On Sep 5, 6:25 am, RLR <[EMAIL PROTECTED]> wrote:
> 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 (YACCA Yet Another Cake Component for Auth)
> until I had the stupid idea to update to a current version of cakephp.
>
> On Sep 5, 8:30 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
> wrote:
>
> > 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 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 to open ..." error from
> > > Safari and FF.
>
> > > I have set the debug to 3 in config.php file and in app_controller.php
>
> > > Sometime after the app_controller __construct() function and before
> > > beforeFilter() beforeRender() my app just keeps on redirecting.
> > > No debug messages are displayed.
>
> > > Has anyone else had this problem? How can I debug from here?
>
> > > Thanks!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" 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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to