Friday, September 30, 2011

Re: I can find() but can't save(), why?

I wrote the code after $this->Modalidad->save($this->data) and this are the results:

debug($this->Modalidad->validationErrors);

Array
(
)


debug($this->data);
Array
(
    [Modalidad] => Array
        (
            [nombre] => sdfsdfsd
            [descripcion] => fsdfsdfd
        )
)


So there is data and no errors :-(

Ing. Reynier Pérez Mira
Cel: +58 416.921.7406
Correo: reynierpm@gmail.com / reynierpm@hotmail.com



On Fri, Sep 30, 2011 at 4:02 AM, reynierpm@gmail.com <reynierpm@gmail.com> wrote:
Well the DB isn't MySQL it's SQLite3 ;) I debug $this->data and have values and where I need to write debug($this->Modalidad->validationErrors); after create() or after save()? I'm newbie with Cake and I'm trying to learning and thanks all of yours for the help you bring to me


Ing. Reynier Pérez Mira
Cel: +58 416.921.7406
On Thu, Sep 29, 2011 at 12:33 PM, Toby G <toby@cubicmushroom.co.uk> wrote:
I think we'll need some more info...

I woud suggest inspecting your validation erros to see if that's
preventing the records from being saved.

 debug( $this->Modalidad->validationErrors );

If you enable debugging, can you see any insert comments in the MySQL
debugging info?



On Sep 29, 3:53 pm, "reynie...@gmail.com" <reynie...@gmail.com> wrote:
> Hi,
> I have a BIG problem because as the title says I can find() but can't save()
> and not understand where the problem is. This the code:http://pastebin.com/VNYSh5j3, can any help me to find where the problem is?
>
> Cheers and thanks in advance
> Ing. Reynier Pérez Mira
> Cel: +58 416.921.7406
> Correo: reynie...@gmail.com / reynie...@hotmail.com

--
Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org
Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php


--
Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org
Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions.
 
 
To unsubscribe from this group, send email to
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php

No comments: