Quote:
Originally Posted by XShava
Install and gets error in Team page when click team name.
Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/competitions.php on line 2987
|
Hmmm... not sure why you get that error, works fine on my vB
Find in competitions.php
PHP Code:
$array = implode(",", $array);
Replace with
PHP Code:
//$array = implode(",", $array);