Blocs & Pulse = Not displaying

FOUND A FIX!

In index.php:

replace ob_end_clean();

with

if (ob_get_contents()) ob_end_clean();

1 Like