If I got you correct then you were talking about those plugins. Starting at line #298
PHP Code:
// evaluate template
$postid =& $post['postid'];
eval('$postbit = "' . fetch_template($this->templatename) . '";');
eval('$retval = "' . fetch_template('postbit_wrapper') . '";');
return $retval;
}l
;
It doesn't matter which one is enabled or disabled. The error occures as soon as one plugin is enabled. Let me know if I got you right.
Thanks,