On Feb 24, 3:08 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
> John, I was definitely getting memory errors. But DEBUG set at 3 would
> not show the error, just a blank page would return.

Debug of 3 will dump the controller, and everything linked to the
controller to the screen. With debug set to 3 you are likely to run
out of memory or otherwise hang apache with a lot less data than you
would with debug set to 2 or 1. In any event serving the data in
chunks as you now are is by far a better solution if the data is
supposed to be user-browsable.

Cheers,

AD


--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to