On Jul 12, 1:51 am, gerbenzomp <[EMAIL PROTECTED]> wrote:
> > I'd add a check you are trying to add to an array.
>
> I added a check to see if the system is trying to add to an array:
> (count($queryData['conditions']) < 1)
Interesting interpretation of "add if (!
is_array($queryData[['conditions'])) {" which is what I meant and
assumed you would do.
> And, though I can't completely follow why, this solves the problem!
>
> Can you elaborate a bit more on why this solves my problem?
Add " else { var_dump
($queryData['conditions']); )pr($queryData['conditions']); }" and
activate the self investigation function.
hth,
AD
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" 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
-~----------~----~----~----~------~----~------~--~---