首页 >后端开发 >php教程 >thinkPHP 整合ueditor 出现errorHandler is not defined错误

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

WBOY
WBOY原创
2016-06-06 20:31:302835浏览

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目录下

声明:
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn