Re: Doesn't save, but no errors

2006-06-24 Thread jeko
Are you using routes for anything in the users controller? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this gr

Re: Doesn't save, but no errors

2006-06-24 Thread tom
I've also updated to the latest stable just to see that wasn't the problem. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubsc

Re: Doesn't save, but no errors

2006-06-24 Thread tom
dumping $this->data at the last possible step (beforeSave()) gives this array: Array ( [User] => Array ( [first_name] => Jonny [last_name] => Greenwood [location] => London [email] => [EMAIL PROTECTED] [password] => 10f507e71

Re: Doesn't save, but no errors

2006-06-24 Thread bigdog
What is loaded into your $this->data array? Check this array for possible problems. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@googlegroups.com T

Doesn't save, but no errors

2006-06-23 Thread tom
Okay, so I'm running at debug level 2, and dumping $this with every pageload, and validating the data before calling User->save(), but it still isn't working. Any wisdom here? if($this->User->validates($this->data)) { echo "validates!"; //print