> Cake version?
> Could be cache issue, TMP folder not writable, wrong cache
> configuration...
1.3.2
Folder is writable, or else it would throw errors. Both tmp and files are 777.
Cache used to be file based. I can delete the cake cache files from
the tmp folder and Cake will go through and rewrite them.
I recently switched to memcache to see if it would fix the issue,
which it didn't. Configuration for memcache:
Cache::config('default', array(
'duration' => '+30 days',
'engine' => 'Memcache',
'prefix' => 'csr_dev_'
));
app_model is set to actAs container.
With all of that, would that explain why Cake queries for a describe
three times in a row on the same table?
--
Jack Timmons
@_Codeacula
Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions.
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
No comments:
Post a Comment