gpt4 book ai didi

javascript - 文件管理器插件 - TinyMCE - 服务器响应不是 JSON 格式

转载 作者:行者123 更新时间:2023-11-28 14:43:35 29 4
gpt4 key购买 nike

最近我们将服务器从 php 5.3 更新到 php 7,实际上我不知道更新是否会导致此问题,但是当我在 TinyMCE javascirpt 上插入文件时,我收到此错误消息:

The server response wasn't JSON format

我在互联网上没有找到任何有关它的信息。

这是 Json_data:

{"method":"fm.insertFiles","params":[{"path0":"{0}/Sage.JPG"}],"id":"c0"}

这是 TinyMCE 配置:

    tinyMCE.init({
// General options
mode : "exact",
elements : "msg_body",
theme : "advanced",
theme_advanced_resizing_max_width : 530,
plugins : "pagebreak,style,layer,table,save,advhr,advimage,advlink,emotions,iespell,inlinepopups,insertdatetime,preview,media,searchreplace,print,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras,template,wordcount,advlist,autosave,spellchecker,filemanager",

// Theme options
theme_advanced_buttons1 : "bold,italic,underline,|,justifyleft,justifycenter,justifyright,justifyfull,|,bullist,|,styleselect,formatselect,|,forecolor,backcolor,<?if ($staff[perm][msg_replies]==1) {?>|,insertfile,link,<?}?>|,spellchecker",
theme_advanced_buttons2 : "",
theme_advanced_buttons3 : "",
theme_advanced_buttons4 : "",
theme_advanced_toolbar_location : "top",
theme_advanced_toolbar_align : "left",
theme_advanced_statusbar_location : "bottom",
theme_advanced_resizing : true,

//External
extended_valid_elements : "iframe[src|width|height|name|align]",

// Example content CSS (should be your site CSS)
content_css : "../style-bijou.css",

// Drop lists for link/image/media/template dialogs
template_external_list_url : "lists/template_list.js",
external_link_list_url : "lists/link_list.js",
external_image_list_url : "cms-image_list.php",
media_external_list_url : "lists/media_list.js",

// Style formats
style_formats : [
{title : 'Bijou Weddings styles'},
{title : 'Bijou copy', block : 'p', classes : 'copy'},
{title : 'Bijou copy bold', inline : 'span', classes : 'title'},
{title : 'Corporate Event styles'},
{title : 'Event bullets small', block : 'p', classes : 'corpbodybull'},
{title : 'Event bullets big', block : 'p', classes : 'corpbull'},
{title : 'Table styles'},
{title : 'Table row 1', selector : 'tr', classes : 'tablerow1'}
],

// Replace values for the template plugin
template_replace_values : {
username : "Some User",
staffid : "991234"
}

});

请问你有什么想法吗?谢谢

最佳答案

我终于找到了导致问题的原因,

插件“filemanager”生成 php 错误,位于文件夹 /plugins/filemanager/plugins/History 中的文件 History.php 正在使用名为 split 对于 php7 来说已经过时了。

所以我将函数 split 替换为函数 explode。现在文件插入工作正常。

希望这会有用。

这是 php.net 中的解释: http://php.net/manual/en/function.split.phphttp://php.net/manual/en/function.explode.php

关于javascript - 文件管理器插件 - TinyMCE - 服务器响应不是 JSON 格式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47269191/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com