ckeditor path problem in webix framework under cakephp 3

I tried to integrate ckeditor in webix 3.3.17 but

The path to ckeditor.js is

/codebase/library/ckeditor/ and
/codebae/library/ckeditor/ckeditor

so I set the webix.codebase = /codebase/library/ckeditor/;
and
window.CKEDITOR_BASEPATH = webix.codebase+“ckeditor/”;

But I’ve got always this error:

/codebase/library/ckeditor/config.js?t=D9EF 404 (Not Found)

But going one step deeper to /codebase/library/ckeditor/ckeditor/

doen’t work.

Whats going wrong?

Michael

Please check the forum’s inbox - I’ve sent you a PM.

Yes thanks.

codebase is set in the root folder. I checked your exemple as well but, I’ll give it a try once more. I’m shure it’s my fault but …

In cakephp the root dir is webroot so I have:

webroot
codebase
library
ckeditor
ckeditor

Michael

First of all, please double-check the path to the file. According to the current notation,codebase folder should be placed in the root of the available file system (localhost/ or something).

I check this sample locally and it’s the most obvious explanation.