malexandria
Starting Member
25 Posts |
Posted - 30 May 2001 : 19:48:33
|
Hello All,
I just tried to install Slash Alpha 3 and got this error message
Creating table(s)... CREATE TABLE FORUM_MODS( M_NAME#VARCHAR(50)## int IDENTITY (1, 1) NOT NULL , M_CODE varchar(50) NOT NULL , M_VALUE memo NULL ) -2147217900 | Syntax error in field definition.
--------------------------------------------------------------------------------
Adding new records.. INSERT INTO FORUM_MODS (M_NAME,M_CODE,M_VALUE) VALUES ('slash','slPosts','5') INSERT INTO FORUM_MODS (M_NAME,M_CODE,M_VALUE) VALUES ('slash','slLength', '150') INSERT INTO FORUM_MODS (M_NAME,M_CODE,M_VALUE) VALUES ('slash','slSort', '1') INSERT INTO FORUM_MODS (M_NAME,M_CODE,M_VALUE) VALUES ('slash','slDebug','0') INSERT INTO FORUM_MODS (M_NAME,M_CODE,M_VALUE) VALUES ('slash','slEncode','0') INSERT INTO FORUM_MODS (M_NAME,M_CODE,M_VALUE) VALUES ('slash','slForumURL','/forums') INSERT INTO FORUM_MODS (M_NAME,M_CODE,M_VALUE) VALUES ('slash','slImages','0') INSERT INTO FORUM_MODS (M_NAME,M_CODE,M_VALUE) VALUES ('slash','slLanguage','en') -2147217865 | Could not find output table 'FORUM_MODS'.
-------------------------------------------------------------------------------- There were errors please post a question in the MOD Implementation Forum at Snitz Forums
What does this mean?
|
|