Try this fix:
In file wpfb-load.php replace:
if(SUPPRESS_LOADING_OUTPUT)
@ob_end_clean();
with
if(SUPPRESS_LOADING_OUTPUT) {
while(@ob_end_clean()){} // destroy all ob buffers
}
Try this fix:
In file wpfb-load.php replace:
if(SUPPRESS_LOADING_OUTPUT)
@ob_end_clean();
with
if(SUPPRESS_LOADING_OUTPUT) {
while(@ob_end_clean()){} // destroy all ob buffers
}