欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  后端开发

thinkPHP 整合ueditor 出现errorHandler is not defined错误

程序员文章站 2022-05-01 13:42:35
...

thinkPHP 整合ueditor 出现ReferenceError: errorHandler is not defined错误,用的ueditor的官网第三方插件,一上午了~~~

thinkPHP 整合ueditor 出现errorHandler is not defined错误

thinkPHP 整合ueditor 出现errorHandler is not defined错误
求大神指点啊!!!!!!!!!!!!!!!!

回复内容:

thinkPHP 整合ueditor 出现ReferenceError: errorHandler is not defined错误,用的ueditor的官网第三方插件,一上午了~~~

thinkPHP 整合ueditor 出现errorHandler is not defined错误

thinkPHP 整合ueditor 出现errorHandler is not defined错误
求大神指点啊!!!!!!!!!!!!!!!!

用的jquery版本不对?

我也碰到这个问题了。求问是怎么回事啊

1.ueditor后端配置是否正确?
2.你采用的上传方法是TP里的 还是ueditor的?
3.ueditor官网里有个thinkphp整合里ueditor,可以直接调用
4.吐槽,ueditor使用实在是很奇葩,出现的问题也奇葩,可以尝试下kindeditor

这应该是个BUG
errorHandler(me.getLang('autoupload.errorLoadConfig'));
换成
showErrorLoader(me.getLang('autoupload.errorLoadConfig'));

如果是插件版的请把ueditor.json文件放在Common/conf目录下