When following the instructions on the module page I was getting fatal JS errors after adding the E button, and attempting to edit a node:
uncaught exception: [CKEDITOR.resourceManager.load] Resource name "lineutils" was not found
The solution was to download the lineutils ckeditor addon and then my editor worked as expected again (and media_browser even worked!)
Versions of things:
Drupal core: 7.37
jQuery Update: 7.x-3.0-alpha2
ckeditor module: 7.x-1.x-dev
ckeditor: 4.4.7
widget: 4.4.7
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | add-lineutils-requirement-2504263-2.patch | 4.25 KB | devin carlson |
Comments
Comment #1
jenlamptonComment #2
devin carlson commentedThe lineutils plugin is a dependency of the widget plugin but it looks like ckeditor.com doesn't automatically resolve dependencies.
The attached patch adds a requirements check for lineutils.
Comment #3
devin carlson commentedCommitted #2 to Entity Embed 7.x-1.x and updated the project page.