On Oct 19, 2006, at 1:00 PM, Erich C. Beyrent wrote:
> > Hi John, > > DEBUG was set to 3. Nothing is visible in the source. And then I > checked > the error_log as you suggested, and there it was: > > PHP Fatal error: Allowed memory size of 8388608 bytes exhausted > (tried to > allocate 2557952 bytes) in /cake/libs/view/view.php on line 594 Do you have large amounts of data loading up from that table? Scaffolding will try to list all the rows in the table, and that goes into memory at some point... -- John --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
