do you have 2 find calls in the same method?

i.e do you have

$Model->find
.. do something and maybe save
$Model->find

?

If you do - set cacheQueries = false on the model at the beginning of
your action (or anywhere else appropriate) so that it doesn´t take the
result from memory for subsequent identical queries. That is, unless
you want to disable cache site wide, inwhich case nate's already shown
the way.

HTH,

AD7six


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

Reply via email to