thumbnails show up as ? mark
Checking for the ability to use CreateObject has failed:
Error: the call to server.CreateObject("Msxml2.ServerXMLHTTP.6.0") has failed with error number -2147221005 and message '006~ASP 0177~Server.CreateObject Failed~Invalid ProgID. For additional information specific to this message please visit the Microsoft Online Support site located at: http://www.microsoft.com/contentredirect.asp. 'The test file has failed.
Requested URL: assets/ckfinder.asp?what=loopback&nocache=Tue Feb 09 2010 23:30:01 GMT-0800 (Pacific Standard Time)
Returned status: 500
Returned text: <font face="Arial" size=2>
<p>Server object</font> <font face="Arial" size=2>error 'ASP 0177 : 800401f3'</font>
<p>
<font face="Arial" size=2>Server.CreateObject Failed</font>
<p>
<font face="Arial" size=2>/ckfinder/wizard/assets/ckfinder.asp</font><font face="Arial" size=2>, line 409</font>
<p>
<font face="Arial" size=2>Invalid ProgID.
For additional information specific to this message please visit the Microsoft Online Support site located at: http://www.microsoft.com/contentredirect.asp.
</font>
Returned xml: [object XMLDocument]
Returned headers:
The server didn't send back an image.
CKFinder connector for classic ASP. The connector is in Debug Mode.
In order to use the connector you'll have to set CKFinder_Debug = false.
Response from the connector (including debugging messages):
Response Number: 1
Response Text: Error returned in call to Asp.Net
Debug Text: Error returned in call to http://www.mountainbloom.com/ckfinder/wizard/assets/loopback.aspx?tmp=rad8FB58.tmp&command=CreateThumbnail&InputImage=E%3A%5Cmountainbloom%2Ecom%5Cckfinder%5Cuserfiles%5Cimages%5Ctest%2Ejpg&OutputThumbnail=E%3A%5Cmountainbloom%2Ecom%5Cckfinder%5Cuserfiles%5C%5Fthumbs%5CImages%5Ctest%2Ejpg&maxWidth=100&maxHeight=100&quality=80. (208637, A connection with the server could not be established
)
Re: thumbnails show up as ? mark
Set oXmlHttp = Server.CreateObject("Msxml2.ServerXMLHTTP.3.0")Set oXmlHttp = Server.CreateObject("Msxml2.ServerXMLHTTP")Re: thumbnails show up as ? mark
Re: thumbnails show up as ? mark
Re: thumbnails show up as ? mark
I did however notice a couple of things in CKFinder after the hosts file update.
1) the ? marks now show up much faster then before
2) when I upload I now get an error where before I was just getting a timeout.
Re: thumbnails show up as ? mark
Please, point them to this thread or to the output of the wizard, I can only guess what's the correct solution for your server, maybe they can try to set
But they are the ones that can tell what's exactly the correct configuration. Anyway, I would like to know what's their response because I can try to improve the wizard to offer that suggestion (it will be easy if the code that I'm suggesting works)
Re: thumbnails show up as ? mark
The ASP.NET version of CKFinder works fine on this server, including thumbnails. What's the difference between the thumbnail creation between the ASP.NET version, and the ASP version with Asp.Net selected as it's thumbnail creation method?
Would it be possible to use the ASP.NET versions thumbnail component instead? If it is, would it be safe to use it without the CheckAuthentication?
Thanks again.
Re: thumbnails show up as ? mark
The asp connector is trying just to tell an asp.net script: "Hey please, take care of resizing this pictures as I'm not able to do it", but your problem at the moment is that it isn't able to send that message to itself, and that's why it doesn't work.
It's not possible to do a "Include" of an asp.net script inside an asp page, so the trick that we are using here is the only one that I know of in order to use the mixture of environments.
Re: thumbnails show up as ? mark