I am installing the Speedball PM mod to my forum but now I get this error in all the admin posts...
Microsoft VBScript runtime error '800a0006' Overflow: 'cLng'
/forum/inc_func_secure.asp, line 46
... line 46 in the code reads... strSql = strSql & " WHERE MEMBER_ID = " & cLng(fUser_Number)
If I remove the cLng function from the fUser_Number it gets rid of the error message, buy all that displays in the reply messages to the post is the Topic ID for that reply.