Results 4 comments of Chris

I'm not using such a callback. To solve this issue I've had removed my only `ob_start('ob_gzhandler');` call and currently using no output buffering at all. The result was the error...

After spending five more hours into researching the issue, I think I finally found it. It happens by displaying a fairly large website with a lot of HTML data. Locally...

Yes, it solves the problem and the page renders with no errors in the log. The template is not complex at all, it's just a long list with ~120k entries....

I'm using this setter since Smarty 3.0 RC4. It always worked. If this is no longer intended, I can migrate to set the property directly. It would be just nice...