Now I am getting a parse error.
It occurs when you try to go to the user details page:
Code:
Fatal error: Call to undefined function: array_sum() in /home/sites/site68/web/forums/proarcade.php on line 757
Line 757 is:
PHP Code:
$gamedetail_average = number_format(array_sum($allscores[$gamedetail_scores]) / count($allscores[$gamedetail_scores]));
I am using vB 2.2.7 and Beta 2 (and an early PHP4 version). Any ideas on how to fix this?