- If I turn off error reporting, the whole page goes blank after a long execution time. No error, no notices, no message, nothing.
- If I set error reporting to E_ALL AND there's some notices/errors during the progress, the result appears correctly (though among a chaos of error reporting lines).
Is this something related to memory? I ini_set()'ed max_execution_time and max_input_time to 3600, and memory_limit to 128M.
Ah, by the way it's a Lunarpages host.
Could anyone please help? Thanks very much in advance.