- Status changed to Postponed: needs info
almost 2 years ago 12:41pm 26 January 2023 - 🇧🇪Belgium wim leers Ghent 🇧🇪🇪🇺
I'm 99% certain that the CKEditor 5 toolbar configuration UI is not being rendered due to a JavaScript error. Can you please check your browser's JS console and copy/paste the JS errors here? (Or post a screenshot of them.)
Thanks! 😊
- 🇧🇪Belgium bart lambert
hi,
see attached screenshot.
I always use Chrome. I maintain different sites, all with the same provider (combell). This is th eonly side in which i have this problem
bart
- 🇧🇪Belgium wim leers Ghent 🇧🇪🇪🇺
Hm … those are JS errors for sure, and they're not even related to CKEditor 5!
Can you browse to
/admin/config/development/performance
and click ? Maybe your JS aggregates are somehow wrong. This would force them to be rebuilt.P.S.: leuke sites! 😄
- 🇧🇪Belgium bart lambert
Hi Wim,
Clearing the caches did not really solve the problem but you've put me on the right track!
On the bottom of the page there are settings to "bandwidth-optimailisation". "Javascript bestanden samenvoegen" was on!
I switched it off and on again "like the IT Crowed" and I got ik all Back!
thanks for the guidance!!!!
- Status changed to Fixed
almost 2 years ago 10:29am 28 January 2023 - Status changed to Closed: works as designed
almost 2 years ago 10:30am 28 January 2023 - Status changed to Active
about 1 year ago 10:30pm 18 October 2023 - 🇦🇺Australia gordon Melbourne
I just had this issue and I have been able to work out exactly what this issue is.
Basically in my case I had configured everything and went on to do some other tasks. When I came back I was getting the above error. I followed the advice above and managed to fix it, however the problem turned out that I had a missing CKEditor5 plugin.
So I had originally ckeditor templates installed with the ckeditor5 patch applied. Then after I had switched tasks and back I did not have this patch applied and I got this error.
So if you make sure all the plugins you are using exist on the system.
I am reopening this issue because this should fail gracefully and not just a block of JSON.
- Status changed to Closed: duplicate
about 1 year ago 1:26pm 25 October 2023 - 🇧🇪Belgium wim leers Ghent 🇧🇪🇪🇺
@gordon Thanks for following up!
What you describe is a symptom of 🐛 CKEditor 4+5 plugin module dependency not added to text format configuration Needs work — it's not related to CKEditor 5 itself. Crediting you on that issue — there's nothing we can do in CKEditor 5 itself, unfortunately 😬