Heim >Web-Frontend >HTML-Tutorial >跪求大神呀!一个关于百度uEditor的问题: 后台配置项返回格式出错,上传功能将不能正常使用!_html/css_WEB-ITnose

跪求大神呀!一个关于百度uEditor的问题: 后台配置项返回格式出错,上传功能将不能正常使用!_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 11:44:4019627Durchsuche

                                       百度uEditor---后台配置项返回格式出错,上传功能将不能正常使用!  

jsp页面:
                      
uEditor的目录文件:
                       
修改了的ueditor.config.js文件,就修改了这一个地方:
                      
界面也可以出来
                       
chrome 控制台错误:
                      
单张图片上传点了没反应,多图上传后点开是这样的:
                      

跪求大神,我不知道怎么回事?


回复讨论(解决方案)

是ueditor.jar包没导,有五个需要用的包,要放在WEB-INF/lib里,

我也出现这种问题了。

我也出现这问题:
包含了5个jar包,还是存在。

楼主能留个联系方式具体质询下不?

上传图片跟framework版本有关, 3.5的可以4.0的不可以 。  要不就反过来试下。 以前我遇到过 ,

非得用uEditor?
也没觉得界面怎么样,Kindeditor多好,从没换过。

我也遇到这个问题,然后我打开ueditor下的php/controller.php,看到时区报错,就把时区设置改了,再打开该文件就正确返回json。然后,ueditor就不会报“后台配置项返回格式出错,上传功能将不能正常使用!”了

原来设置的是:
date_default_timezone_set("Asia/chongqing");
把重庆的首字母改成大写,就可以了:
date_default_timezone_set("Asia/Chongqing");

同问,跪求答案

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