-
Notifications
You must be signed in to change notification settings - Fork 130
Issue with adding images to ckeditor #148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @antonioperic, what ckeditor bundle do you use? Have you set ckeditor as editor under this bundle configuration? |
hi @helios-ag , here is my config:
|
Can you post full elfinder configuration? fm_elfinder:
instances:
default:
locale: %locale%
editor: ckeditor # other choices are tinymce or simple
include_assets: true
relative_path: true
fullscreen: true
connector:
roots: # at least one root must be defined
uploads:
driver: LocalFileSystem
path: uploads |
@helios-ag that is my full confi. |
Please note that, my configuration node name is 'default', you can change it to 'ckeditor', |
@helios-ag instances is problem, cause I use older verison
regarding the issues with Sylius compatibility |
Can you explain incompatibility issues you have with Sylius? |
@helios-ag i think I cannot use lates version as Sylius uses Symfony 2.3 |
In this case you can use bundle version tagged under ~2.3 version |
@helios-ag trying at the moment. Will give you feedback soon PS thnx for helping, appreciate that |
I have this now
and i got this error |
my instance is default in this case, stupid me :) |
thnx |
Hi, to all...
I have problem, when I try to add images to ckeditor with double click on image inside elfinder nothing happens except that elfinder open image in popup (some kind of preview)
The text was updated successfully, but these errors were encountered: