I am using cakephp beta 1.2 and I noticed, that usage of arrays throws
a 404 error. For instance if I use something like Model-
>findAll(array('id' => 5, 'status' => 1)) this throws a 404 not found.
If I use Model->findAll("id = 5 and status = 1") it works fine.
Another thing is I cannot use requestAction on controllers as it
requires a array('return') in the end.
This is a PHP misconfiguration error I assume, but how do I fix it?
Thanks
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---