fckeditor无法上传图片The server didn't reply with a proper XML data. Please check your configuration.
fckeditor 2.6.3版本,上传图片,出现The server didn't reply with a proper XML data. Please check your configuration.提示。
无法上传。
解决方法:
网站设置了主题theme,导致fckeditor出错。
在FCKEditor目录下增加一个web.config。
<configuration>
<appSettings/>
<connectionStrings/>
<system.web>
<pages styleSheetTheme="" theme=""></pages>
</system.web>
</configuration>
将fckeditor目录下的主题设置为空。