Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/Code)
 MOD: Avatar MOD (version 2.0)
 New Topic  Topic Locked
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 12

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 03 July 2001 :  14:38:23  Show Profile
I took the line #'s out so that you can copy/paste easier.
Go to Top of Page

GauravBhabu
Advanced Member

4288 Posts

Posted - 03 July 2001 :  16:00:24  Show Profile
the folowing error when selecting add avatar. I am using Avatar Admin Add-on (for avatar mod version 2)

when i test it on my pc it works fine.


Server object error 'ASP 0177 : 800401f3'

Server.CreateObject Failed

/forum/admin_add_avatar.asp, line 151

Invalid class string


gauravbhabu

There is only one miracle...That is LIFE!

Edited by - GauravBhabu on 03 July 2001 16:01:48
Go to Top of Page

RDoGG™
Junior Member

USA
329 Posts

Posted - 03 July 2001 :  16:10:51  Show Profile  Visit RDoGG™'s Homepage  Send RDoGG™ an AOL message  Send RDoGG™ a Yahoo! Message
quote:

the folowing error when selecting add avatar. I am using Avatar Admin Add-on (for avatar mod version 2)

when i test it on my pc it works fine.


Server object error 'ASP 0177 : 800401f3'

Server.CreateObject Failed

/forum/admin_add_avatar.asp, line 151

Invalid class string


gauravbhabu

There is only one miracle...That is LIFE!

Edited by - GauravBhabu on 03 July 2001 16:01:48



the server doesn't support Server.CreateObject then.

i had similar errors in other ASP files.

Go to Top of Page

GauravBhabu
Advanced Member

4288 Posts

Posted - 03 July 2001 :  16:18:24  Show Profile
quote:

quote:

the folowing error when selecting add avatar. I am using Avatar Admin Add-on (for avatar mod version 2)

when i test it on my pc it works fine.


Server object error 'ASP 0177 : 800401f3'

Server.CreateObject Failed

/forum/admin_add_avatar.asp, line 151

Invalid class string


gauravbhabu

There is only one miracle...That is LIFE!

Edited by - GauravBhabu on 03 July 2001 16:01:48



the server doesn't support Server.CreateObject then.

i had similar errors in other ASP files.





that is what i concluded. thanks for your reply.

gauravbhabu

There is only one miracle...That is LIFE!
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 03 July 2001 :  17:09:36  Show Profile
GauravBhabu,

in admin_add_avatar.asp

change line #'s 143 - 162 from this:

		  set rs = Server.CreateObject("ADODB.Recordset")
rs.cachesize = 20
rs.open strSql, my_Conn, 3

if rs.EOF or rs.BOF then '## No replies found in DB
else
rs.movefirst
rs.pagesize = strPageSize
maxpages = cint(rs.pagecount)
howmanyrecs = 0
rec = 1

do until rs.EOF '** %>
<OPTION VALUE="<% =rs("MEMBER_ID") %>"> <% =rs("M_NAME") %></OPTION>
<% rs.MoveNext
rec = rec + 1
loop
end if
rs.close
set rs = nothing %>



to this:

	  	  set rs = my_Conn.execute (strSql)

do until rs.EOF '** %>
<OPTION VALUE="<% =rs("MEMBER_ID") %>"> <% =rs("M_NAME") %></OPTION>
<% rs.MoveNext
loop
rs.close
set rs = nothing %>
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 03 July 2001 :  17:35:35  Show Profile
GauravBhabu,

I updated admin_add_avatar.asp, admin_edit_avatar.asp and inc_avatar.asp with code like the message above.

Just redownload the .zip file from one of the links in the first message of this topic.
Go to Top of Page

maggiau
New Member

96 Posts

Posted - 06 July 2001 :  17:33:01  Show Profile  Visit maggiau's Homepage
was working fine and suddenly :

Erreur : accès refusé
Microsoft VBScript runtime error '800a0035'

File not found

/admin_add_avatar.asp, line 109


Go to Top of Page

thaksis
Starting Member

29 Posts

Posted - 07 July 2001 :  16:15:41  Show Profile
i'm having a problem with this... i can add edit etc avatars butwhen i try to register or view profiles i get a 500 error. I tried redoing the changes and still get the same problem...

Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 07 July 2001 :  16:37:10  Show Profile
thaksis, can you post a URL to your forum so I can see what the error is?
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 07 July 2001 :  16:40:17  Show Profile
maggiau,

what is on line #109 of admin_add_avatar.asp ?
Go to Top of Page

thaksis
Starting Member

29 Posts

Posted - 07 July 2001 :  22:03:53  Show Profile
oops http://clanfoc.net

Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 08 July 2001 :  01:32:08  Show Profile
thaksis, this is the error I got when trying to register:

Microsoft VBScript compilation error '800a03f8' 

Expected 'Sub'

/forum/inc_profile.asp, line 168

end if 'extended profile
----^


If you e-mail me your inc_profile.asp file, I'll take a look at it.
If you do send it, can you put it in a .zip file first? thanks...
Go to Top of Page

thaksis
Starting Member

29 Posts

Posted - 08 July 2001 :  01:53:40  Show Profile
sent! Thanxxx!

Go to Top of Page

thaksis
Starting Member

29 Posts

Posted - 08 July 2001 :  10:56:15  Show Profile
Worked! Thanxxx!

Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 08 July 2001 :  16:36:06  Show Profile
you're welcome
Go to Top of Page
Page: of 12 Previous Topic Topic Next Topic  
Previous Page | Next Page
 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.22 seconds. Powered By: Snitz Forums 2000 Version 3.4.07