Andy Humm
Average Member
  
United Kingdom
908 Posts |
Posted - 07 June 2008 : 06:28:11
|
I have been informed by a member, when they try to edit their own topic, they receive the following error: Microsoft VBScript runtime error '800a000d' Type mismatch: 'rs' /forum/post.asp, line 650
However, when an administrator goes to that topic and edits there is no error and it works ok
Post.asp line 650 (in red)
'## Forum_SQL strSql = "SELECT C.CAT_NAME, F.CAT_ID, F.FORUM_ID, F.F_SUBJECT, F_PRIVATEFORUMS, F_PASSWORD_NEW " &_ " FROM " & strTablePrefix & "CATEGORY C, " & strTablePrefix & "FORUM F" &_ " WHERE F.F_TYPE = 0 " & _ " AND C.CAT_ID = F.CAT_ID " if mLev = 4 then '## Do Nothing else if MoveTopicAllowed = "1" then else strSql = strSql & " AND F.FORUM_ID = " & rs("FORUM_ID") end if end if< |
|