I have had this error message for a long time and I cannot figure out what to do to fix it. Usually I can solve these problems myself but not this one...
Here is the error:
Microsoft VBScript runtime error '800a01c2'
Wrong number of arguments or invalid property assignment: 'doUCount'
/forum/post_info.asp, line 1747
I get this error when I got to reply to a topic (not sure about starting a topic or editing a forum or anything)
oh.. btw I am still able to post the reply even with the error but my members post counts are not updated. So, my new members who are posting still have "0" posts.
I don't have the Points Mod installed but it may be that the error: Wrong number of arguments or invalid property assignment is cause by Request.Form("UserName") returning an empty string.
To test this add at line 1747
Response.Write "Do we have a username here = " & Request.Form("UserName") & " or Not!" & vbNewLine
If you don't see the text on the form after posting, view source and search on "or Not!"