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
 User Fields Database Installation Issues with MySQ
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

wmcavoy
Starting Member

2 Posts

Posted - 20 June 2001 :  19:54:52  Show Profile
When trying to install the User Fields mod, the following errors occur.. it does appear that something is getting cut off at the end of the first and third create table with the key setup.. If anyone can assist I would be greatly appreciative..

User Fields Mod

Creating table(s)...
CREATE TABLE FORUM_MODS( M_NAME varchar(50) NOT NULL , M_CODE varchar(50) NOT NULL , M_VALUE text NULL ,KEY FORUM_MODS_())
-2147217911 | [TCX][MyODBC]You have an error in your SQL syntax near '))' at line 1

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

Creating table(s)...
CREATE TABLE FORUM_USERFIELDS( USR_FIELD_ID INT (11) DEFAULT '' NOT NULL auto_increment , USR_LABEL varchar (40) NULL , USR_FIELDTYPE varchar (1) NULL , USR_SHORTNAME varchar (10) NOT NULL ,KEY FORUM_USERFIELDS_USR_FIELD_ID(USR_FIELD_ID))
Table created succesfully

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

Creating table(s)...
CREATE TABLE FORUM_MEMBERFIELDS( MEMBER_ID int NOT NULL , USR_FIELD_ID int NOT NULL , USR_VALUE varchar (50) NULL ,KEY FORUM_MEMBERFIELDS_())
-2147217911 | [TCX][MyODBC]You have an error in your SQL syntax near '))' at line 1

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

Updating Forum Values..
DELETE FROM FORUM_MODS WHERE (M_NAME = 'HModEnable' AND M_CODE = 'UserFields')
-2147467259 | [TCX][MyODBC]Table 'forum.forum_mods' doesn't exist

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

Adding new records..
INSERT INTO FORUM_MODS (M_NAME,M_CODE,M_VALUE) VALUES ('HModEnable','UserFields','1')
-2147467259 | [TCX][MyODBC]Table 'forum.forum_mods' doesn't exist

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

Thanks in advance for any assistance
Wayne



  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.26 seconds. Powered By: Snitz Forums 2000 Version 3.4.07