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 Users and inc_func_common.asp
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

revenger
Junior Member

United Kingdom
132 Posts

Posted - 08 August 2004 :  17:17:31  Show Profile  Visit revenger's Homepage  Send revenger an ICQ Message
I've got this problem with Active users - I installed the mod exactly as the instructions said. When I visit my forum - I get this:

Microsoft JET Database Engine error '80040e37'

The Microsoft Jet database engine cannot find the input table or query 'FORUM_ACTIVE_USERS'. Make sure it exists and that its name is spelled correctly.

/forum/inc_func_common.asp, line 199

Could someone please tell me how to fix this?

Jezmeister
Senior Member

United Kingdom
1141 Posts

Posted - 08 August 2004 :  17:29:10  Show Profile  Visit Jezmeister's Homepage
are you sure you made the changes to the database?
Go to Top of Page

revenger
Junior Member

United Kingdom
132 Posts

Posted - 08 August 2004 :  17:40:21  Show Profile  Visit revenger's Homepage  Send revenger an ICQ Message
Well when I view it I get this:

Active Users 4.0 for Snitz 3.4 compatable [DROP] ONLINE [END] [DROP] ACTIVE_USERS [END] [CREATE] ACTIVE_USERS MEMBER_ID#int#NULL# AU_IP#varchar(40)#NULL# AU_LOGINTIME#varchar(100)#NULL# AU_LASTACTIVETIME#varchar(100)#NULL# AU_LASTPAGE#varchar(250)#NULL# AU_QUERYSTRING#text#NULL# AU_USER_AGENT#text#NULL# [END] [ALTER] MEMBERS ADD#M_AUHIDE#varchar(1)#NULL# ALTER#M_AUHIDE#varchar(1)#NULL# [END] [ALTER] MEMBERS_PENDING ADD#M_AUHIDE#varchar(1)#NULL# [END] [INSERT] CONFIG_NEW (C_VARIABLE,C_VALUE)#('STRAUANON','1') (C_VARIABLE,C_VALUE)#('STRAUANONOVERRIDE','2') (C_VARIABLE,C_VALUE)#('STRAUPALLOW','4') (C_VARIABLE,C_VALUE)#('STRAUPCOLLAPSE','1') (C_VARIABLE,C_VALUE)#('STRAUALLOW','3') (C_VARIABLE,C_VALUE)#('STRAUREFRESH','0') (C_VARIABLE,C_VALUE)#('STRAUIP','1') (C_VARIABLE,C_VALUE)#('STRAUUA','2') (C_VARIABLE,C_VALUE)#('STRAULOCAL','3') (C_VARIABLE,C_VALUE)#('STRAUTIMEOUT','7') (C_VARIABLE,C_VALUE)#('STRAUADMINCOLOR','orangered') (C_VARIABLE,C_VALUE)#('STRAUMODCOLOR','forestgreen') (C_VARIABLE,C_VALUE)#('STRAUADMINCOLOR','orangered') (C_VARIABLE,C_VALUE)#('STRAUMODCOLOR','forestgreen') (C_VARIABLE,C_VALUE)#('intAURecord','0') (C_VARIABLE,C_VALUE)#('strAURecordDate','11111111111111') [END]

Is that right?
Go to Top of Page

Shaggy
Support Moderator

Ireland
6780 Posts

Posted - 09 August 2004 :  08:40:11  Show Profile
Did you type the address of the dbs file into your browser manually or did you try running through Mod Setup in your admin options?


Search is your friend
“I was having a mildly paranoid day, mostly due to the
fact that the mad priest lady from over the river had
taken to nailing weasels to my front door again.”
Go to Top of Page

revenger
Junior Member

United Kingdom
132 Posts

Posted - 09 August 2004 :  10:54:52  Show Profile  Visit revenger's Homepage  Send revenger an ICQ Message
Manually. I can't get to Admin Options because I the above error when visiting any part of my forum..
Go to Top of Page

masterao
Senior Member

Sweden
1678 Posts

Posted - 09 August 2004 :  17:54:59  Show Profile  Visit masterao's Homepage
Did you keep a backup of your files before adding the AU-mod? If so, upload the unmodified files again. That will let you access your website and the forum admin section again. Then run the DBS-file in Mod Setup.

Jan
===========
FR Portal Forums | Active Users 4.0.20 Mod
Go to Top of Page

revenger
Junior Member

United Kingdom
132 Posts

Posted - 10 August 2004 :  07:48:36  Show Profile  Visit revenger's Homepage  Send revenger an ICQ Message
OK I uploaded the un-modified files - and the dbs_activeusers.asp file - but when I go to admin options I just get a white box with nothing in it...
Go to Top of Page

Shaggy
Support Moderator

Ireland
6780 Posts

Posted - 10 August 2004 :  08:16:30  Show Profile
You mean an empty textrea or select box?
If it's an empty select box then use the alternative mod setup. Open up the dbs file in a text editor and copy everything in it and paste it into the textarea.


