响应式 Filemanager 9 在 TinyMCE 4 中打开空白对话框

Responsive Filemanager 9 opens blank dialog in TinyMCE 4

我正在尝试使用 TinyMCE4

为我的项目配置 Responsive Filemanager 9 (http://www.responsivefilemanager.com/)

我的文件夹结构是:

TinyMCE:

http://localhost/tinyPaintWeb/
http://localhost/tinyPaintWeb/index.html
http://localhost/tinyPaintWeb/plugins/responsivefilemanager

文件管理器

http://localhost/filemanager

源文件夹(仅供测试)

http://localhost/lesFiles

我按照如下文档说明进行操作:

config.php

$base_url="http://localhost";   
$upload_dir = '/lesFiles/';
$current_path = '../lesFiles/';
$thumbs_base_path = '../lesFiles/thumbs/';

index.html(微型配置)

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",

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

谢谢

您需要在 php 设置中激活 mbstring 扩展: 参见:Unable to call the built in mb_internal_encoding method?