Illegal strong offset 'file' (output buffers?)
-
I’ve suddenly received the below error message on the below page, and I’ve included the code it appears to reference. I am clueless on this. Thank you for any help!
Error: Warning: Illegal string offset ‘file’ in /home4/mspllc/public_html/mcgrathspielberger/wp-includes/functions.php on line 3373
Lines 3370 through 3383 (Greek to me):
}/**
* 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();
}
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Illegal strong offset 'file' (output buffers?)’ is closed to new replies.