responsive-filemanager

responsivefilemanager9 internal server error

心不动则不痛 提交于 2021-02-10 18:44:29
问题 I installed responsive filemanager 9 from here into my local tinymce 4. My tinymce config looks like this: <script> tinymce.init({ selector: 'textarea', height: 500, theme: 'modern', plugins: 'print preview fullpage searchreplace autolink directionality visualblocks visualchars fullscreen image link media template codesample table charmap hr pagebreak nonbreaking anchor toc insertdatetime advlist lists textcolor wordcount imagetools contextmenu colorpicker textpattern help', toolbar1:

responsivefilemanager won't work and give no errrors even though everything is setup correctly

亡梦爱人 提交于 2021-01-29 20:10:45
问题 So the thing here is that the files do get uploaded and the upload process perfectly works & It also displays the number of files available but I still won't display them. Here is a screenshot Here is my js code: <script src="js/jquery.min.js"></script> <script src="js/bootstrap.min.js"></script> <script src="js/dashboard.js"></script> <script src="plugins/tinymce/tinymce.min.js"></script> <script> tinymce.init({ selector: "textarea", plugins: [ "advlist autolink link image lists charmap

Responsive File Manager and TinyMCE

老子叫甜甜 提交于 2021-01-29 14:44:49
问题 I'm using Responsive File Manager 9.14.0 with tinyMCE v 5 in a Laravel v 6 App - I followed a tutorial in doing the setup. Everything works fine apart from when the button 'Start upload' is clicked - I get this error: Unexpected token < in JSON at position 0. This is displayed in the page on the back end in the php error log I get these two errors. [05-Mar-2020 12:08:17 Europe/Rome] PHP Notice: Trying to access array offset on value of type null in /var/www/html/laratest/public/tinymce

Trying to setup responsive file manager with TinyMCE but get a 404 error

牧云@^-^@ 提交于 2020-08-06 05:42:48
问题 I use TinyMCE with responsivefilemanager but whenever I try to open the file manager I directly get a 404 error in that popup, and If you don't know, 404 means not found. Here is my file structure Website's main parent folder/public_html myapp folder for the whole app my HTML & some PHP files which use TinyMCE and responsivefilemanager my tinyMCE's init.js file plugins folder for all my 3rd party plugins TinyMCE folder which contains TinyMCE itself other folders you find inside TinyMCE a

Responsive Filemanager Thumbnails not showing

三世轮回 提交于 2020-01-24 13:33:04
问题 Using Responsive Filemanager 9.11.3 Thumbnails are not showing/blank in dialog window (GUI). In ftp thumbnails pictures are okay created successfully. Folder "thumbs" permission 755 files permission 644. i changed to 755 still not showing up in dialog window. thumb sizes are 2.4kb 回答1: I faced the same problem, if you resize that iframe or the div where responsive file manager is, then thumbnails will show up... Work around: set iframe height/width to be 101% set onLoad attribute to iframe

Responsive Filemanager Thumbnails not showing

北城余情 提交于 2020-01-24 13:32:29
问题 Using Responsive Filemanager 9.11.3 Thumbnails are not showing/blank in dialog window (GUI). In ftp thumbnails pictures are okay created successfully. Folder "thumbs" permission 755 files permission 644. i changed to 755 still not showing up in dialog window. thumb sizes are 2.4kb 回答1: I faced the same problem, if you resize that iframe or the div where responsive file manager is, then thumbnails will show up... Work around: set iframe height/width to be 101% set onLoad attribute to iframe

Responsive filemanager in tinymce, directory settings

一个人想着一个人 提交于 2020-01-15 23:03:10
问题 I'm using this file manager for file upload in tinymce. File Manager Having some problem with the directory. I'm using tinymce 4. My filemanager folder is in " localhost/BAD/ " directory, I have a file named about.php which is in " localhost/BAD/admin/ " directory. Now I can upload image and see from that about.php file. My settings of tinymce is **external_filemanager_path:"/BAD/filemanager/", filemanager_title:"Filemanager" , external_plugins: { "filemanager" : "filemanager/plugin.min.js"}*