[CKEDITOR.resourceManager.load] Resource name "cmswidget" was not found
See original GitHub issueOn django-cms==3.5.1 and djangocms-text-ckeditor==3.5.3 I see:
Loading failed for the <script> with source “http://127.0.0.1:8000/static/djangocms_text_ckeditor/ckeditor/plugins/cmswidget/plugin.js?t=H8DA”.
23:1
Loading failed for the <script> with source “http://127.0.0.1:8000/static/djangocms_text_ckeditor/ckeditor/plugins/cmsplugins/plugin.js?t=H8DA”.
23:1
Loading failed for the <script> with source “http://127.0.0.1:8000/static/djangocms_text_ckeditor/ckeditor/plugins/cmsresize/plugin.js?t=H8DA”.
23:1
Loading failed for the <script> with source “http://127.0.0.1:8000/static/djangocms_text_ckeditor/ckeditor/plugins/cmsdialog/plugin.js?t=H8DA”.
23:1
Error: [CKEDITOR.resourceManager.load] Resource name "cmswidget" was not found at "http://127.0.0.1:8000/static/djangocms_text_ckeditor/ckeditor/plugins/cmswidget/plugin.js?t=H8DA".
Whenever I try to edit page content in the CMS menu.
Issue Analytics
- State:
- Created 6 years ago
- Comments:7 (2 by maintainers)
Top Results From Across the Web
[CKEDITOR.resourceManager.load] Resource name ... - GitHub
On django-cms==3.5.1 and djangocms-text-ckeditor==3.5.3 I see: ... resourceManager.load] Resource name "cmswidget" was not found #471.
Read more >Uncaught Error: [CKEDITOR.resourceManager.load ... - Drupal
Uncaught Error: [CKEDITOR.resourceManager.load] Resource name "panelbutton" was not found. Closed (works as designed). Project:.
Read more >uncaught exception: [CKEDITOR.resourceManager.load] error
getting this error when Ckeditor loads - uncaught exception: [CKEDITOR.resourceManager.load] Resource name "default" was not found at ...
Read more >Fixed: CKEditor plugins not working with django-ckeditor
ckeditor.js:270 Uncaught Error: [CKEDITOR.resourceManager.load] Resource name "easyimage" was not found at "http://192.168.0.3:8000 ...
Read more >[CKEDITOR.resourceManager.load] Resource name "profiles ...
load ] Resource name "profiles" was not found at. What is this error? error. Copy Code <textarea class="form ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
The templates and static files are normally collected via standard django mechanism, so unless you explicitly override them i’d recommend not to keep them in the project itself.
Will close off for now, thanks for the help!