after hours of testing i finally found the source the security component and its black hole (i added it to the controller in the "components" var and seemed to work - except for the login of course)
i wonder why a) it's triggered in the first place b) does just trigger a white screen of death instead returning a senseful error (403 or whatever?) anyway i removed the security comp. and everything works again its not an ajax post - just a plain simple login action... On 15 Jan., 03:14, euromark <[email protected]> wrote: > i didnt know until i was notified about this bug > somehow people get a white screen of death while trying to log in > doesnt matter if it is successfull (after one reload they are then > logged in) > or if they fail the authentication > > the auth component seems to work - returns true or false on login() > i traced it down to sth right between the end of beforeFilter() and > the current login() method in users controller > > but what is happening there? the login() method is not invoked anymore > the beforeFilter one finished, though > > and then it suddendly stops - no error/warning, no log content, > nothing > totally clueless here > and since i dont know when it happened i cant even go back in svn > without a real mess... > > it used to work a few days ago - i am sure of that. > anyone an idea how i could track it down to its source? > thx in advance
Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. 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
