EzerIT / BibleOL

Web-based instruction in Biblical Hebrew and Greek
Other
26 stars 16 forks source link

CKEDITOR generates error messges on console #7

Open oz1cz opened 1 year ago

oz1cz commented 1 year ago

When editing an exercise, the Firefox debug console shows these errors from CKEDITOR:

[CKEDITOR] Error code: cloudservices-no-token-url. [ckeditor.js:21:222](https://bibleol.ezer.dk/ckeditor/ckeditor.js?stat=1657885579)
[CKEDITOR] For more information about this error go to https://ckeditor.com/docs/ckeditor4/latest/guide/dev_errors.html#cloudservices-no-token-url [ckeditor.js:21:266](https://bibleol.ezer.dk/ckeditor/ckeditor.js?stat=1657885579)
[CKEDITOR] Error code: exportpdf-no-token-url. [ckeditor.js:21:222](https://bibleol.ezer.dk/ckeditor/ckeditor.js?stat=1657885579)
[CKEDITOR] For more information about this error go to https://ckeditor.com/docs/ckeditor4/latest/guide/dev_errors.html#exportpdf-no-token-url [ckeditor.js:21:266](https://bibleol.ezer.dk/ckeditor/ckeditor.js?stat=1657885579)
[CKEDITOR] Error code: editor-plugin-conflict. Object { plugin: "image", replacedWith: "easyimage" }
[CKEDITOR] For more information about this error go to https://ckeditor.com/docs/ckeditor4/latest/guide/dev_errors.html#editor-plugin-conflict [ckeditor.js:21:266](https://bibleol.ezer.dk/ckeditor/ckeditor.js?stat=1657885579)
[CKEDITOR] Error code: embed-no-provider-url. [ckeditor.js:21:222](https://bibleol.ezer.dk/ckeditor/ckeditor.js?stat=1657885579)
[CKEDITOR] For more information about this error go to https://ckeditor.com/docs/ckeditor4/latest/guide/dev_errors.html#embed-no-provider-url

Apparently, this does not prevent the editor from working correctly.