asilverstone
Member
Posted 2 years ago #
This morning, my website at arielsilverstone.com started reporting a problem using Yarrp. This is what I get:
Fatal error: ob_start() [ref.outcontrol]: Cannot use output buffering in output buffering display handlers in /home/ariels/public_html/wp-content/plugins/yet-another-related-posts-plugin/magic.php on line 313
Any ideas why?
asilverstone
Member
Posted 2 years ago #
More info.
This is the text around line 313:
if ($domain == 'metabox') {
include('template-metabox.php');
} elseif ($use_template and file_exists(STYLESHEETPATH . '/' . $template_file) and $template_file != '') {
ob_start();
include(STYLESHEETPATH . '/' . $template_file);
$output = ob_get_contents();
ob_end_clean();
} else {
include('template-builtin.php');
}
I did not change site name, path, domain or css.