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
 avatar 2.0 MOD setup problem
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

ed27911
Starting Member

USA
5 Posts

Posted - 11 April 2002 :  01:05:26  Show Profile  Send ed27911 an AOL message
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  Show Profile
what is on line #430 of the admin_mod_dbsetup.asp file you have?
Go to Top of Page

ed27911
Starting Member

USA
5 Posts

Posted - 11 April 2002 :  01:40:07  Show Profile  Send ed27911 an AOL message
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


Go to Top of Page

ed27911
Starting Member

USA
5 Posts

Posted - 12 April 2002 :  20:19:35  Show Profile  Send ed27911 an AOL message
Ok, nevermind, turns out I accidentally replaced brinkster-specific files with general ones. Once I reinstalled brinkster forum files all is well

Thanx

-Ed


Go to Top of Page
  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.4 seconds. Powered By: Snitz Forums 2000 Version 3.4.07