Hi,
For some reason the post count is not updating when I archive a forum, instead at the end of the archive function I receive the following error:
Microsoft VBScript runtime error '800a000d' 
Type mismatch 
/forum/admin_forums.asp, line 803 
That section of code is:
if rs1.EOF or rs1.BOF then
         intF_COUNT = 0
         intF_TOPICS = 0
      else
Line 803         intF_COUNT = rs1("cnt") + rs1("SumOfT_REPLIES")
         intF_TOPICS = rs1("cnt")
      end if
      if IsNull(intF_COUNT) then intF_COUNT = 0
      if IsNull(intF_TOPICS) then intF_TOPICS = 0
      rs1.Close
Any ideas what might be causing it?
- MySql database  version 4.1.21
Thanks<