javascript - Responsive Filemanager 9 opens blank dialog in TinyMCE 4 -


I'm trying to configure responsive Filemanager 9 () to use your project TinyMCE4

< p> are my folder structure:

TinyMCE:

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

filemanager

  http: // localhost / File Manager  

source folder (For testing the bus)

  http: // localhost / lesFiles  

I leave the document as follows I'm following Eshon:

config.php

  $ base_url = "http: // localhost"; $ Upload_dir = '/ lasefiles /'; $ Current_path = '../lesFiles/'; $ Thumbs_base_path = '../lesFiles/thumbs/';  

index.html (small configuration)

  Keywords: [ "compat3x print pagebreak fullscreen code image table paintweb responsivefilemanager",], image_advtab: true, external_filemanager_path: "/ File Manager /", filemanager_title: "Responsive filemanager", external_plugins: { "File Manager": "/filemanager/plugin.min.js"}, toolbar: "bring back Pagebreak | bold Italic | table | paintwebEdit image Responsivefilemanager | fullscreen ",  

The file manager icon appears in Tiny, but when I click it, only" responsive fi Manager "gives the title and a dialogue with the blank material is what I'm missing ???

Thank you

You need to enable mbstring extension in your PHP settings: View :


Comments