Ok change:

$this->Contact->create($this->data)

To:

$this->Contact->set($this->data)

PS: I could've realized you were using CakePHP 1.2 from your error line
since it reports an error on model.php which would only happen on 1.2 :)

-MI

---------------------------------------------------------------------------

Remember, smart coders answer ten questions for every question they ask. 
So be smart, be cool, and share your knowledge. 

BAKE ON!

blog: http://www.MarianoIglesias.com.ar


-----Mensaje original-----
De: cake-php@googlegroups.com [mailto:[EMAIL PROTECTED] En nombre
de Ámon Tamás
Enviado el: Martes, 06 de Marzo de 2007 07:51 a.m.
Para: cake-php@googlegroups.com
Asunto: Re: email form

Sorry. I using the latest svn.The var_dump is the next:
array(1) {
   ["Contact"]=>
   array(5) {
     ["id"]=> string(24) "fjU2AY7VcH0T00tJtR12311Y"
     ["name"]=> string(0) ""
     ["email"]=> string(0) ""
     ["subject"]=> string(26) "Érdeklődés: "Ez egy...""
     ["body"]=> string(47) "..."


--~--~---------~--~----~------------~-------~--~----~
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 group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to