Heim >Backend-Entwicklung >PHP-Tutorial >thinkPHP 整合ueditor 出现errorHandler is not defined错误

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

WBOY
WBOYOriginal
2016-06-06 20:31:302839Durchsuche

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

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn