Changes between Initial Version and Version 1 of Ticket #11653, comment 2
- Timestamp:
- Mar 10, 2014, 8:42:20 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11653, comment 2
initial v1 1 It looks like you are loading CKEditor from a custom URL. Because CKEditor is unable to detect it's location by looking for ckeditor.js inURL, it has troubles with loading external resources, like language files. Make sure to set `CKEDITOR_BASEPATH` before loading scripts:1 It looks like you are loading CKEditor from a custom URL. Because CKEditor is unable to detect it's location by looking for `ckeditor.js` string at the end of the URL, it has troubles with loading external resources, like language files. Make sure to set `CKEDITOR_BASEPATH` before loading scripts: 2 2 3 3 http://docs.ckeditor.com/#!/guide/dev_basepath