Author |
Topic |
|
FLYT300
Starting Member
14 Posts |
Posted - 08 May 2002 : 15:54:54
|
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
|
There is nothing there that would indicate a failure, why do you think it didn't work ?
|
|
|
FLYT300
Starting Member
14 Posts |
Posted - 08 May 2002 : 20:42:45
|
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 ?
|
|
|
HuwR
Forum Admin
United Kingdom
20584 Posts |
Posted - 08 May 2002 : 20:51:35
|
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.
|
|
|
FLYT300
Starting Member
14 Posts |
Posted - 08 May 2002 : 21:27:42
|
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.
|
|
|
HuwR
Forum Admin
United Kingdom
20584 Posts |
Posted - 08 May 2002 : 22:15:30
|
You should have uploaded it as part of the mod installation.
|
|
|
FLYT300
Starting Member
14 Posts |
Posted - 08 May 2002 : 23:03:35
|
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.
|
|
|
FLYT300
Starting Member
14 Posts |
Posted - 09 May 2002 : 13:42:06
|
***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 |
|
|
|
Topic |
|