Author |
Topic  |
|
awl
Starting Member
8 Posts |
Posted - 17 September 2004 : 02:06:30
|
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
|
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"
|
 |
|
awl
Starting Member
8 Posts |
Posted - 17 September 2004 : 06:05:00
|
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 |
 |
|
ruirib
Snitz Forums Admin
    
Portugal
26364 Posts |
|
awl
Starting Member
8 Posts |
Posted - 17 September 2004 : 08:53:20
|
Yes, I've just made setup and it seems to be OK.
|
------------- kind regards,
Adam Wolf |
 |
|
ruirib
Snitz Forums Admin
    
Portugal
26364 Posts |
|
|
Topic  |
|