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
 Who Is Online MOD Stopped Working?
 New Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

richfed
Average Member

United States
999 Posts

Posted - 13 December 2013 :  15:07:19  Show Profile  Visit richfed's Homepage  Reply with Quote
I have had the Who Is Online Mod installed on my forum for years. A few months ago, I noticed it was not functioning properly [see image]:



It reads "offline" when actually I am online.

Just getting around to tinkering with it and tried running the .dbs file again. Received this:


Who's online mod (Default)

Creating table(s)...
CREATE TABLE FORUM_RECORD( U_ID int IDENTITY (1, 1) PRIMARY KEY NOT NULL , U_COUNT int NULL , U_DATECOUNT nvarchar (14) NULL , U_POST int NULL , U_DATEPOST nvarchar (14) NULL , U_HIPOST int NULL , U_DATEHIPOST nvarchar (14) NULL )
Table already exists

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

Adding Column M_ONLINE...
ALTER TABLE FORUM_MEMBERS ADD M_ONLINE int NULL DEFAULT 0
ALTER TABLE FORUM_MEMBERS ADD M_ONLINE int NULL DEFAULT 0
-2147217900 | Column names in each table must be unique. Column name 'M_ONLINE' in table 'FORUM_MEMBERS' is specified more than once.

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

Adding new records..
INSERT INTO FORUM_RECORD (U_ID) VALUES (1)
INSERT INTO FORUM_RECORD (U_ID) VALUES (1)
-2147217900 | Cannot insert explicit value for identity column in table 'FORUM_RECORD' when IDENTITY_INSERT is set to OFF.

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

If there were errors please post a question in the MOD Implementation Forum at
Snitz Forums


Any ideas?

richfed
Average Member

United States
999 Posts

Posted - 13 December 2013 :  15:19:24  Show Profile  Visit richfed's Homepage
I believe that this all started when I screwed around trying to upgrade my forum to 3.4.07 from .05 --- I reverted my .asp pages back from back-ups, but I think the tables are messed up. That is recounted in this topic: http://forum.snitz.com/forum/topic.asp?TOPIC_ID=70495
Go to Top of Page

richfed
Average Member

United States
999 Posts

Posted - 04 January 2014 :  15:37:54  Show Profile  Visit richfed's Homepage
Anyone have any ideas on resolving this issue? I can provide more info if needed. Just let me know. Thanks!
Go to Top of Page

Carefree
Advanced Member

Philippines
4207 Posts

Posted - 05 January 2014 :  10:25:28  Show Profile
Most likely cause is that you haven't made the changes to "config.asp".
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.2 seconds. Powered By: Snitz Forums 2000 Version 3.4.07