i think there is a bug, i've checked that an other sites (also on G_Man's board), which have installed the 3.6 release.
I you have board-ids exlcluded in the properties of the cyb stats, you got a ssql error, if you try to call the search.php?f=1000 (if the id is not available normaly you should redirect to the default search form, but with mod enabled you got an error)
Reason for this is a "," after all board-ids in the sqlquery.
I think it can help, to add in line 107:
106: $exclforums = substr($exclforums, 1);
107: $exclforums = substr($exclforums, 0, strlen($exclforums)-1);
Or do you have another idea?
Cheers
Mike
|