Hi there, I’m seeing this bug error, under my footer
Notice: ob_end_flush(): failed to send buffer of zlib output compression (0) in /home/domain/public_html/wp-includes/functions.php on line 4552
debugging is disabled
Here is the code its referring to:
/**
* Flush all output buffers for PHP 5.2.
*
* Make sure all output buffers are flushed before our singletons are destroyed.
*
* @since 2.2.0
*/
function wp_ob_end_flush_all() {
$levels = ob_get_level();
for ( $i = 0; $i < $levels; $i++ ) {
ob_end_flush();
}
}
site protection: buddydev