Hi, I got the following error using this module:
ckeditor.js:24 Uncaught [CKEDITOR.resourceManager.load] Resource name "image2,image2" was not found at "http://localhost:8888/[SItENAME]/sites/all/libraries/ckeditor/sites/all/...
It seems the module does something as such that the path is programmed twice sites/all/libraries/ckeditor
How can I solve this please?
Using dev versions of both ckeditor and this module.
Thanks a lot in advance for your reply!
Greetings, Martijn
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | ckeditor_image2-root-relative-path-3099575.patch | 718 bytes | jwilson3 |
Comments
Comment #2
jwilson3I've confirmed this is an issue in the latest versions of CKEditor module and the CKEditor library itself. Older versions of CKEditor library didn't seem to have this problem.
This path includes the base_path() to generate a root relative URL for the path to the image2 plugin, which should solve the error.
After applying the patch I had to go to the Admin UI
/admin/config/content/ckeditorCKEditor Global settings page and hit the "save" button, then go to each of the different CKEditor Profiles and hit the "Save" button.Comment #3
jwilson3because I don't know precisely what version of CKEditor this change occured between 4.4 and the most recent 4.x version, I've decided to go ahead an bump the required CKEditor version to the latest 4.x which is currently 4.14.0
Comment #5
jwilson3