现在的位置: 首页 > 综合 > 正文

fckeditor异常总结—The server didn’t reply with a proper XML data. Please check your configuration.

2019年09月15日 ⁄ 综合 ⁄ 共 406字 ⁄ 字号 评论关闭
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目录下的主题设置为空。

抱歉!评论已关闭.