Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: MOD Implementation
 Member Edit topic - error
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Andy Humm
Average Member

United Kingdom
908 Posts

Posted - 07 June 2008 :  06:28:11  Show Profile
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
<

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 07 June 2008 :  06:51:07  Show Profile  Send ruirib a Yahoo! Message
http://forum.snitz.com/forum/topic.asp?TOPIC_ID=62792<


Snitz 3.4 Readme | Like the support? Support Snitz too
Go to Top of Page

Andy Humm
Average Member

United Kingdom
908 Posts

Posted - 07 June 2008 :  07:37:52  Show Profile
Thanks Sorted. But what causes strRqForumID to have to be changed:
strSql = strSql & " AND F.FORUM_ID = " & strRqForumID<
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 1.18 seconds. Powered By: Snitz Forums 2000 Version 3.4.07