Error- Security Image
Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums
Forum Description: Support forum for Web Wiz Forums application.
URL: https://forums.webwiz.net/forum_posts.asp?TID=14309
Printed Date: 12 April 2026 at 2:22pm Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com
Topic: Error- Security Image
Posted By: LFD-Mike
Subject: Error- Security Image
Date Posted: 18 March 2005 at 3:51pm
New user to WWF, selected over a few others due to ease of customization. Last installed was Snitz2000 which worked fine, but really didn't care for it
Enviroment- IIS-4 using Access2000
Problem- Security images are not being displayed. All else appears to be fine
Checked my IIS log to see if I could get a clue- typical entry for CS-URI-Query when registration form generated-
I=2&73E|76|ASP_0177_:_800401f3|Server.CreateObject_Failed |
The code is a little beyond me this early in the game. I can still manually enter members
I am going to see what I can find out, but I hope posting here may assist me in a speedy resolution to this problem
------------- Mike Mueller
|
Replies:
Posted By: dj air
Date Posted: 18 March 2005 at 3:57pm
i think i had it working on IIS 4 , the images a while ago. during tests.
it maybe you dont't have the latest mdac drivers from microsoft. www.microsoft.com/data
also make sure the security images are on the server within the correct folder.
i take it this is a local server as its IIS 4?
only thing really i can think is that you dont have the latest MDAC on your server.
there has also been a few threads within the forums about simular errors and problems.
|
Posted By: LFD-Mike
Date Posted: 18 March 2005 at 4:15pm
This host is actually NT4- IIS4. Has not been moved yet to something newer
I'll check on the MDAC version.
More details on the error:
Server object error 'ASP 0177 : 800401f3'
Server.CreateObject Failed
/forum/security_image.asp, line 76
Invalid class string |
Line 76
Set objADOStream = server.createobject("ADODB.Stream") |
------------- Mike Mueller
|
Posted By: WebWiz-Bruce
Date Posted: 18 March 2005 at 4:29pm
The error means that you do not have the MDAC 2.6+ database drivers installed on the web server.
NT4 is over 10 years old now and is no longer supported by Microsoft
and isn't much good as a web server as it always seems to be going
down, so if you can upgrade to at least windows 2000.
If you can not upgrade the OS then you should install the latest MDAC
drivers or get your host to install them, not just to get web wiz
forums running but also for performance and security reasons.
You can download the latest MDAC drivers from http://www.microsoft.com/data - www.microsoft.com/data
You also need to make sure that the VBScripting Engine 5+ is installed
on the server, this can be installed by installing IE 6 on the server.
------------- https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting
|
Posted By: LFD-Mike
Date Posted: 18 March 2005 at 4:50pm
I'll have to harp on the host tp either move my site over to a 2000 server (I don't want to have to rewrite all of my cdonts) or install a newer mdac then. I had a feeling this was the issue.
Is there a mod I could do to bypass using the security images until I get repaired?
------------- Mike Mueller
|
Posted By: dj air
Date Posted: 18 March 2005 at 5:21pm
i believe you can disable it from within the common.asp file or within the login_user.asp and register.asp file.
not sure or you can comment out all related sections from the two files.
|
Posted By: LFD-Mike
Date Posted: 25 March 2005 at 8:51am
Issue resolved- moved site to an IIS-5 machine (Win2000)
------------- Mike Mueller
|
|