PHP Notice: ob_end_flush(): failed to delete and flush buffer.
-
We’re seeing these PHP Notices that we receive emails about from our host:
PHP Notice: ob_end_flush(): failed to delete and flush buffer. No buffer to delete or flush in /kunder/serveb_xxxx/wpxxx/public/wp-content/plugins/wp-external-links/includes/class-wpel-front.php on line 70
Notice: ob_end_flush(): failed to delete and flush buffer. No buffer to delete or flush in /kunder/serveb_xxxx/wpxxx/public/wp-content/plugins/wp-external-links/includes/class-wpel-front.php on line 70
Recommendation – check for a valid buffer before clearing:
if (ob_get_contents()) ob_end_clean();
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘PHP Notice: ob_end_flush(): failed to delete and flush buffer.’ is closed to new replies.