Il giorno 06/nov/2009, alle ore 22.59, Kevin McArthur ha scritto:

Ralph, normally you'd be right, but since that allocation is 500 megs in one-shot. It should be near the code that is the problem. Would have to see what he's doing but im guessing a massive attachment?

If it was a pecked-to-death-by-ducks thing, you'd see a message saying "Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 16 bytes) in Unknown on line 0" or something similar, with a low byte count.

Looking at the file at line ~284 it appears thats where the email finally gets sent, and logged. To debug, check the size of $request at that point. If its huge, you have your error.

For the records, I run my script with a debugger and I set a conditional breakpoint in the _send method with strlen($request) > 75 as condition and the script was never halted...

--
Fabio Napoleoni
[email protected]

"Computer Science is no more about computers than astronomy is
about telescopes"

                                                    Edsger W. Dijkstra

Reply via email to