
09-15-2006, 03:04 AM
|
|
|
Join Date: Feb 2006
Location: Washington State
Posts: 264
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by migowebdesign
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
|
LOL So yer the one !!!!!
*waits for Cybs Reply now*
|