Closed bunke closed 6 years ago
@bunke suppressing errors is not a good idea You can try this option
if (ob_get_length()) ob_clean();
or in file php.ini update parameter output_buffering = 4096
output_buffering = 4096
@bunke did you check it works for you?
Yes, it works!
@bunke thanks
@bunke suppressing errors is not a good idea You can try this option
or in file php.ini update parameter
output_buffering = 4096