Hi, I've configured CKFinder to run on my localhost but when I run /_samples/asp/standalone.asp I keep getting the message "Unable to find an image manipulation component".
It runs fine when I upload it to my ISP but I've no idea what component I need to install or upgrade so it runs locally - any ideas?
Thanks,
Geraint.
I'm running the ASP version on Windows XP.
It runs fine when I upload it to my ISP but I've no idea what component I need to install or upgrade so it runs locally - any ideas?
Thanks,
Geraint.
I'm running the ASP version on Windows XP.

Re: Unable to find an image manipulation component
Use this script to find out the problem: viewtopic.php?f=10&t=13604
Re: Unable to find an image manipulation component
Do you know how I resolve this?
Re: Unable to find an image manipulation component
The test file has failed.
Requested URL: assets/ckfinder.asp?what=loopback&nocache=Sun Nov 15 2009 15:17:08 GMT+0000 (GMT 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>/generic/ckfinder/wizard/assets/ckfinder.asp</font><font face="Arial" size=2>, line 405</font> <p> <font face="Arial" size=2>Invalid class string </font>
Returned xml: [object XMLDocument]
Returned headers:
Server: Microsoft-IIS/5.1
Date: Sun, 15 Nov 2009 15:17:08 GMT
X-Powered-By: ASP.NET
Content-Length: 363
Content-Type: text/html
Cache-Control: private
Re: Unable to find an image manipulation component
That's a warning about the authentication. The script hasn't detected any session variables set, so you are probably just returning true in the authentication function and that's highly insecure for a production server.
Re: Unable to find an image manipulation component
It seems that it can't create the requested XML object to call the asp.net pages. This is the class string that it's trying to use:
Msxml2.ServerXMLHTTP.6.0
try to run windows update to verify if there's any update related to XML or IIS, I really don't know right now how to install that version.