Hello

I had the same problem and I have solved it. The problem was that I
had the property $validate of the model defined but without pointing
out that it is an array. The solution is the following one. You must
write in the model

var $validate = array ()

And it should work well

Greetings

On 8 ene, 12:11, ProFire <[EMAIL PROTECTED]> wrote:
> Just an update the the problem I'm encountering:
>
> I have quite a number tables in my database. The only time I'm
> encountering thiserror(So far) is when I use theformhelperon this
> specific table called "accounts". I have other tables like "tasks" and
> I have usedformhelperwith it. No sucherrorcame out.
>
> I'm beginning to think that theerrorcould be resulted from a faulty
> Model Construction. Or maybe it's a bug with the core? Or maybe it's
> my tableerror?
>
> I'm not sure. Anybody have a solution to this problem?
> So far it hasn't caused me any serious problem and my application
> still works fine. But the warning message keeps popping up and as a
> developer, I don't quite like my application to have even a warning.
> It's a precaution to prevent future pitfalls.

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