anyone else? This seems to be going wrong on some basic level. What could cause the $validate function not to run?
On Thu, Jun 4, 2009 at 6:19 PM, Michael Gaiser <[email protected]> wrote: > This is the feedback from the debug: > > Array > ( > [User] => Array > ( > [username] => > [email] => > [password] => > [password2] => > > ) > > ) > > > > > The line in the controller where it save is : > > $this->User->create(); > echo('Got here'); > if($this->User->save($this->data)) { > //$this->Session->setFlash('Congratz! You have signed > up!'); > //$this->redirect(array('controller' => 'users', 'action' > => 'home')); > }else{ > $this->Session->setFlash('There was an error signing up. > Please try again.'); > $this->data = null; > } > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
