Re: The action none is not defined in controller UsersController

2008-04-30 Thread Sliv
A workaround that appears to resolve the issue: in Users controller beforeFilter: if ($this->action === 'none') { $this->redirect($this->Auth->redirect()); } --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "CakePH

Re: The action none is not defined in controller UsersController

2008-04-29 Thread Sliv
I should probably add that the Auth login processing appears to work, the "successful login" flash message gets set and displayed, but after this: $this->redirect($this->Auth->redirect(), null, true); the URL in the address bar is /users/none and the message is as I said, Missing Method In Users

The action none is not defined in controller UsersController

2008-04-29 Thread Sliv
Let me start by saying I don't believe this is a problem with the framework, rather an issue with IE6. However, I'm posting here as it is a problem I've run into while using the framework and am looking for advice. I have to test under IE6 at work because where I work the generalized technical i