【问题标题】:Responsive Filemanager 9 opens blank dialog in TinyMCE 4响应式文件管理器 9 在 TinyMCE 4 中打开空白对话框
【发布时间】:2015-01-22 16:45:27
【问题描述】:

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

谢谢

【问题讨论】:

  • 开启报错:error_reporting(E_ALL); ini_set('display_errors',1);
  • 对不起 D:我把它放在哪里了?
  • config.php 顶部应该可以工作
  • -.- mb... 这会出现:致命错误:在第 4 行的 /var/www/html/filemanager/config/config.php 中调用未定义的函数 mb_internal_encoding()

标签: javascript php tinymce-4 responsive-filemanager


【解决方案1】:

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

【讨论】:

猜你喜欢
  • 1970-01-01
  • 2018-10-07
  • 1970-01-01
  • 2013-06-09
  • 2015-01-24
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
相关资源
最近更新 更多