Skip to content

Issue on CKEditor integration when allow users to have their own folder #339

@bestmomo

Description

@bestmomo

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions