Quote:
Originally Posted by Kings
I've fixed the problem myself, by modifying the plugin so that it checks if the function exists, for example:
Code:
<phpcode><![CDATA[
if (function_exists('sbhits') == true) {
$GLOBALS['sbhits'] = sb_test($this);
} else {
$GLOBALS['sbhits'] = array();
}
]]></phpcode>
The plugin still seems to work, and I can use my moderation tools again. Hope this helps.
|
Where exactly did you put this bit of code? I still have the sb_test error and really want to use this hack.
It seems that something has been missed in this hack to watch for potential conflicts or other...?