Before I get into the heart of the matter, let me explain the situation. I have a customer with an old version of FCKeditor on their site (Not sure of the version and I don't know how to find out what version). I did not design or implement FCKeditor into this site. With that being said, whenever I select the Insert/Edit Image button and then click browse server, I get the following message:
The server didn't send back a proper XML response. Please contact your system administrator.
XML request error: OK (200) Requested URL: http://www.avanttravel.com/FCKEditor/editor/filemanager/browser/default/connectors/asp/connector.asp?Command=GetFoldersAndFiles&Type=Image&CurrentFolder=%2F Response text: <font face="Arial" size=2> <p>Active Server Pages</font> <font face="Arial" size=2>error 'ASP 0203'</font> <p> <font face="Arial" size=2>Invalid Code Page</font> <p> <font face="Arial" size=2>/FCKEditor/editor/filemanager/browser/default/connectors/asp/connector.asp</font><font face="Arial" size=2>, line 1</font> <p> <font face="Arial" size=2>The specified code page attribute is invalid. </font>
Re: Problems viewing images currently on server
It does matter if you are using coldfusion. Here is basically what I did to get FCKeditor working on coldfusion:
I got everything working including upload images. Basically I followed these guidelines and it worked:
[url]viewtopic.php?f=6&t=11342&p=29885&hilit=+coldfusion#p29885[/url]
[url]viewtopic.php?f=6&t=10803&p=30287&hilit=+coldfusion#p30287[/url]
Hope this helps!