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)
 Problems seeing IPs?
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Grandmaster
Starting Member

Brazil
46 Posts

Posted - 03 June 2002 :  15:36:27  Show Profile  Visit Grandmaster's Homepage  Send Grandmaster an ICQ Message
I'm using Snitz Version 3.3.05 and I'm getting an error when trying to see an IP of a person that reply a Topic.

javascript:openWindow('topic.asp?mode=getIP&REPLY_ID=2044&FORUM_ID=3')

ADODB.Field error '800a0bcd'

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

/forum/topic.asp, line 620


I don't get this error when trying to see the IP of the person who opened the topic.

javascript:openWindow('topic.asp?mode=getIP&TOPIC_ID=60&FORUM_ID=3')

Is this a bug?


Davio
Development Team Member

Jamaica
12217 Posts

Posted - 03 June 2002 :  16:43:51  Show Profile
I don't know if this would fix your problem, but on line 62 of your topic.asp file, change it from this:
if request("ARCHIVE") = "true" then
strActivePrefix = strArchiveTablePrefix
ArchiveView = "true"
ArchiveLink = "ARCHIVE=true&"
else
to this:
if request("ARCHIVE") = "true" then
strActivePrefix = strTablePrefix & "A_"
ArchiveView = "true"
ArchiveLink = "ARCHIVE=true&"
else
This would affect if you were checking the ip in the archives of your forum.

«------------------------------------------------------»
Want to know when the next version comes out,
as soon as possible? Join our Mailing Lists !
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 03 June 2002 :  16:52:44  Show Profile
see here: http://forum.snitz.com/forum/topic.asp?TOPIC_ID=28670
Go to Top of Page

Grandmaster
Starting Member

Brazil
46 Posts

Posted - 04 June 2002 :  15:45:28  Show Profile  Visit Grandmaster's Homepage  Send Grandmaster an ICQ Message
thanks Richard.

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.14 seconds. Powered By: Snitz Forums 2000 Version 3.4.07