Hi,
Hi there I am aware that this might not even be a DBSEO issue, infact maybe I should've posted this in the vboptimise forum, also it might be nothing to do with any of your mods, I just thought you might have an idea
I keep getting blank pages (http 500) and these errors after a certain amount of time (cache problem?).
[28-Aug-2014 13:34:15 Europe/London] PHP Fatal error: Cannot call overloaded function for non-object in /******************/forum/packages/skimlinks/hooks/postbit_display_complete.php on line 67
which relates to this part of the code.
##########################################
if ($skimClass = getSkimClass($post)) //line 67
{
if (version_compare($this->registry->options['templateversion'], 4, '>='))
{
$postIdName = 'post_' . $post['postid'];
}
else
{
$postIdName = 'post' . $post['postid'];
}
global $vbulletin;
if (version_compare(@$vbulletin->versionnumber, '3.8.0', '>=')) {
$template_hook['postbit_end'] .= "<script type="text/javascript">
vBulletin.events.SkimlinksActivate.subscribe(function()
{
YAHOO.util.Dom.addClass('{$postIdName}', '{$skimClass}');
});
</script>";
}
}
##########################################
I have also posted this to skimlinks support too.
Thank you very much for any advice or help.
Hi there I am aware that this might not even be a DBSEO issue, infact maybe I should've posted this in the vboptimise forum, also it might be nothing to do with any of your mods, I just thought you might have an idea

I keep getting blank pages (http 500) and these errors after a certain amount of time (cache problem?).
[28-Aug-2014 13:34:15 Europe/London] PHP Fatal error: Cannot call overloaded function for non-object in /******************/forum/packages/skimlinks/hooks/postbit_display_complete.php on line 67
which relates to this part of the code.
##########################################
if ($skimClass = getSkimClass($post)) //line 67
{
if (version_compare($this->registry->options['templateversion'], 4, '>='))
{
$postIdName = 'post_' . $post['postid'];
}
else
{
$postIdName = 'post' . $post['postid'];
}
global $vbulletin;
if (version_compare(@$vbulletin->versionnumber, '3.8.0', '>=')) {
$template_hook['postbit_end'] .= "<script type="text/javascript">
vBulletin.events.SkimlinksActivate.subscribe(function()
{
YAHOO.util.Dom.addClass('{$postIdName}', '{$skimClass}');
});
</script>";
}
}
##########################################
I have also posted this to skimlinks support too.
Thank you very much for any advice or help.