No change. I tried that first. I did find a fix that works, however. I added this to the top of the page (above the <?php), so it now looks like this:
Code:
<? ob_start(); ?>
<?php
and this to the bottom of the page (below the ?>), so now it looks like this :
Code:
?>
<? ob_flush(); ?>
And now the error is gone. I looked at the file in CPanel, but I couldn't see any UTF-8 BOM in the file at all, so I was stumped.