Search is your friend
“I was having a mildly paranoid day, mostly due to the
fact that the mad priest lady from over the river had
taken to nailing weasels to my front door again.”
Go to Top of Page

masterao
Senior Member

Sweden
1678 Posts

Posted - 10 August 2004 :  14:33:13  Show Profile  Visit masterao's Homepage
Shaggy's suggestion is one way you can do it. The other way is to upload dbs_activeusers.asp into your forum-folder (it doesn't seem to be at the moment).

Jan
===========
FR Portal Forums | Active Users 4.0.20 Mod
Go to Top of Page

revenger
Junior Member

United Kingdom
132 Posts

Posted - 12 August 2004 :  06:20:47  Show Profile  Visit revenger's Homepage  Send revenger an ICQ Message
OK I have done that - now I get this when I submit it:


Active Users 4.0 for Snitz 3.3.03 compatable


Dropping Table..
DROP TABLE FORUM_ONLINE

Table does not exist
--------------------------------------------------------------------------------

Dropping Table..
DROP TABLE FORUM_ACTIVE_USERS

Table dropped succesfully
--------------------------------------------------------------------------------

Creating table(s)...
CREATE TABLE FORUM_ACTIVE_USERS( MEMBER_ID int NULL , AU_IP varchar(40) NULL , AU_LOGINTIME varchar(100) NULL , AU_LASTACTIVETIME varchar(100) NULL , AU_LASTPAGE varchar(250) NULL , AU_QUERYSTRING text NULL , AU_USER_AGENT text NULL )
Table created succesfully

--------------------------------------------------------------------------------

adding Column M_AUHIDE...
ALTER TABLE FORUM_MEMBERS ADD COLUMN M_AUHIDE varchar(1) NULL
Column already exists
altering Column M_AUHIDE...
ALTER TABLE FORUM_MEMBERS ALTER COLUMN M_AUHIDE varchar(1) NULL
Column altered successfully

--------------------------------------------------------------------------------

Adding new records..
INSERT INTO FORUM_CONFIG_NEW (C_VARIABLE,C_VALUE) VALUES ('STRAUANON','1')
INSERT INTO FORUM_CONFIG_NEW (C_VARIABLE,C_VALUE) VALUES ('STRAUANONOVERRIDE','2')
INSERT INTO FORUM_CONFIG_NEW (C_VARIABLE,C_VALUE) VALUES ('STRAUPALLOW','4')
INSERT INTO FORUM_CONFIG_NEW (C_VARIABLE,C_VALUE) VALUES ('STRAUPCOLLAPSE','1')
INSERT INTO FORUM_CONFIG_NEW (C_VARIABLE,C_VALUE) VALUES ('STRAUALLOW','3')
INSERT INTO FORUM_CONFIG_NEW (C_VARIABLE,C_VALUE) VALUES ('STRAUREFRESH','0')
INSERT INTO FORUM_CONFIG_NEW (C_VARIABLE,C_VALUE) VALUES ('STRAUIP','1')
INSERT INTO FORUM_CONFIG_NEW (C_VARIABLE,C_VALUE) VALUES ('STRAUUA','2')
INSERT INTO FORUM_CONFIG_NEW (C_VARIABLE,C_VALUE) VALUES ('STRAULOCAL','3')
INSERT INTO FORUM_CONFIG_NEW (C_VARIABLE,C_VALUE) VALUES ('STRAUTIMEOUT','7')
INSERT INTO FORUM_CONFIG_NEW (C_VARIABLE,C_VALUE) VALUES ('STRAUADMINCOLOR','orangered')
INSERT INTO FORUM_CONFIG_NEW (C_VARIABLE,C_VALUE) VALUES ('STRAUMODCOLOR','forestgreen')
INSERT INTO FORUM_CONFIG_NEW (C_VARIABLE,C_VALUE) VALUES ('intAURecord','0')
INSERT INTO FORUM_CONFIG_NEW (C_VARIABLE,C_VALUE) VALUES ('strAURecordDate','11111111111111')

Value(s) updated succesfully
--------------------------------------------------------------------------------


Database setup finished

I go to the forum but it still doesent show...
Go to Top of Page

Shaggy
Support Moderator

Ireland
6780 Posts

Posted - 12 August 2004 :  06:58:50  Show Profile
Have you reuploaded the edited files?


Search is your friend
“I was having a mildly paranoid day, mostly due to the
fact that the mad priest lady from over the river had
taken to nailing weasels to my front door again.”
Go to Top of Page

revenger
Junior Member

United Kingdom
132 Posts

Posted - 13 August 2004 :  04:53:00  Show Profile  Visit revenger's Homepage  Send revenger an ICQ Message
Yes - but when I upload them I just get that error again:

Microsoft JET Database Engine error '80040e37'

The Microsoft Jet database engine cannot find the input table or query 'FORUM_ACTIVE_USERS'. Make sure it exists and that its name is spelled correctly.

/forum/inc_func_common.asp, line 199
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.34 seconds. Powered By: Snitz Forums 2000 Version 3.4.07