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 MOD and MySql?
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Webbo
Average Member

United Kingdom
982 Posts

Posted - 10 February 2003 :  05:23:45  Show Profile  Visit Webbo's Homepage
Hi,

Is the Active Users Mod compatable with MySql database?

I just updated the database and got the following errors:


Active Users 4.0 for Snitz 3.3.03 compatable

Dropping Table..
DROP TABLE FORUM4_ONLINE
-2147467259 | [TCX][MyODBC]Unknown table 'FORUM4_ONLINE'

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

Dropping Table..
DROP TABLE FORUM4_ACTIVE_USERS
-2147467259 | [TCX][MyODBC]Unknown table 'FORUM4_ACTIVE_USERS'


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

Creating table(s)...
CREATE TABLE FORUM4_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 FORUM4_MEMBERS ADD M_AUHIDE varchar(1) NULL
Column added successfully
Adding Column M_AUHIDE...
ALTER TABLE FORUM4_MEMBERS ALTER COLUMN M_AUHIDE varchar(1) NULL
ALTER TABLE FORUM4_MEMBERS ALTER COLUMN M_AUHIDE varchar(1) NULL
-2147217911 | [TCX][MyODBC]You have an error in your SQL syntax near 'varchar(1) NULL ' at line 1
--------------------------------------------------------------------------------

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

Value(s) updated succesfully


Thanks,

Dave

masterao
Senior Member

Sweden
1678 Posts

Posted - 10 February 2003 :  05:44:32  Show Profile  Visit masterao's Homepage
The first two errors appears only because you had none of the tables to drop.

Regarding the tird error, can you check your db and see if your forum_members table has a field called M_AUHIDE? If so, it got added even though the mod update threw an error.

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

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 10 February 2003 :  13:10:25  Show Profile
I don't see any problems with what you posted. The errors are not too much of a concern. Is the mod not working ok for you?
Do what masterao said and check if the field M_AUHIDE is in your FORUM_MEMBERS table.

Support Snitz Forums
Go to Top of Page

Doughnut
Starting Member

United Kingdom
40 Posts

Posted - 10 February 2003 :  13:16:57  Show Profile  Visit Doughnut's Homepage
I reckon you should close that dodgy forum down Dave

Later, Robin.
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.22 seconds. Powered By: Snitz Forums 2000 Version 3.4.07