我们网站的 CKEditor 在某一特定浏览器中消失,并在控制台中出现错误

问题描述 投票:0回答:1

我们开发了一个 ASP.NET Web From 站点,并在许多页面中使用了 CKEditor 4.18.0。 CKEditor 运行良好,但仅在我们的一个 Windows 10 客户端上消失,并且仅在其 Chrome 浏览器中消失(Firefox 运行良好),我在其 Chrome 控制台中看到了一些错误:

ckeditor.js?t=C6HH5UF:16     GET https://transnet.ir/ckeditor/plugins/n/plugin.js?t=B8DJ5M3 net::ERR_ABORTED 404
ckeditor.js?t=C6HH5UF:16     GET https://transnet.ir/ckeditor/plugins/o/plugin.js?t=B8DJ5M3 net::ERR_ABORTED 404
ckeditor.js?t=C6HH5UF:16     GET https://transnet.ir/ckeditor/plugins/t/plugin.js?t=B8DJ5M3 net::ERR_ABORTED 404
ckeditor.js?t=C6HH5UF:16     GET https://transnet.ir/ckeditor/plugins/i/plugin.js?t=B8DJ5M3 net::ERR_ABORTED 404
ckeditor.js?t=C6HH5UF:16     GET https://transnet.ir/ckeditor/plugins/c/plugin.js?t=B8DJ5M3 net::ERR_ABORTED 404
ckeditor.js?t=C6HH5UF:16     GET https://transnet.ir/ckeditor/plugins/a/plugin.js?t=B8DJ5M3 net::ERR_ABORTED 404
ckeditor.js?t=C6HH5UF:23 Uncaught [CKEDITOR.resourceManager.load] Resource name "n,n" was not found at "https://transnet.ir/Qualifier/../ckeditor/plugins/n/plugin.js?t=B8DJ5M3".

此 Chrome 浏览器安装中没有特殊插件。
在我们的网站项目中,还有另一个版本的 CKEditor 文件夹(4.5.6),我怀疑这两个文件夹之间大多数存在一些混淆,但我还无法证明这一点。到那时,任何帮助将不胜感激。

ckeditor4.x
1个回答
0
投票

它修复了普通的 Windows 维护工作,例如清理 Windows 注册表和清理 Chrome 缓存、清理 Windows 临时文件和垃圾文件以及重新启动 Windows。

© www.soinside.com 2019 - 2024. All rights reserved.