我尝试使用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"和空白的内容。 我错过了什么?
谢谢
答案 0 :(得分:1)
您需要在php设置中激活mbstring扩展名: 见:Unable to call the built in mb_internal_encoding method?