FOUND A FIX!
In index.php:
replace ob_end_clean();
ob_end_clean();
with
if (ob_get_contents()) ob_end_clean();