Author |
Topic |
|
ed27911
Starting Member
USA
5 Posts |
Posted - 11 April 2002 : 01:05:26
|
Hi,
I am trying to set up Avatar 2.0 MOD on brinkster. Followed all instructions in the readme, when I try executing admin_mod_dbsetup.asp I get:
Snitz Forum Modifications
Avatar Mod v2.0
Creating table(s)... CREATE TABLE FORUM_AVATAR( A_ID COUNTER CONSTRAINT PrimaryKey PRIMARY KEY , A_URL text (255) NULL , A_NAME text (50) NULL , A_MEMBER_ID int NULL ) Table created succesfully
--------------------------------------------------------------------------------
Creating table(s)... CREATE TABLE FORUM_AVATAR2( A_HSIZE int NULL , A_WSIZE int NULL , A_BORDER int NULL ) Table created succesfully
--------------------------------------------------------------------------------
Adding new records..
Microsoft VBScript runtime error '800a000d'
Type mismatch: '[string: "AVATAR2"]'
/datarat/forum/admin_mod_dbsetup.asp, line 430
BTW: I am using an updated admin_mod_dbsetup.asp.
Any ideas?
Thanks a lot,
-Ed
|
|
RichardKinser
Snitz Forums Admin
USA
16655 Posts |
Posted - 11 April 2002 : 01:17:10
|
what is on line #430 of the admin_mod_dbsetup.asp file you have? |
|
|
ed27911
Starting Member
USA
5 Posts |
Posted - 11 April 2002 : 01:40:07
|
Starting from line 430:
if Instr(strTableName,"MEMBER",1) > 0 then strSql = "INSERT INTO " & strMemberTablePrefix & strTableName & " " else strSql = "INSERT INTO " & strTablePrefix & strTableName & " " end if
thanks,
-Ed
|
|
|
ed27911
Starting Member
USA
5 Posts |
Posted - 12 April 2002 : 20:19:35
|
Ok, nevermind, turns out I accidentally replaced brinkster-specific files with general ones. Once I reinstalled brinkster forum files all is well
Thanx
-Ed
|
|
|
|
Topic |
|