On May 23, 7:40 pm, OldWest <[email protected]> wrote: > AD, > > That earlier thread number of 10563105635 was not a full number, it was > accidentally 3 cols combined by paste. If you look closely, both sets of > numbers are identical: > > Error Affected Num. rows Took (ms) > 10563 10563 5
Same question - are you using all 10 thousand rows of data you're asking for? That's a lot. > > I installed the plugin per all instructions, read the short manual etc, but > I continue to run into a caching issue. I disabled cache, but the plugin > seems to reply on cache writing. > > Here is the memory issue I am facing when trying to run this: > > Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to > allocate 38 bytes) in /var/www/vhosts/full-dir-path/cake/libs/cache/file.php > on line 176 > > Do you have any idea on a resolution for this issue? You find out how you're using 32mb of memory - and you stop doing so (or increase the memory limit for the script). When a script runs out of memory it's often irrelevant where. AD -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
