Content Block Not Working
Permalinkwhen I go to a section of the page, click add block then click on Content Block nothing happens. Just the entire page sort of grays out. have no seems like this problem started when I cleared the cache. Any ideas?
there are no error messages that pop up at all.
after clearing the browser console this appears when I click on content block:
Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user’s experience. For more helphttp://xhr.spec.whatwg.org/
jquery.min.js:2:85840
TypeError: ckeditor is undefined jquery.min.js%20line%202%20%3E%20eval:10:13
I'm wondering whether the jquery error could be more significant. Is there a chance that you're using a version of jquery (perhaps within an extension) that is conflicting with c5's customised default version of jquery?
https://www.concrete5.org/community/forums/usage/content-block-not-w...
(No resolution yet.)
I had to comment out this in EditorServiceProvider.php although there is probably better ways to do this overrides bootstraps etc.
/*$assetList->register(
'javascript',
'editor/ckeditor4/jquery_adapter',
$vendorAssetDir . 'adapters/jquery.js'
);*/
Does this issue happen with other blocks or only the Content block?
When attempting to add the Content block, do you have any errors in your browser console?
How to open the browser console to view errors
https://documentation.concrete5.org/tutorials/how-open-browser-conso...