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.
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.
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.