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 User Problem
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

cadetduke
Starting Member

13 Posts

Posted - 16 August 2002 :  00:22:36  Show Profile
At the top of the page where the active users box is the background is completely black and when I highlighted it I got the error:

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_functions.asp, line 1504

Any advice?

Thanks.

Nathan
Help Moderator

USA
7664 Posts

Posted - 16 August 2002 :  00:36:44  Show Profile  Visit Nathan's Homepage
What version of active users? (What was the name of the zip file you downloaded)


And what is on line 1504

Nathan Bales
CoreBoard | Active Users Download

Edited by - Nathan on 16 August 2002 00:37:32
Go to Top of Page

cadetduke
Starting Member

13 Posts

Posted - 16 August 2002 :  00:38:59  Show Profile
Active Users 4

My zip file was Active Users 40_1
Go to Top of Page

Nathan
Help Moderator

USA
7664 Posts

Posted - 16 August 2002 :  00:43:05  Show Profile  Visit Nathan's Homepage
Ok, I see what I did. I didn't fully apply that patch to the 3.3.03 files. Just a sec and I'll have a fix for you.

Nathan Bales
CoreBoard | Active Users Download
Go to Top of Page

cadetduke
Starting Member

13 Posts

Posted - 16 August 2002 :  00:47:26  Show Profile
Ok thanks

Edited by - cadetduke on 16 August 2002 00:47:42
Go to Top of Page

Nathan
Help Moderator

USA
7664 Posts

Posted - 16 August 2002 :  00:49:38  Show Profile  Visit Nathan's Homepage
Okiday, copy hit reply with quote to this thread, copy the following code block into an empty text file. save it as AUFix.asp, and upload it to your forum directory. Then run yourdomain.com/forum/AUFix.asp in your browser.

Delete the file from your forum directory once its done.

Let me know if you have any further problems.



<!--#include file="config.asp"-->
<!--#include file="inc_functions.asp"-->
<!--#include file="inc_top.asp"-->
<%
strSql = "INSERT INTO " & strMemberTablePrefix & "CONFIG_NEW (C_VARIABLE,C_VALUE) VALUES ('intAURecord','0')"
my_conn.execute strSql
strSql = "INSERT INTO " & strMemberTablePrefix & "CONFIG_NEW (C_VARIABLE,C_VALUE) VALUES ('strAURecordDate','0')"
my_conn.execute strSql
Response.write "<br><br><p align=""center"">Update Complete</p><p align=""center""><a href=""default.asp"">Return To Forum</a><br><br>"
WriteFooter()
%>



Nathan Bales
CoreBoard | Active Users Download
Go to Top of Page

cadetduke
Starting Member

13 Posts

Posted - 16 August 2002 :  01:04:18  Show Profile
Awesome, it works great.

Thanks a lot.
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.61 seconds. Powered By: Snitz Forums 2000 Version 3.4.07