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
 Moderator and Avatar
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Plextor
Starting Member

1 Posts

Posted - 28 March 2002 :  13:22:12  Show Profile
This is probably a stupid question but how do i make moderators for my forums?

And aslo, is there an avatar add on possibly for Snitz?

Aaron S.
Average Member

USA
985 Posts

Posted - 28 March 2002 :  13:27:31  Show Profile  Visit Aaron S.'s Homepage
Go to Members as Admin and click the Pencil next to the person you want to change to Moderator.

Then go to Moderator Setup in the Admin Menu to attach that person to a forum.

The Avatar MOD can be found at:

http://www.ls3k.com/snitz/mods.asp?action=details&ID=97



Go to Top of Page

sideout
Starting Member

7 Posts

Posted - 08 April 2002 :  02:48:05  Show Profile  Visit sideout's Homepage
I installed the Avatar MOD and updated and now when I add an avatar, I got a 505 error....Anybody had a problem with this?

Go to Top of Page

crash
Advanced Member

Netherlands
2064 Posts

Posted - 08 April 2002 :  03:13:13  Show Profile  Visit crash's Homepage
go to tools in the menu bar of your browser, and click internet options. click the tab advanced and scroll to Show Friendly HTTP Error Messages. uncheck the checkbox and hit F5 in your browser when you get the 505 error. post the real error here



Crash's Site | Crash is from
Go to Top of Page

sideout
Starting Member

7 Posts

Posted - 09 April 2002 :  04:04:23  Show Profile  Visit sideout's Homepage
Ok, I was wrong, it is a Page Can't be found error:

Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80040E37)
[Microsoft][ODBC Microsoft Access Driver] Could not find output table 'FORUM_AVATAR'.
/forums/admin_add_avatar.asp, line 90


Browser Type:
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)

Page:
POST 157 bytes to /forums/admin_add_avatar.asp

POST Data:
Method_Type=Write_Configuration&AvatarURL=http%3A%2F%2Fwww.myalphastation.com%2Fimages%2Fspidey2.jpg&AvatarName=spidey&AvatarMemberID=0&submit1=Submit+Avatar

Also, when I log in after installing the Avatar mod, my server CPU hitss 100% and DLLHOST.exe takes up about 175MB of RAM before the request times out.

Go to Top of Page

Roland
Advanced Member

Netherlands
9335 Posts

Posted - 09 April 2002 :  08:11:53  Show Profile
What kind of server do you have your forums on? I've heard a lot about the avatar mod, but not that it gives those kinds of problems.

The error you get is because of a missing table. Make sure you've installed the dbs_ files that belong to the MOD by going to the Admin Options > MOD Setup



http://www.frutzle.com

Snitz Exchange | Do's and Dont's
Go to Top of Page

Um
Junior Member

222 Posts

Posted - 09 April 2002 :  08:27:00  Show Profile
FrutZle, did you mean this? :



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 DEFAULT 0)
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..

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

Adding Column M_AVATAR_URL...
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'.

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


I cant enter at members profile and registration, and when I try (as admin) to enter avatar, this massage cames to screen:

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

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

/pf/admin_add_avatar.asp, line 90


Go to Top of Page

Roland
Advanced Member

Netherlands
9335 Posts

Posted - 09 April 2002 :  08:51:52  Show Profile
That answered my second question. It looks as if for some reason the table can't be found even though it's there. If you're using an Access database and have Microsoft Access, I'd suggest you open the forums' database on your computer and take a look at the table and its properties.

Also, what kind of server do you have your forums on?



http://www.frutzle.com

Snitz Exchange | Do's and Dont's
Go to Top of Page

Um
Junior Member

222 Posts

Posted - 09 April 2002 :  09:47:48  Show Profile
About server, I dont know, where can I read what kind of server is?

About table, I DON'T HAVE "FORUM_AVATAR" table in acess tables...

Where can I download this acess document with forum_avatar in it?

Go to Top of Page

Nathan
Help Moderator

USA
7664 Posts

Posted - 09 April 2002 :  21:30:54  Show Profile  Visit Nathan's Homepage
There should have been a file in the avatar mod that will build the table in your database for you. Go to admin options > mod setup and see if Avatar is on the list.

Nathan Bales
Snitz Exchange | Do's and Dont's
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 09 April 2002 :  21:48:29  Show Profile
The problem is that the Database driver that is used when you use the strConnString that is labeled for use with Access 97, does not support specifying default values for new fields when using T-SQL. You have 2 options...

download an updated version of MOD Setup that takes care of the shortcomings of the Access97 driver here:

http://kinser.121hosts.net/link-it/default.asp?catid=3&cattitle=FILES

or change the strConnString you are using to one of the ones labeled for use with Access2000.

This is not a problem specific to the Avatar MOD, you will have problems with ANY Mod that specifies DEFAULT values for new fields.

It is recommended to always use the Access2000 strConnString unless the drivers aren't installed on the server.
Go to Top of Page

sideout
Starting Member

7 Posts

Posted - 10 April 2002 :  02:32:42  Show Profile  Visit sideout's Homepage
I am running Windows 2k advance server with IIS 5, PIII 666mhz. Access is not installed on the server, but my regular compter I do my configuring with has access 2000. I just realized that! Would it work better with Office on my server?


Ijust noticed that the avatar.dbs file wassnt in my zip file. hmmmm

Edited by - sideout on 10 April 2002 02:59:45
Go to Top of Page

sideout
Starting Member

7 Posts

Posted - 10 April 2002 :  03:32:06  Show Profile  Visit sideout's Homepage
This is the greatest program!!! I checked my zip file and the missing file is the dbs_avatar.asp file. I copied it to the forum directory, deleted the avatar table (kept avatar2 table) and hit MOD SETUP and poof!!! it worked like a charm! Thanks for all the help!!


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.31 seconds. Powered By: Snitz Forums 2000 Version 3.4.07