New problem:
Code:
Parse error: syntax error, unexpected ')' in /home2/berserk/public_html/wow/tier6dkp/vbulletin_wowhead.php on line 38
Line 34-39:
Code:
function itemstats_parse($item)
{
$o = new wowhead();
$o->debug($item_name,"itemstats_parse");
return $o->wowhead_parse($item));
}
I believe wowhead_parse($item)); needs to be wowhead_parse($item);.
I took out the extra ) and it now does this:
Code:
Fatal error: Cannot redeclare itemstats_parse() (previously declared in /home2/berserk/public_html/wow/tier6dkp/vbulletin_wowhead.php:34) in /home2/berserk/public_html/forums/includes/init.php(329) : eval()'d code on line 37