Somewhere in the data you're trying to save there's an array where  
there should be a string.

E.g.

array(
        'Model' => array(
                'field1' => array( ... )
        )
)

instead of

array(
        'Model' => array(
                'field1' => 'This should be a simple string'
        )
)

Do a debug($data) on whatever you're trying to save to see where the  
problem is, and/or post that data here.

On 20 Nov 2008, at 13:31, sun wrote:

>
> I am not able to  understand exactly what do u said.. so once again
>
> can u explain in detail... please
>
> >


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to