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
 Does user fields mod work w/3.3.03?
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

FLYT300
Starting Member

14 Posts

Posted - 08 May 2002 :  15:54:54  Show Profile
I tried to add this mod to my access db ver 3.3.03 and when I ran the
admin_mod_dbsetup.asp file, I got this:


User Fields Mod

Creating table(s)...
CREATE TABLE FORUM_MODS( M_NAME varchar(50) NOT NULL , M_CODE varchar(50) NOT NULL , M_VALUE memo NULL )
Table created succesfully

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

Creating table(s)...
CREATE TABLE FORUM_USERFIELDS( USR_FIELD_ID COUNTER CONSTRAINT PrimaryKey PRIMARY KEY , USR_LABEL text (40) NULL , USR_FIELDTYPE text (1) NULL , USR_SHORTNAME text (10) NOT NULL )
Table created succesfully

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

Creating table(s)...
CREATE TABLE FORUM_MEMBERFIELDS( MEMBER_ID int NOT NULL , USR_FIELD_ID int NOT NULL , USR_VALUE text (50) NULL )
Table created succesfully

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

Updating Forum Values..
DELETE FROM FORUM_MODS WHERE (M_NAME = 'HModEnable' AND M_CODE = 'UserFields')
13 | Type mismatch

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

Adding new records..
INSERT INTO FORUM_MODS (M_NAME,M_CODE,M_VALUE) VALUES ('HModEnable','UserFields','1')

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


Anybody care to take a stab at what didn't work? I did go through the rest of the procedure, but it didn't work.
TIA


HuwR
Forum Admin

United Kingdom
20584 Posts

Posted - 08 May 2002 :  19:21:54  Show Profile  Visit HuwR's Homepage
There is nothing there that would indicate a failure, why do you think it didn't work ?

Go to Top of Page

FLYT300
Starting Member

14 Posts

Posted - 08 May 2002 :  20:42:45  Show Profile
This was at the bottom:
"There were errors please post a question in the MOD Implementation Forum"

quote:
There is nothing there that would indicate a failure, why do you think it didn't work ?




Go to Top of Page

HuwR
Forum Admin

United Kingdom
20584 Posts

Posted - 08 May 2002 :  20:51:35  Show Profile  Visit HuwR's Homepage
It was referring to this

Updating Forum Values..
DELETE FROM FORUM_MODS WHERE (M_NAME = 'HModEnable' AND M_CODE = 'UserFields')
13 | Type mismatch

which just means there were no records to delete.

Go to Top of Page

FLYT300
Starting Member

14 Posts

Posted - 08 May 2002 :  21:27:42  Show Profile
I just tried the procedure again, and I get this error when the procedure is complete. I don't see that file anywhere in my forum folder. How does it get created?

Active Server Pages error 'ASP 0126'

Include file not found

/forum/config.asp, line 1

The include file 'mod_config.asp' was not found.


Go to Top of Page

HuwR
Forum Admin

United Kingdom
20584 Posts

Posted - 08 May 2002 :  22:15:30  Show Profile  Visit HuwR's Homepage
You should have uploaded it as part of the mod installation.

Go to Top of Page

FLYT300
Starting Member

14 Posts

Posted - 08 May 2002 :  23:03:35  Show Profile
I got a file with the mod called inc_mod_config.asp which I put in my forum folder. Should the 1st line of config.asp be changed to call for the inc_ file? Or should the inc_ file be renamed to exclude the inc_?

quote:
You should have uploaded it as part of the mod installation.


Go to Top of Page

FLYT300
Starting Member

14 Posts

Posted - 09 May 2002 :  13:42:06  Show Profile
***My saga continues***
I now tried the installation again by editing the required files instead of using the supplied files in forumfiles.zip. I had to rename inc_mod_config.asp to mod_config.asp to get it to work. I now have and the mod commander, and the option to use user fields.

I had to use two of the files from the forumfiles.zip as my edited ones caused some faults. (config.asp & inc_profile.asp)

My problem now is when I use admin options for; main forum config, features config, or member details, it does not save my changes. It says the changes were successful, but nothing changes and if I return to those functions, the it's back to the way it was before I made changes. Oddly the forum order function is working. Maybe some of the others are working/not working, I didn't check them all. The user field mod is working fine tho! Saves all changes.




Edited by - FLYT300 on 09 May 2002 18:06:24
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.27 seconds. Powered By: Snitz Forums 2000 Version 3.4.07