out of the blue i have started to receive a parse error and also my members menu does not work now this has happened before i installed a test mod ?
that strnagly enough changes the members menu now i know the mod has not caused this so wanted to know if anyone else has come accross this problem?
The Error is
Parse error: syntax error, unexpected ')', expecting '&' or T_VARIABLE in /home/spicemu1/public_html/newsite/inc/classes/BxDolMemberMenu.php(288) : eval()'d code on line 1
the code is
if ($aItems['Bubble']) { $sCode = str_replace('{iOldCount}', 0, $aItems['Bubble']); $sCode = str_replace('{ID}', $memberID, $sCode);
eval($sCode); //< This Being the offending Line//
$this -> sBubbles .= "{$aItems['Name']} : {count:'{$aRetEval['count']}'}, \n";
}
Any ideas peeps would be much appreciated
Regards
Wes