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

 All Forums
 Snitz Forums 2000 DEV-Group
 DEV Bug Reports (Open)
 Some protections needed.
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

lrchilds
Starting Member

1 Posts

Posted - 15 June 2002 :  17:55:59  Show Profile
These are some protections that can allow On Error Goto 0 to work in the post.asp file.


Line 921: Add if condition to prevent "FORUM_ID=" sql error.

if (strRqForumID <> "") then
strSql = strSql & " WHERE " & strTablePrefix & "ALLOWED_MEMBERS.FORUM_ID = " & strRqForumID
end if


Line 957: Add if condition to prevent BOF or EOF error on MoveFirst.

if (not rsAllowedMember.EOF and rsAllowedMember.BOF) then
rsAllowedMember.movefirst
end if




RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 16 June 2002 :  06:45:18  Show Profile
this has been addressed in v3.4
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 0.3 seconds. Powered By: Snitz Forums 2000 Version 3.4.07