Chris
Chris
Smarty_Internal_Template::render(): Cannot use output buffering in output buffering display handlers
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...
Smarty_Internal_Template::render(): Cannot use output buffering in output buffering display handlers
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...
Smarty_Internal_Template::render(): Cannot use output buffering in output buffering display handlers
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...