I'm getting:
Warning: file_get_contents(/libraries/emojione/plugin.js): failed to open stream: No such file or directory in _locale_parse_js_file() (line 1134 of core/modules/locale/locale.module).
_locale_parse_js_file('/libraries/emojione/plugin.js') (Line: 543)
locale_js_translate(Array) (Line: 305)
Drupal\ckeditor\Plugin\Editor\CKEditor->getJSSettings(Object) (Line: 81)
Drupal\editor\Plugin\EditorManager->getAttachments(Array) (Line: 92)
Drupal\editor\Element->preRenderTextFormat(Array)
call_user_func(Array, Array) (Line: 378)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 195)
...
EmojioneCKEditorButton::getFile() returns an absolute path, when relative path is expected
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | ckeditor-emojione-failed_to_open_plugin-2971957-2.patch | 515 bytes | manuel.adan |
Comments
Comment #2
manuel.adanComment #3
dercheffeSame problem here with Drupal 8.7.3. Due to this issue it crashes CKEditor rendering and CKEditor becomes useless. I would bump it up to major issue status. Unfortunately I'm not able to test the provided patch sorry (I'm a non developer user)
Comment #4
antonnaviPatch from #2 comment solves the issue.
Thank you, Manuel Adán (manuel.adan) !
Comment #5
rj commentedComment #7
rj commentedCommitted and pushed to 8.x-1.x, closing issue. Thanks for everyone's help!
Comment #8
rj commentedComment #9
rj commentedMerged and tagged into 8.x-1.1 branch.