Should I be worried? Warning: Parameter 1 to W3_Plugin_TotalCache::ob_callback()
-
Pretty much all my pages are showing this error:
Warning: Parameter 1 to W3_Plugin_TotalCache::ob_callback() expected to be a reference, value given in /home/xxxxxxxx/public_html/wp-includes/functions.php on line 3464
The bold line highlighted below is the line in question:
/** * 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++) <strong> ob_end_flush();</strong>
I haven’t found anything in this forum relating to this problem and researching on Google has only come up with other websites who are showing this same error as opposed to results containing any actual discussion or solutions to this issue. Any insight or ideas on how to fix this problem would be greatly appreciated ??
Thanks in advance,
Adam
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘Should I be worried? Warning: Parameter 1 to W3_Plugin_TotalCache::ob_callback()’ is closed to new replies.