It appears that CKeditor 3.2 does not work with the latest Drupal module. The editor simply does not load and the following JS error appears:
Error: uncaught exception: [CKEDITOR.resourceManager.load] Resource name "drupalbreaks" was not found at "/commercialtire/sites/all/modules/ckeditor/plugins/drupalbreaks/undefined?t=A1PD".
The Drupal module does work with CKeditor 3.1.1. I realize that 3.2 was released today, but just thought I would make it known...
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | ckeditor-725754.patch | 1.89 KB | mephir |
| #8 | ckeditor-725754-with_ln.patch | 1.89 KB | mephir |
Comments
Comment #1
Anonymous (not verified) commentedConfirming same issue.
Comment #2
chadd commentedconfirmed here as well, and subscribe
Comment #3
artis commentedConfirmed error here too. I tried changing the version number in line 24 in ckeditor.config.js to:
Didn't work.
Comment #4
drupalsteve commentedI'm having the same problem.
Comment #5
sterndata commentedsubscribe
Comment #6
sterndata commentedComment #7
mephir commentedAttached patch solved this issue. Don't use this patch, please choose below.
Comment #8
mephir commentedFixed linktonode also.
Comment #9
wwalc commentedThis is a critical bug in CKEditor 3.2 (unfortunately). Please use 3.1.1 until a new version of CKEditor 3.2 will be available.
Comment #10
mephir commentedComment #11
semiaddict commentedsubscribe
Comment #12
sschwab commentedsubscribe
Comment #13
chadd commentedusing ckeditor 3.1.1 works fine
Comment #14
wwalc commentedPlease redownload CKEditor 3.2 from http://ckeditor.com/download, clear browser's cache and the issue should be solved.
Comment #15
wwalc commentedComment #16
j0rd commentedNot working with CKEditor 3.6. Applied the patch, which seems to suggest it's the right code as per the current ckeditor API docs, but it's still not working.
Comment #17
j0rd commentedRemoving this if statement in plugins/drupalbreaks/plugin.js seems to have resolved the issue.
Here's the issue where I found this solution:
http://drupal.org/node/1077964