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
 Problems with SUN One ASP / Automation!?
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Neocyb
Starting Member

Belgium
19 Posts

Posted - 08 December 2005 :  16:06:48  Show Profile
I recently converted my MS Access to MySQL and changed the connectionstring settings described in the guide (Converting to MySQL). This worked perfectly.

I got this error when viewing forum :

Error Type:
Sun ONE ASP VBScript runtime (0x800A01AE)
Class does not support automation
inc_func_common.asp, line 70

further information :
HTTP 500.100 - Internal Server Error - ASP error
Apache/1.3.29 (Unix) Sun-ONE-ASP/4.0.0 mod_ssl/2.8.16 OpenSSL/0.9.6c PHP/4.3.10 FrontPage/5.0.2.2634

I hope this is enough. Can someone please help me.

Thanks in advance,

Neocyb

Edited by - Neocyb on 08 December 2005 17:22:07

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 08 December 2005 :  17:32:40  Show Profile  Send ruirib a Yahoo! Message
Just to be sure, can you post the contents of your line# 70?


Snitz 3.4 Readme | Like the support? Support Snitz too
Go to Top of Page

Neocyb
Starting Member

Belgium
19 Posts

Posted - 08 December 2005 :  17:40:42  Show Profile
Now this is not the actual forum as presented here it's the Image conversion (3D Skin Portal) but here are the lines around Line #70 :

'############## TOPIC RATING MOD (Stars) ###################
function GetTopicRatingAvg( iTopicID )

if request("ARCHIVE")="true" then
strActivePrefix = strTablePrefix & "A_"
ArchiveView = "true"
ArchiveLink = "ARCHIVE=true&"
nDays = "0"
else
strActivePrefix = strTablePrefix
ArchiveView = ""
ArchiveLink = ""
->70 end if [this is line 70]
strSQL = ""
strSQL = "SELECT TOPIC_RATING_TOTAL, TOPIC_RATING_TOTAL_COUNT "
strSQL = strSQL & "FROM " & strActivePrefix & "TOPICS WHERE TOPIC_ID = " & iTopicID & ""
set rsTopicRating = Server.CreateObject("ADODB.Recordset")
rsTopicRating = my_Conn.Execute( strSQL )
if intShowRatingStars = "1" then
if rsTopicRating("TOPIC_RATING_TOTAL_COUNT") = 0 Then
iTopicRating = 0
else
iTopicRating = cint(rsTopicRating("TOPIC_RATING_TOTAL") / rsTopicRating("TOPIC_RATING_TOTAL_COUNT") )
end if
end if
if intShowRatingStars = "0" then
if rsTopicRating("TOPIC_RATING_TOTAL_COUNT") = 0 Then
iTopicRating = fLang(strLangLinks00240)
else
iTopicRating = FormatPercent( rsTopicRating("TOPIC_RATING_TOTAL") / (rsTopicRating("TOPIC_RATING_TOTAL_COUNT")*10) )
end if
end if

set rsTopicRating = nothing

GetTopicRatingAvg = iTopicRating

end function


I did turn this feature OFF and I still get the error :(

quote:
why did you not post this at Snitz?


The main reasons why this was not posted at Snitz and why I might not post the bugs I find
directly at Snitz anymore are the ways "ruirib and HuwR" take pleasure to criticize just about
anything I post and seem to resent the fact that I want to improve and correct Snitz which, I agree,
serve as the original base for my own Forum.

These are some of the actions I find unacceptable:
ruirib and HuwR take fun to Delete some of my topics, of my replies, locked or move my topic.

A topic posted last week from me to Davio in "Help: MOD Implementation" Forum as been deleted.

Two replies in my topic as been deleted about a bug on snitz topic page:
http://forum.snitz.com/forum/topic.asp?whichpage=5.96&TOPIC_ID=44136#372029

A Fix to texanman as been deleted (first reply to texanman subject):
http://forum.snitz.com/forum/topic.asp?TOPIC_ID=66162

One of my Multi-Language Topic on Snitz has disappeared last night
Multi-Language and Multi-Language Skin3D
http://forum.snitz.com/forum/topic.asp?TOPIC_ID=40765

etc...

3 times I changed my password and the day after the same game start.

Since I send to HuwR a donation of $200 on December 22, 2006
this guy HuwR has never stop to pick on every thing I post on the Snitz Forum.

Edited by - Neocyb on 08 December 2005 17:41:46
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 08 December 2005 :  17:44:16  Show Profile  Send ruirib a Yahoo! Message
You should ask for support at Image´s own support forum. I don't really know the code.
Anyway I suspect the issue is with SUN ASP and not the code. Maybe ask your host to reset the server.

I'm moving this into the proper forum.


Snitz 3.4 Readme | Like the support? Support Snitz too
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.23 seconds. Powered By: Snitz Forums 2000 Version 3.4.07