简体   繁体   English

CKEditor - 错误解码失败 - 未加载编辑器

[英]CKEditor - Error Decoding Failed - Not loading editor

I have been using CKEditor for a bit on an older project.在一个较旧的项目中,我一直在使用 CKEditor。 I just loaded it up in Visual Studio and noticed there is an issue loading the scripts.我刚刚在 Visual Studio 中加载它,并注意到加载脚本时出现问题。 It appears when it loads, I get a DECODED_FAILED error in the console.它在加载时出现,我在控制台中收到 DECODED_FAILED 错误。 Screenshots below... any thoughts as to why this would be different?下面的屏幕截图......关于为什么这会有所不同的任何想法? VS has the latest updates and this is an ASP.Net MVC project. VS 有最新的更新,这是一个 ASP.Net MVC 项目。

While it may not be this exact reason, the editor is failing to load and it appears its because its not loading these initial files properly.虽然这可能不是这个确切的原因,但编辑器无法加载,它似乎是因为它没有正确加载这些初始文件。 Is this some sort of web.config issue?这是某种 web.config 问题吗? Or maybe the latest version of Visual Studio's updates?或者也许是最新版本的 Visual Studio 更新?

在此处输入图像描述 在此处输入图像描述 在此处输入图像描述

Sadly we have not found a full-proof answer, but disabling GZIP on the IIS server allowed us to proceed using the control in the mean-time.遗憾的是,我们还没有找到一个完整的答案,但是在 IIS 服务器上禁用 GZIP 允许我们同时继续使用控件。

https://docs.microsoft.com/en-us/iis/configuration/system.webserver/httpcompression/ https://docs.microsoft.com/en-us/iis/configuration/system.webserver/httpcompression/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 无法插入图像 CKEditor(解耦编辑器),即使在 ckfinder 中提供了 uploadUrl 也会出错 - Unable to insert Image CKEditor(Decoupled Editor), Giving error even after providing uploadUrl in ckfinder ckeditor和内联编辑器都在同一页面中 - ckeditor and inline editor both are in same page 解码图像时出错 - Error when decoding image ASP.net页未加载CSS并显示错误信息无法加载资源 - ASP.net page not loading CSS with error Failed to Load Resource 加载配置文件时发生错误:无法映射路径“ /” - An error occurred loading a configuration file: Failed to map the path '/' 动态加载用户控件时出现“无法加载视图状态”错误 - “Failed to load view state” Error When dynamically loading user control 在Ektron小部件编辑器中加载jstree时出现“未捕获的TypeError:未定义不是函数”错误 - “Uncaught TypeError: undefined is not a function” error when loading jstree inside of Ektron widget editor 如何将页面上的CKEDitor实例设置为始终为RTF编辑器 - How to set an instance of CKEDitor on the page to be always Rich Text Editor ckeditor在编辑器asp.net中加载html代码 - ckeditor load html code in the editor asp.net CKEditor getEditor() 错误,如何解决? - CKEditor getEditor() Error, How to fix it?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM