Home >Backend Development >PHP Tutorial >thinkPHP 整合ueditor 出现errorHandler is not defined错误

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

WBOY
WBOYOriginal
2016-06-06 20:31:302837browse

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

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn