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 Mod help
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

osdd
New Member

Canada
54 Posts

Posted - 16 July 2002 :  22:03:21  Show Profile  Visit osdd's Homepage
Hi all

io have download the avatar mod from here. i can get it to work but i can' upload any avatars to it i keep getting this error

Microsoft OLE DB Provider for ODBC Drivers error '80040e37'

[Microsoft][ODBC Microsoft Access Driver] Could not find output table 'FORUM_AVATAR'.

/test/admin_add_avatar.asp, line 90

i have add what is need to the files it says to modify in the read me but i think i missed something? i very new to asp work.
i'm using the latest version of snitz too (3.3.05)

Also since adding this mod the registering of new members is very very slow at load and doesn't fully load at times.

"Because I said so."

Edited by - osdd on 16 July 2002 22:05:20

Ruirib: Moved to the Help: MOD Implementation forum

Edited by - ruirib on 16 July 2002 22:07:29

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 16 July 2002 :  22:09:01  Show Profile  Send ruirib a Yahoo! Message
Make sure you follow the mod's instructions, in this case setting up the mod by executing MOD setup from the MOD setup command in Admin Options.

-------------------------------------------------
Installation Guide | Do's and Dont's | MODs
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 16 July 2002 :  22:09:25  Show Profile
see here: http://forum.snitz.com/forum/topic.asp?TOPIC_ID=26081
Go to Top of Page

osdd
New Member

Canada
54 Posts

Posted - 16 July 2002 :  22:13:10  Show Profile  Visit osdd's Homepage
I have done that because i use this forum to find help ealier in the day after having install the new admin_mod_dbssetup.asp. i still get the error above. and i have done everthing the readme file told me to do also

"Because I said so."
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 16 July 2002 :  22:55:25  Show Profile
that error means that the table in the database does not exist. It has not been created yet. You will need to create the table in the database before this will work.
Go to Top of Page

osdd
New Member

Canada
54 Posts

Posted - 17 July 2002 :  19:11:37  Show Profile  Visit osdd's Homepage
As am a newbie to asp how the blip do you do that

"Because I said so."
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 17 July 2002 :  19:41:22  Show Profile  Send ruirib a Yahoo! Message
After changing the connection string as shown in Richard's posted link, you need to go to Admin Options, click over the MOD Setup link there and install the Avatar mod, by choosing it from the drop-down box and then clicking the Update button.

-------------------------------------------------
Installation Guide | Do's and Dont's | MODs
Go to Top of Page

osdd
New Member

Canada
54 Posts

Posted - 18 July 2002 :  08:59:23  Show Profile  Visit osdd's Homepage
OK since the forum it is going into is still in the test phase i wipe the old files out and restart from scratch. and i'm still getting the same error everytime i try to upload an avatar pic. what is there to do now. i'm also inerested in finding a way to add more rank structure for our forum is there a way to add more ranks?

"Because I said so."
Go to Top of Page

osdd
New Member

Canada
54 Posts

Posted - 22 July 2002 :  18:23:28  Show Profile  Visit osdd's Homepage
Still getting this error while trying to add avatars:
Microsoft OLE DB Provider for ODBC Drivers error '80040e37'

[Microsoft][ODBC Microsoft Access Driver] Could not find output table 'FORUM_AVATAR'.

/test/admin_add_avatar.asp, line 90

here is a link to my admin_add_avatar.asp in text form
http://iafs.tf2hq.com/admin_add_avatar.txt
if you need links to any of the others files that need to be modified let me know and i'll create them for you. or should i wait for 3.4 since i heard that it is incude in this version.


"Because I said so."

Edited by - osdd on 22 July 2002 18:24:26

Edited by - osdd on 22 July 2002 18:25:57
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 22 July 2002 :  18:52:04  Show Profile  Send ruirib a Yahoo! Message
quote:

After changing the connection string as shown in Richard's posted link, you need to go to Admin Options, click over the MOD Setup link there and install the Avatar mod, by choosing it from the drop-down box and then clicking the Update button.

-------------------------------------------------
Installation Guide | Do's and Dont's | MODs



Have you done this?

-------------------------------------------------
Installation Guide | Do's and Dont's | MODs
Go to Top of Page

osdd
New Member

Canada
54 Posts

Posted - 22 July 2002 :  21:07:01  Show Profile  Visit osdd's Homepage
i have done everthing that was suggest but still get that error

little history about server it use DSN only.

strConnString = "DSN = Server_info

what strDBtype should i be using with the DSN string?

"Because I said so."

Edited by - osdd on 22 July 2002 21:25:32
Go to Top of Page

Nikkol
Forum Moderator

USA
6907 Posts

Posted - 22 July 2002 :  21:26:33  Show Profile
quote:

After changing the connection string as shown in Richard's posted link, you need to go to Admin Options, click over the MOD Setup link there and install the Avatar mod, by choosing it from the drop-down box and then clicking the Update button.



What happened after you did that? Did it tell you it was successful creating the table or did you get errors on the mod setup page as well?

Nikkol
Go to Top of Page

Nikkol
Forum Moderator

USA
6907 Posts

Posted - 22 July 2002 :  21:28:28  Show Profile
quote:

i have done everthing that was suggest but still get that error

little history about server it use DSN only.

strConnString = "DSN = Server_info

what strDBtype should i be using with the DSN string?

"Because I said so."

Edited by - osdd on 22 July 2002 21:25:32


That depends on what kind a database you are using. If you are using the one that came in the download (the .mdb file) then it is access.

Nikkol
Go to Top of Page

osdd
New Member

Canada
54 Posts

Posted - 22 July 2002 :  21:30:16  Show Profile  Visit osdd's Homepage
this is what it said


Avatar Mod v2.0

Creating table(s)...
CREATE TABLE FORUM_AVATAR( A_ID int IDENTITY (1, 1) PRIMARY KEY NOT NULL , A_URL text (255) NULL , A_NAME text (50) NULL , A_MEMBER_ID int NULL )
Table already exists

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

Creating table(s)...
CREATE TABLE FORUM_AVATAR2( A_HSIZE int NULL , A_WSIZE int NULL , A_BORDER int NULL )
Table already exists

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

Adding new records..
INSERT INTO FORUM_AVATAR2 (A_HSIZE, A_WSIZE, A_BORDER) VALUES (64, 64, 0)

Value(s) updated succesfully
--------------------------------------------------------------------------------

Adding Column M_AVATAR_URL...
ALTER TABLE FORUM_MEMBERS ADD COLUMN M_AVATAR_URL text (255) NULL
ALTER TABLE FORUM_MEMBERS ADD COLUMN M_AVATAR_URL text (255) NULL
-2147217900 | [Microsoft][ODBC Microsoft Access Driver] Field 'M_AVATAR_URL' already exists in table 'FORUM_MEMBERS'.

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


"Because I said so."
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 8.59 seconds. Powered By: Snitz Forums 2000 Version 3.4.07