Strange PHP error when upgrading to 4.7.6
-
After upgrading to 4.7.6 from 4.7.5, I start getting a stream of errors:
E_ERROR: ob_end_flush(): Cannot use output buffering in output buffering display handlers
New Relic reports the following trace:
in ob_end_flush called at /public_html/wp-includes/functions.php (3598)
in wp_ob_end_flush_all called at ? (?)
in call_user_func_array called at /public_html/wp-includes/plugin.php (524)
in do_action called at /public_html/wp-includes/load.php (671)
in shutdown_action_hook called at ? (?)When I downgrade back to 4.7.5, the errors stop.
I did a diff between 4.7.5 and 4.7.6 and the changes are really minimal so it seems odd to me, but I did see the handling of the debugging log changed.
I do have Pro, but logging is not enabled. Any ideas? Thanks!
- The topic ‘Strange PHP error when upgrading to 4.7.6’ is closed to new replies.