agoalofalife / bpm-online

Package for working with bpm’online
8 stars 6 forks source link

Fix Notice #4

Closed bunke closed 6 years ago

agoalofalife commented 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

agoalofalife commented 6 years ago

@bunke did you check it works for you?

bunke commented 6 years ago

Yes, it works!

agoalofalife commented 6 years ago

@bunke thanks