ob_flush errors
-
Once in a while I will see an error for
ob_flush
being called when there is no buffer set. The fix is as follows.public function onFooter() { if ( 0 < ob_get_level() ) { ob_flush(); } }
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘ob_flush errors’ is closed to new replies.