Error Status 200 in ColdFusion Implementation
by SiriusPhil on Wed Feb 13, 2008 11:36 pm
I am trying out the new CKFinder. When I launch the stand alone page, I get the following Javascript pop-up notifing me of an error.
XML Request Error OK(200)
Do you want to see more info?
When I click OK, I get a nasty looking error dumpig raw HTML that starts with...
URL requested: "http://myserver/common/ckfinder/core/connector/cfm/connector.cfm?command=Init"
Server response:
Status: 200
Response text:
<?xml version="1.0" encoding="UTF-8"?>
<Connector><Error number="0"/><ConnectorInfo c="" enabled="true" s="" thumbsEnabled="true"/><ResourceTypes><ResourceType acl="255" allowedExtensions="7z,aiff,asf,avi,bmp,csv,doc,fla,flv,gif,gz,gzip,jpeg,jpg,mid,mov,mp3,mp4,mpc,mpeg,mpg,ods,odt,pdf,png,ppt,pxd,qt,ram,rar,rm,rmi,rmvb,rtf,sdc,sitd,swf,sxc,sxw,tar,tgz,tif,tiff,txt,vsd,wav,wma,wmv,xls,zip" defaultView="Thumbnails" deniedExtensions="" name="Files" url="/images/files/"/><ResourceType acl="255" allowedExtensions="bmp,gif,jpeg,jpg,png" defaultView="Thumbnails" deniedExtensions="" name="Images" url="/images/images/"/><ResourceType acl="255" allowedExtensions="swf,flv" defaultView="Thumbnails" deniedExtensions="" name="Flash" url="/images/flash/"/></ResourceTypes></Connector>
What do I need to do? BTW... I changed the authentication to return "true" so i could test.
Thu, 02/14/2008 - 05:38
#1
Re: Status 200 Error in ColdFusion Implementation
That looks pretty strange. The response is correct, HTTP code is also correct (200).
Could you tell me exactly what server are you running (Adobe ColdFusion 8, BlueDragon 7.0?) and what os/browser are you using?
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: Status 200 Error in ColdFusion Implementation
Re: Status 200 Error in ColdFusion Implementation
Does it happen in all browsers?
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: Status 200 Error in ColdFusion Implementation
Sure. Here is it...
http://dev.siriusenterpriseportal.com/ckfinder/_samples/cfm/standalone.cfm
Re: Status 200 Error in ColdFusion Implementation
I tried to open CKFinder on XP/SP2 with: Opera 9.5 (build 9694), IE 6, Firefox 2.0.0.12, Safari 3.0.4 and wasn't able to observe this error, everything was working fine.
Please specify exactly your OS, browser and plugins that you have installed in your browser (btw. turn them off and try again).
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: Status 200 Error in ColdFusion Implementation
Thanks,
Phil