i see sudden error when i put topic and made it sticky topic from topic not from forum icons.
Microsoft VBScript runtime error '800a0006'
Overflow: 'cLng'
/forum/inc_func_common.asp, line 1436
function InArray(strArray,strValue) if IsArray(strArray) then Dim Ix for Ix = 0 To UBound(strArray) if cLng(strArray(Ix)) = cLng(strValue) then InArray = True exit function end if next 1436 line end if InArray = False end function
My be i have wrong in the database table i updata from 3.3 to 3.4
I'm using 3.3.05 with this mod. I can stick a topic but the unstick graphic is not visible. I have checked my code about 10 times and cannot find the problem. Any thoughts about what it could be?