Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/javascript/420.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Javascript 响应文件管理器9在TinyMCE 4中打开空白对话框_Javascript_Php_Tinymce 4_Responsive Filemanager - Fatal编程技术网

Javascript 响应文件管理器9在TinyMCE 4中打开空白对话框

Javascript 响应文件管理器9在TinyMCE 4中打开空白对话框,javascript,php,tinymce-4,responsive-filemanager,Javascript,Php,Tinymce 4,Responsive Filemanager,我正在尝试使用TinyMCE4为我的项目配置响应型Filemanager 9() 我的文件夹结构是: 蒂尼姆斯: http://localhost/tinyPaintWeb/ http://localhost/tinyPaintWeb/index.html http://localhost/tinyPaintWeb/plugins/responsivefilemanager 文件管理器 http://localhost/filemanager 源文件夹(仅用于测试) 我遵循以下文档说明: c

我正在尝试使用TinyMCE4为我的项目配置响应型Filemanager 9()

我的文件夹结构是:

蒂尼姆斯:

http://localhost/tinyPaintWeb/
http://localhost/tinyPaintWeb/index.html
http://localhost/tinyPaintWeb/plugins/responsivefilemanager
文件管理器

http://localhost/filemanager
源文件夹(仅用于测试)

我遵循以下文档说明:

config.php

$base_url="http://localhost";   
$upload_dir = '/lesFiles/';
$current_path = '../lesFiles/';
$thumbs_base_path = '../lesFiles/thumbs/';
index.html(微型配置)

文件管理器图标出现在小窗口中,但当我单击它时,只会出现一个标题为“Responsive Filemanager”且内容为空白的对话框。 我错过了什么


谢谢

您需要在php设置中激活mbstring扩展:
请参阅:

启用错误报告:
错误报告(E\u ALL);ini设置(“显示错误”,1)抱歉D:我把它放在哪里了?在config.php的顶部应该可以--mb。。。出现以下情况:致命错误:调用第4OH行/var/www/html/filemanager/config/config.php中未定义的函数mb_internal_encoding()!!!成功,首先我需要安装它,我正在运行Fedora 20(),然后我需要在CentOS服务器中配置它,我希望它也能在那里工作谢谢
$base_url="http://localhost";   
$upload_dir = '/lesFiles/';
$current_path = '../lesFiles/';
$thumbs_base_path = '../lesFiles/thumbs/';
plugins: ["compat3x print pagebreak fullscreen code image table paintweb responsivefilemanager",],

        image_advtab: true,

        external_filemanager_path:"/filemanager/",
        filemanager_title:"Responsive Filemanager" ,
        external_plugins: { "filemanager" : "/filemanager/plugin.min.js"},

       toolbar: "undo redo pagebreak | bold italic | table | paintwebEdit image responsivefilemanager | fullscreen",