Right - some of the tables are quite large. I increased the memory limit in php.ini from 8mb to 16mb, but might go larger if this is an issue.
Scaffolding out of the box doesn't paginate, does it? I suppose if want that, I'll have to right my own logic in the controller... -----Original Message----- From: John David Anderson (_psychic_) [mailto:[EMAIL PROTECTED] Sent: Thursday, October 19, 2006 3:14 PM To: [email protected] Subject: Re: Scaffolding 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 -~----------~----~----~----~------~----~------~--~---
