thinkPHP 整合ueditor 出现ReferenceError: errorHandler is not defined错误,用的ueditor的官网第三方插件
求大神指点啊!!!!!!!!!!!!!!!!
thinkPHP 整合ueditor 出现ReferenceError: errorHandler is not defined错误,用的ueditor的官网第三方插件
求大神指点啊!!!!!!!!!!!!!!!!
遇到一样的问题,原因是没有配置上传请求地址,
1.可以在后台请求action=config时返回配置{"imageActionName": "uploadimage"}
2.也可以在前端配置文件:ueditor.config.js里面加入参数{"imageActionName": "uploadimage"}
1.ueditor后端配置是否正确?
2.你采用的上传方法是TP里的 还是ueditor的?
3.ueditor官网里有个thinkphp整合里ueditor,可以直接调用
4.吐槽,ueditor使用实在是很奇葩,出现的问题也奇葩,可以尝试下kindeditor
1 回答4k 阅读✓ 已解决
3 回答1.8k 阅读✓ 已解决
2 回答2.2k 阅读✓ 已解决
1 回答1.4k 阅读✓ 已解决
2 回答2.2k 阅读
1 回答888 阅读✓ 已解决
1 回答558 阅读✓ 已解决
这应该是个BUG
errorHandler(me.getLang('autoupload.errorLoadConfig'));
换成
showErrorLoader(me.getLang('autoupload.errorLoadConfig'));