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)
 error 80020009
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

awl
Starting Member

8 Posts

Posted - 17 September 2004 :  02:06:30  Show Profile
Hello,

I've installed and configured forum on our local network for internal users only. I made configuration from my laptop conected to network where the forum is running.

When I go to forum from my laptop vie IE there is no problem but any other network users receive message (after "Show friendly HTTP errors" is turned off):

ADODB.Field error '80020009'

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

/forum/inc_header.asp, line 145

What sould I find in line 145?

kind regards,

Adam Wolf


-------------
kind regards,

Adam Wolf

miperez
Junior Member

Spain
243 Posts

Posted - 17 September 2004 :  03:45:24  Show Profile
The content of that line might vary depending on the MODs you might have installed.

Could you open that file using a text editor, go to that line, and tell us what it is? I advise you to post some lines before and after that, let's say 140 to 150.

Best Regards

Mikel Perez

"Hell is the place where everything test perfectly, and nothing works"
Go to Top of Page

awl
Starting Member

8 Posts

Posted - 17 September 2004 :  06:05:00  Show Profile
Herewith lines 140-151

if rs2.EOF or rs2.BOF then
Group = 2
strSql = "SELECT GROUP_ID, GROUP_NAME, GROUP_ICON, GROUP_IMAGE "
strSql = strSql & " FROM " & strTablePrefix & "GROUP_NAMES "
strSql = strSql & " WHERE GROUP_ID = " & Group
set rs2 = my_Conn.Execute (strSql)
end if
Session(strCookieURL & "GROUP_NAME") = rs2("GROUP_NAME")
if instr(rs2("GROUP_ICON"), ".") then
Session(strCookieURL & "GROUP_ICON") = rs2("GROUP_ICON")
end if
if instr(rs2("GROUP_IMAGE"), ".") then
Session(strCookieURL & "GROUP_IMAGE") = rs2("GROUP_IMAGE")
end if

kind regards,

Adam Wolf

-------------
kind regards,

Adam Wolf
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 17 September 2004 :  08:10:23  Show Profile  Send ruirib a Yahoo! Message
Have you run setup.asp?


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

awl
Starting Member

8 Posts

Posted - 17 September 2004 :  08:53:20  Show Profile
Yes, I've just made setup and it seems to be OK.


-------------
kind regards,

Adam Wolf
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 17 September 2004 :  08:58:09  Show Profile  Send ruirib a Yahoo! Message
Didn't quite get it. You mean the problem is fixed?


Snitz 3.4 Readme | Like the support? Support Snitz too
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.46 seconds. Powered By: Snitz Forums 2000 Version 3.4.07