Error when loading rich text editor(CKEDITOR)
Permalink
Hello,
When I add a text block and begin editing in my custom theme, the pop-up is styled differently than if I were using the included elemental theme and does not have a save button. Which file is causing this? The console log shows an error:
I've made certain I'm only loading one copy of bootstrap and jquery. And can't seem to figure out where exactly this error is stemming from. Any assistance would be greatly appreciated!
When I add a text block and begin editing in my custom theme, the pop-up is styled differently than if I were using the included elemental theme and does not have a save button. Which file is causing this? The console log shows an error:
Uncaught The editor instance "cke-xxxxxxxx" is already attached to the provided element.
I've made certain I'm only loading one copy of bootstrap and jquery. And can't seem to figure out where exactly this error is stemming from. Any assistance would be greatly appreciated!
Hey MrKDilkington,
There is another error that follows, that is specific to CKEDITOR
I should have mentioned in my last post that the "editor instance" error sites jquery-3.1.1.min.js:2
I'm running the latest version of concrete5(8.1)
This error is occurring using the default content block.
I'm using page_theme.php to provide jquery 3.1.1, if I don't use this and instead try to require concrete5 to insert jquery, I'm unable to use any of the edit buttons on the left of concrete5's nav bar.
Thanks for the reply,
There is another error that follows, that is specific to CKEDITOR
[CKEDITOR] Error code: uploadimage-config. VM14064:21
I should have mentioned in my last post that the "editor instance" error sites jquery-3.1.1.min.js:2
I'm running the latest version of concrete5(8.1)
This error is occurring using the default content block.
I'm using page_theme.php to provide jquery 3.1.1, if I don't use this and instead try to require concrete5 to insert jquery, I'm unable to use any of the edit buttons on the left of concrete5's nav bar.
Thanks for the reply,
After writing that reply, I realized another issue I was having(my page_theme.php wasn't loading because my theme directory was capitalized.). Had rendered all the troubleshooting I'd tried earlier useless. After switching back to concrete5's version of jquery and using page_theme.php to provide my bootstrap files, everything is now working.
Many thanks for the reply!
Many thanks for the reply!
Are there any other errors in your browser console?
What version of concrete5 are you using?
Are you using a custom block that uses the rich text editor or the Content block?