Hi,
I've been getting this error on the CKfinder on the test standalone page:
URL requested: "http://bflybuzz.com/modules/ckfinder/core/connector/php/connector.php?command=Init"
Server response:
Status: 200
Response text:
Any ideas?
TY
Sun, 11/02/2008 - 22:20
#1
Re: XML request error: OK (200)
Re: XML request error: OK (200)
Re: XML request error: OK (200)
Hi, I found the solution to the XML error message:
When someone uploads a file with in the name other characters than ascii characters e.g. with an umlaut, the message occurs.
OK, took me a while, but this is an error between keyboard and chair; now i'm going to shoot my CMS users.
Re: XML request error: OK (200)
Which version of CKFinder are you using (PHP, 1.3)?
On what OS exactly is CKFinder installed?
Which web server are you using?
In case of PHP/Windows environment: did you try to adjust the FilesystemEncoding setting?
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: XML request error: OK (200)
I'm using:
CKFinder 1.3.1. php version (out of the box, filesystem encoding is UTF-8)
PHP Version 5.1.6
Linux 2.6.18-92.1.22.el5 / Apache 2.0
Kind Regards, Rian Rietveld
Re: XML request error: OK (200)
Hi all I am using FCK in my ASP.NET application,everything is working but while clicking on brows server for UPLOADING an Image.....i too have same error OK(200)..
with "Server dint response proper XML"
and
Requested URL "http://......./connector.php...."
why so,I gues it sud reuest "connector.aspx" i have "connector.aspx" to in aspx folder....
please help me out
Re: XML request error: OK (200)
Seems that setting my website to a Trusted Site solved the problem.
Re: XML request error: OK (200)
@KidMoses - thanks for posting it.
@krunalsabnis - please read the FCKeditor integration documentation:
http://docs.fckeditor.net/CKFinder/Deve ... ntegration
also you can check the _samples directory for a FCKeditor sample, make sure that you have downloaded the correct version of CKFinder (ASP.NET, not PHP).
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: XML request error: OK (200)
I am trying to evaluate CKFinder for ColdFusion but after folowing the installation instructions the sandalone and other examples do not work. Under IE I am getting the XML request error: 0K (200) then the basic CKFinder screen comes up with no toolbar, foldes, or other information. The additional information gives a URL of "http://devapp.ivivos.com/ckfinder/core/connector/cfm/connector.cfm?command=Init", a server response of 200, and a response text of '<META NAME="ColdFusionMXEdition" CONTENT="ColdFusion DevNet Edition - Not for Production Use."><?xml version="1.0" encoding="UTF-8"?><Connector><Error number="0"/>...</Connector>'. While with FireFox and FireBug I get two fatal errors:
Error: this.t("Connector/Error/@number") is null
Source File: http://devapp.ivivos.com/ckfinder/core/ ... r_gecko.js
Line: 36
Error: XML or text declaration not at start of entity
Source File: http://devapp.ivivos.com/ckfinder/core/ ... mmand=Init
Line: 1, Column: 96
Source Code:
<META NAME="ColdFusionMXEdition" CONTENT="ColdFusion DevNet Edition - Not for Production Use."><?xml version="1.0" encoding="UTF-8"?>
Irven L. Davies
InterVivos LLC
Re: XML request error: OK (200)
The problem is in this string:
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: XML request error: OK (200)
into /ckfinder/config.php
I modified the CheckAuthentication() function
including a file of mine for my own authentication
that file had a space at the end after the php closing tag '?>'
that space was in front at the XML generated by ckfinder and created the error
so I removed the space after the php closing tag from my included file and the problem was solved
Re: XML request error: OK (200)
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: XML request error: OK (200)
hi,
I have same problem and all solutions i read here are no acceptable for me, I think. I use ckfinder with ckeditor and on webhosting(they can't solve that problem as well). I am not able to upload image to server and when i try to browse the folder(even empty) i get that error message: XML request error: OK (200)
I replace my version of ckfinder 1.4.1 to 1.4.2 - doesn't help
You can see that on the url: http://grutier.cz/_test/ckeditor/ckfinder/ckfinder.html or http://grutier.cz/_test/ckeditor/ckfind ... alone.html
This error occures in firefox 3.0.17, IE 6. In chrome error doesn't occure but same as others browsers doesn't show the images in folder.
Thanks for any idea or suggestion to solve this.
Re: XML request error: OK (200)
into
reload CKFinder and check AJAX calls in Firebug.
Let me know what you have found there.
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: XML request error: OK (200)
I added ?> (so as to end the php file) to the end of the config.php file and also to the ckfinder.php file though I don't know if that helped to.
Once I did this the upload function seems to be working with no problems, hope it helps someone else.
Re: XML request error: OK (200)
In my case bad file name in the folder causes this problem. I've remove bad file from ssh and prodlem has been solved!
Wow, thanks for taking the
Wow, thanks for taking the time to share this info! Not enough people share their fixes.
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!