1

我正在尝试配置响应式文件管理器 9(http://www.responsivefilemanager.com/使用 TinyMCE4 为我的项目

我的文件夹结构是:

TinyMCE:

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

文件管理器

http://localhost/filemanager

源文件夹(仅用于测试)

http://localhost/lesFiles

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

配置文件

$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 中,但是当我单击它时,只出现一个标题为“响应式文件管理器”和空白内容的对话框。我错过了什么???

谢谢你

4

1 回答 1

1

您需要在 php 设置中激活 mbstring 扩展:请参阅:无法调用内置的 mb_internal_encoding 方法?

于 2015-01-22T17:54:05.620 回答