I'm still stuck with this.
At least I discovered that the problem is in the validation because
even if I delete the $validate lines of the model but add something
like this to the controller:
if (trim($this->data['Product']['nombre']) == ""){
$this->Product->invalidate('nombre_empty');
}
the app dies just like before.
Any suggestion will be very appreciated.
Regards
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---