Content Block Not Working

Permalink
I am using Version 8 and the Fundamental Theme. In the basic section of editing blocks,
when 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.

SteveFazziniMusic
 
MrKDilkington replied on at Permalink Reply
MrKDilkington
Hi SteveFazziniMusic,

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...
SteveFazziniMusic replied on at Permalink Reply
SteveFazziniMusic
Just the content block is not working all the other blocks seem to be fine.

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
Gondwana replied on at Permalink Reply
Gondwana
I think the deprecation warning can be disregarded; everyone gets that, I think.

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?
Gondwana replied on at Permalink Reply
Gondwana
Can you *drag* the block from the left-side column onto an area of your page?
SteveFazziniMusic replied on at Permalink Reply
SteveFazziniMusic
when I attempt to drag the content block over to the area I'm editing the same thing happens entire page glazes over
Gondwana replied on at Permalink Reply
Gondwana
ConcreteOwl replied on at Permalink Reply
ConcreteOwl
What is the site url?
webmc replied on at Permalink Reply
I had this problem and it was jquery included in the ckeditor.

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'
);*/