Posted by john
2014-12-30

Whenever I tried modifying class.inc.php to change poll options or text used in polls, I was getting an error message: Warning: Cannot modify header information - headers already sent by (output started at CCookieBlock.inc.php line 28 etc... don't know if I was doing something wrong or not, but fixed the problem by adding <? ob_start(); ?> to the very top of the CCookieBlock.inc.php file and <? ob_flush(); ?> to the very bottom of the same file.
Posted by Tom
2015-01-06

Hi John,

>Warning: Cannot modify header information - headers already sent by (output...

It sounds like you saved the code in "UTF-8 with BOM"
Try saving it in "UTF-8 ( without BOM )"