Hi, I am using FCKeditor in .net application using FCKeditor.net and FCKeditor 2.5.1 but having error when uploding image, found that FCKeditor 2.5.1 using some php pages to do some functionalities like image upload, does that mean I have to install php server on my server to get image upload to work? any help please. thanks
first lines of the error message:
the server didn't sent back a proper XML responce...
XML request error: OK(200) and request url in .../connectors/php/connector.php?command=.....
first lines of the error message:
the server didn't sent back a proper XML responce...
XML request error: OK(200) and request url in .../connectors/php/connector.php?command=.....

Re: Does FCKeitor work if NO php server installed
change the language on these lines from 'php' to 'aspx' in fckconfig.js file:
var _FileBrowserLanguage = 'aspx' ;
var _QuickUploadLanguage = 'aspx' ;