You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got it working more or less, I can create folders and upload files but there are 2 issues.
Thumbnails view shows images/blank.gif instead of the actual image thumb.
I can't seem to insert the image link into ckeditor url, I should be able to do this by double clicking the thumb.
I also get the following in the console when I double click a thumb to insert it.
uncaught TypeError: Cannot read property 'CKEDITOR' of null
at setFile (main.min.js:1)
at HTMLLIElement.<anonymous> (main.min.js:1)
at HTMLLIElement.dispatch (jquery.min.js:3)
at HTMLLIElement.r.handle (jquery.min.js:3)
setFile @ main.min.js:1
(anonymous) @ main.min.js:1
dispatch @ jquery.min.js:3
r.handle @ jquery.min.js:3](url)
I guess the problem is with RETURN_URL_PREFIX in the conf.js file now that I've read up on fileman a bit, it seems it should point to ckeditor, but now I am setting that to both http://localhost:3001/js/ckeditor/ckeditor.js and /js/ckeditor/ckeditor.js yet neither work (and if I go in my browser to http://localhost:3001/js/ckeditor/ckeditor.js it shows the content of the js file).
I have my public folder set for static files with a js folder in there which holds all the relevant js files and the ckeditor folder.
I seem to be so close yet so far away.
The text was updated successfully, but these errors were encountered:
vk011
changed the title
a more elaborate how to and integration with ckeditor
cant preview image thumbs or insert on double click
Jul 25, 2017
vk011
changed the title
cant preview image thumbs or insert on double click
ckeditor - cant preview image thumbs or insert on double click
Jul 26, 2017
Hello,
I got it working more or less, I can create folders and upload files but there are 2 issues.
Thumbnails view shows
images/blank.gif
instead of the actual image thumb.I can't seem to insert the image link into ckeditor url, I should be able to do this by double clicking the thumb.
I also get the following in the console when I double click a thumb to insert it.
I guess the problem is with
RETURN_URL_PREFIX
in theconf.js
file now that I've read up on fileman a bit, it seems it should point to ckeditor, but now I am setting that to bothhttp://localhost:3001/js/ckeditor/ckeditor.js
and/js/ckeditor/ckeditor.js
yet neither work (and if I go in my browser tohttp://localhost:3001/js/ckeditor/ckeditor.js
it shows the content of the js file).I have my
public
folder set for static files with a js folder in there which holds all the relevant js files and the ckeditor folder.I seem to be so close yet so far away.
The text was updated successfully, but these errors were encountered: