Quote:
Originally Posted by raistlinthewiz
quick fix: edit Insights - Pageview Beacon template and
replace with this:
PHP Code:
require_once(DIR . '/insights/insights.php');
set_error_handler('insights_errhandle');
$obj = new InsightsVbulletin($vbulletin);
$output = $obj->getFooterCode($foruminfo, $threadinfo);
$template_hook['footer_links'] .= $output;
restore_error_handler();
|
edited the product xml file and that seems to have fixed it.
about to test the official fix now...