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
 Active Users Error !!
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Alex123
Junior Member

Greece
237 Posts

Posted - 08 April 2002 :  06:50:36  Show Profile
Hi everyone,

I am using version 3.3.03 of Snitz Forum and recently added ActiveUsers 3.5, which works fine.
I have also made the modifications in order to give the ability to posters to be able to delete their own posts.
Everything seems to work fine, up to the point where after a poster deletes his post and then tries to refresh the page, the following error comes up:

ADODB.Field error '800a0bcd'

Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current record.

/forum/inc_activeusers.asp, line 99

Any ideas what this could be ?

Thank you,

Regards
Alex

Edited by - Alex123 on 08 April 2002 07:19:32

crash
Advanced Member

Netherlands
2064 Posts

Posted - 08 April 2002 :  09:19:45  Show Profile  Visit crash's Homepage
yes. the AU checks which post is being read/edited and if one post is deleted, it cannot find it no more and results in an error



Crash's Site | Crash is from
Go to Top of Page

Nathan
Help Moderator

USA
7664 Posts

Posted - 08 April 2002 :  10:21:08  Show Profile  Visit Nathan's Homepage
This is one of the many bugs I have fixed in Active Users 4.0, which I will release in a few days if my MySQL beta tester has as much success as the others.

Nathan Bales
Snitz Exchange | Do's and Dont's
Go to Top of Page

Alex123
Junior Member

Greece
237 Posts

Posted - 08 April 2002 :  10:55:59  Show Profile
Thank you for your responses,

So, isn't there a way to fix this ?

Alex


Go to Top of Page

Nathan
Help Moderator

USA
7664 Posts

Posted - 08 April 2002 :  19:29:45  Show Profile  Visit Nathan's Homepage
Add whats in red. This is a patch. . . not a fix.

			if Request.Querystring("TOPIC_ID") <> "" Then
set rst = my_conn.execute("SELECT FORUM_ID,TOPIC_ID, T_SUBJECT FROM " & strTablePrefix & "TOPICS WHERE TOPIC_ID = " & Request.Querystring("TOPIC_ID"))
if rst.EOF or rst.BOF then
strOnlineLocation = "Viewing Error Message"
else

Topic_Subject = rst("T_SUBJECT")
intOnlineForumType = rst("FORUM_ID")
rst.close
set rst = nothing
if ChkForumType(intOnlineForumType) then
strOnlineLocation = "Viewing Topic: <a href=""link.asp?TOPIC_ID=" & Request.QueryString("TOPIC_ID") & """>"
strOnlineLocation = strOnlineLocation & Topic_Subject
else
strOnlineLocation = "Viewing Topic in: <a href=""link.asp?TOPIC_ID=" & Request.QueryString("TOPIC_ID") & """>Private Forums"
end if
end if
end if


Nathan Bales
Snitz Exchange | Do's and Dont's
Go to Top of Page

Alex123
Junior Member

Greece
237 Posts

Posted - 09 April 2002 :  04:09:29  Show Profile
You can call it anything you want "A patch or a fix", the point is you fixed the problem and now it works great

Thank you Nathan.

Go to Top of Page

Nathan
Help Moderator

USA
7664 Posts

Posted - 09 April 2002 :  20:46:43  Show Profile  Visit Nathan's Homepage
Reason I call it a patch and not a fix is because it only patches one aspect of a much larger problem that needs fixed

Nathan Bales
Snitz Exchange | Do's and Dont's
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.43 seconds. Powered By: Snitz Forums 2000 Version 3.4.07