PHP Notice: ob_end_flush(): failed to delete and flush buffer
-
On the login page and other Admin pages, I get this notice when I enable php debug.
PHP Notice: ob_end_flush(): failed to delete and flush buffer. No buffer to delete or flush in .../wp-content/plugins/relative-url/relative-url.php on line 133
One way to solve this would be to check the buffer length before trying to clear it.
if( ob_get_level() > 0 ) ob_flush();
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘PHP Notice: ob_end_flush(): failed to delete and flush buffer’ is closed to new replies.