WebsiteBaker Support (2.13.x) > General Help & Support

CKEditor not secure?

<< < (2/2)

Matthias:
Hello, I just got the mentioned error message that ckeditor is not secure.

I run PHP-Version: 8.0.30
WebsiteBaker-Version: 2.13.5 -r220
Last cumulative update-revision: R223

and I installed the latest ckeditor from the wb Download area version 4.22.1.1.
The wb_ckconfig.js contains the mentioned line with the parameter 'false'. Are there any news on the topic or do I have to set another parameter?

Thanks for your help!

Matthias

sternchen8875:
two possible problems....

#1 - clear the browser cache! -  (my favorite) - maybe, one pass is not enough

#2 - check the used frontend templates for another file "wb_ckconfig.js". if you use one or more of them, it needs the setting

--- Code: ---config.versionCheck = false;
--- End code ---
in every used wb_ckconfig.js

for example also in /templates/DefaultTemplate/js/wb_ckconfig.js


Sometimes it helps, to add this code additionally in /modules/ckeditor/include.php / ~ Line 280

--- Code: ---$ckeditor->config['versionCheck'] = false;
--- End code ---

Here some other threads (in german)
https://forum.WebsiteBaker.org/index.php/topic,32337.msg226456.html#msg226456
https://forum.WebsiteBaker.org/index.php/topic,32285.0.html

Matthias:
Good Morning, #1 did the job. I am sorry to make you work with my question and not have checked the easiest things before :-(.
Thank you very much for your help!
best regards

Matthias

sternchen8875:
 (Y)

Navigation

[0] Message Index

[*] Previous page

Go to full version