SweSob
Starting Member
22 Posts |
Posted - 04 May 2001 : 09:14:33
|
I get this error when trying to create a new Forum:
Microsoft VBScript compilation error '800a03f4'
Expected 'If'
/swesob/post.asp, line 603
end ifend if ----^
And I can't locate the 'end ifend if' in the code, it's not there.
I also recived this error when updating the Forum Administration MOD:
Creating table(s)... CREATE TABLE FORUM_A_REPLY( CAT_ID int NULL , FORUM_ID int NULL , TOPIC_ID int NULL , REPLY_ID int NULL , R_AUTHOR int NULL , R_MESSAGE memo NULL , R_DATE varchar(20) NULL , R_IP varchar(20) NULL , R_MAIL int NULL ) -2147217900 | [Microsoft][ODBC Microsoft Access Driver] Table 'FORUM_A_REPLY' already exists.
--------------------------------------------------------------------------------
Dropping Column... ALTER TABLE FORUM_FORUM DROP COLUMN L_ARCHIVE -2147217900 | [Microsoft][ODBC Microsoft Access Driver] There is no field named 'L_ARCHIVE' in table 'FORUM_FORUM'. Adding Column... ALTER TABLE FORUM_FORUM ADD COLUMN F_L_ARCHIVE text(20) NULL -2147217900 | [Microsoft][ODBC Microsoft Access Driver] Field 'F_L_ARCHIVE' already exists in table 'FORUM_FORUM'. Adding Column... ALTER TABLE FORUM_FORUM ADD COLUMN F_ARCHIVE_SCHED int NULL DEFAULT 30 -2147217900 | [Microsoft][ODBC Microsoft Access Driver] Syntax error in ALTER TABLE statement. Adding Column... ALTER TABLE FORUM_FORUM ADD COLUMN F_L_DELETE text(20) NULL -2147217900 | [Microsoft][ODBC Microsoft Access Driver] Field 'F_L_DELETE' already exists in table 'FORUM_FORUM'. Adding Column... ALTER TABLE FORUM_FORUM ADD COLUMN F_DELETE_SCHED int NULL DEFAULT 365 -2147217900 | [Microsoft][ODBC Microsoft Access Driver] Syntax error in ALTER TABLE statement. Table(s) updated
I tried the older versions of the forum, but thye give me the exact same error. Another error I found was when u try to login as a user, sometimes it just takes u back to default.asp without logging in, happend on this Forum aswell.
Could someone plz help me?
|
|