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: General / Classic ASP versions(v3.4.XX)
 Archiving troubles
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

texanman
Junior Member

United States
410 Posts

Posted - 19 August 2009 :  12:18:52  Show Profile
Hello

I am not sure whether this is a server issue or something else. I did archiving yesterday and it seemed everything went fine. Immediately after that the site went down with the following error message.

Either BOF or EOF is true, or the current record has been deleted. Requested operation requires a current record.
/inc_required.asp, line 75

lines 74-76 are:

set ReqTopic = my_conn.execute(strSQL)
FORUMID=ReqTopic("FORUM_ID")
ReqTopic.Close


I had to restore a backup db to resolve the issue. Anyone knows what is going on? I had no problems with archiving with my previous host. My current host says it is a code issue but I doubt that.

Thanks



ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 19 August 2009 :  12:51:41  Show Profile  Send ruirib a Yahoo! Message
That's a non standard Snitz file. Hard to know what is going on.
I would say, however, that it has some likelihood of being a coding error, caused by not testing existance of records in a recordset,


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

texanman
Junior Member

United States
410 Posts

Posted - 19 August 2009 :  13:20:32  Show Profile
The thing is I am using the same code I have been always using. Had no issues with archiving before.
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 19 August 2009 :  13:44:45  Show Profile  Send ruirib a Yahoo! Message
Maybe you just archived too much. Not possible to say what happened with certainty.
Anyway, that should check for records being returned, as the Snitz code does. For example (simple one, really):

set ReqTopic = my_conn.execute(strSQL)
if not ReqTopic.EOF Then
   FORUMID=ReqTopic("FORUM_ID")
end if
ReqTopic.Close


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

texanman
Junior Member

United States
410 Posts

Posted - 19 August 2009 :  14:03:07  Show Profile
Thanks rui
This is the required reading mod by Carefree. Do you think uninstalling the mod will fix the issue?
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 19 August 2009 :  14:38:21  Show Profile  Send ruirib a Yahoo! Message
I am sure Carefree can help you sort it. Maybe make the title more obvious?

Have you tried my suggested change?


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

texanman
Junior Member

United States
410 Posts

Posted - 19 August 2009 :  16:48:04  Show Profile
I will try it later at night when the traffic is slow.
Thanks
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.34 seconds. Powered By: Snitz Forums 2000 Version 3.4.07