Hello,
CKEditor integration works fine in classical way. But if I follow this page instructions to allow users to have their own folder I get images with wrong path.
To get it working I set this in config :
"serverRoot": false,
"fileRoot": "/",
And I use setFileRoot to set the good path. And filemanager is working fine in this path.
But when I use it in CKEditor I get :
src="http://localhostE:\wamp\www\basepublic/filemanager/userfiles/greatredactor/image1.png"
Instead of :
src="http://localhost/base/public/filemanager/userfiles/greatredactor/image1.png"
What am I doing wrong ?
Thanks