Author |
Topic  |
|
swift
Starting Member
9 Posts |
Posted - 28 August 2002 : 13:49:48
|
Hi,
perhaps here is someone who could help me with the following problem:
I have a Snitz 3.3.0.5 Forum running. Now i tried to install the Active Users 4.01 Mod (3.3.0.x installation)
The installation/configuration/modification was imho easy and worked well. I have the Active users Option within the admin_home.asp menu.
Now the problem: Starting the Forum, i get the following error in a table on top of the forum tables:
(I try to translate from german to english) --- ADODB.Field- Error '800a0bcd' Either BOF or EOF is True, or the actual Dataset had been deleted. The requestet Event needs an actual Dataset.
/forum/inc_functions.asp, line 1504 ---
The problem could be in the default.asp, there i did the changes as said in readme.html: --- default.asp ~line 390 ---------------- %> <!--#include file="inc_activeusers.asp"--> <% if strShowStatistics = "1" then WriteStatistics end if ------------------------------------------
Anyone out here who can help me or has a tip?
Swift
|
|
Nathan
Help Moderator
    
USA
7664 Posts |
Posted - 28 August 2002 : 19:46:45
|
You going to have to show me what line 1504 of inc_functions.asp is. |
Nathan Bales CoreBoard | Active Users Download |
 |
|
swift
Starting Member
9 Posts |
Posted - 28 August 2002 : 20:43:46
|
Hi Nathan,
Line 1504 of inc_functions.asp is this:
intOldRecrod = rs("C_VALUE")
Swift
|
 |
|
Nathan
Help Moderator
    
USA
7664 Posts |
|
swift
Starting Member
9 Posts |
Posted - 29 August 2002 : 03:26:57
|
Hi,
after activating the mod in the admin_home.asp i did the following step as advised in the readme.html:
From your browser run the audbsetup.asp file. http://your-forum/audbsetup.asp When is says "Update Complete" then proceed onto modifying files.
I got the "Update complete" - then i modified the files...
After the installation i deleted both files "audbsetup.asp" and "dbs_activeusers.asp"
Swift |
 |
|
swift
Starting Member
9 Posts |
Posted - 03 September 2002 : 11:17:29
|
Hi Nathan,
do you have an idea or solution for my problem now? :)
|
 |
|
masterao
Senior Member
   
Sweden
1678 Posts |
Posted - 03 September 2002 : 12:52:10
|
Check your database and see if you have C_VARIABLE = intAURecord/C_VALUE = 0 and C_VARIABLE = intAURecordDAte/C_VALUE = 0 in the config_new table. If you don't, you need to add those to the config_new table.
|
Jan =========== FR Portal Forums | Active Users 4.0.20 Mod |
 |
|
swift
Starting Member
9 Posts |
Posted - 04 September 2002 : 13:40:57
|
Hello masterao/Jan,
thanks a lot for your tip! Now the active Users panel seems to work!!!
I added the following to FORUM_CONFIG_NEW:
C_VARIABLE C_VALUE -------------------------------- intAURecord 0 strAURecordDate 20020901120000
The last one you told me wrong, but with your tip i was able to understand whats the cause, so i looked in the file and table myself. C_VALUE of strAURecordDate must be a Date, with only 0 i get another error. Because of the date-setting i think i get this one: Record Set On: 01 Sep 2002 at 12:00:00 as display in the active users panel. It doesn't seem to change, but i only tried this for a few minutes yet. A few users came and went in this time, but no change in the Record Set -Date. Is this normal?
|
 |
|
masterao
Senior Member
   
Sweden
1678 Posts |
Posted - 04 September 2002 : 13:55:47
|
You right, swift. strAURecordDate must be in the format that you used.
As for the other problem, change function chkAURecord(intTotalActiveUsers) in inc_functions with the one posted by Ruirib in this topic instead. I use Ruirib's function on my site, and the record updates as it should now.
Nathan, Im not sure, but maybe this should be updated for the 3.3xx version?
|
Jan =========== FR Portal Forums | Active Users 4.0.20 Mod |
 |
|
swift
Starting Member
9 Posts |
Posted - 04 September 2002 : 14:16:11
|
Hey, now it works. Just that simple.
THANKS A LOT !!!    |
 |
|
masterao
Senior Member
   
Sweden
1678 Posts |
|
|
Topic  |
|