Open-Manager icon indicating copy to clipboard operation
Open-Manager copied to clipboard

Failed to load: js/tinymce/plugins/openmanager/plugin.min.js

Open rajasajidmanzoor opened this issue 9 years ago • 2 comments

Hello, I have tried using this plugin and i am getting following error.

Uncaught TypeError: Cannot read property 'getEditor' of undefineda @ ckeditor.js:307CKEDITOR.replace @ ckeditor.js:311(anonymous function) @ 15:378x.Callbacks.l @ jquery.min.js:4x.Callbacks.c.fireWith @ jquery.min.js:4x.extend.ready @ jquery.min.js:4S @ jquery.min.js:4 bootstrap3-wysihtml5.all.min.js:2 'Range.detach' is now a no-op, as per DOM (http://dom.spec.whatwg.org/#dom-range-detach). tinymce.min.js:4 GET /js/tinymce/plugins/openmanager/plugin.min.js e @ tinymce.min.js:4(anonymous function) @ tinymce.min.js:4o @ tinymce.min.js:2r.loadScripts.h @ tinymce.min.js:4r.loadScripts @ tinymce.min.js:4r.loadQueue @ tinymce.min.js:4t @ tinymce.min.js:9N.render @ tinymce.min.js:9r @ tinymce.min.js:9(anonymous function) @ tinymce.min.js:9o @ tinymce.min.js:2a @ tinymce.min.js:9i @ tinymce.min.js:2m @ tinymce.min.js:2o @ tinymce.min.js:2 tinymce.min.js:4 Failed to load: js/tinymce/plugins/openmanager/plugin.min.js

I have also checked and there is no file plugin.min.js in folder . Please check and confirm where i am doing wrong.

Sajid

rajasajidmanzoor avatar May 21 '15 16:05 rajasajidmanzoor

If you are trying to use the Plugin with TinyMCE 4.x, it will not work. The plugin is only compatible with TinyMCE 3.x.

To get this to work with TinyMCE 4.x, read up on the Wiki Page for the project. https://github.com/rmorse/Open-Manager/wiki Hope this helps

adibas03 avatar Aug 16 '15 18:08 adibas03

To fix this problem you should put the full path, in my case I use a constant, the following code will works well :

external_filemanager_path:"/filemanager/", filemanager_title:"Responsive Filemanager" , external_plugins: { "filemanager" : "/filemanager/plugin.min.js"}

yslimani avatar May 25 '17 15:05 yslimani