File not found error with CKEditor

0
Hi there,   I upgraded a few plugins (published by Mendix), and I now have the following error on the client : “404 - file not found for file: widgets/CKEditorForMendix/widget/lib/plugins/openlink/plugin.js” and right after : “[CKEDITOR.resourceManager.load] Resource name "openlink" was not found at "http://localhost:8080/widgets/CKEditorForMendix/widget/lib/plugins/openlink/plugin.js?t=I63C". Error: [CKEDITOR.resourceManager.load] Resource name "openlink" was not found at "http://localhost:8080/widgets/CKEditorForMendix/widget/lib/plugins/openlink/plugin.js?t=I63C".     at CKEDITOR.resourceManager.<anonymous> (http://localhost:8080/widgets/CKEditorForMendix/widget/lib/ckeditor.js?638188115727468908:5592:37)     at e (http://localhost:8080/widgets/CKEditorForMendix/widget/lib/ckeditor.js?638188115727468908:5470:52)     at Array.y (http://localhost:8080/widgets/CKEditorForMendix/widget/lib/ckeditor.js?638188115727468908:5476:109)     at v (http://localhost:8080/widgets/CKEditorForMendix/widget/lib/ckeditor.js?638188115727468908:5482:68)     at http://localhost:8080/widgets/CKEditorForMendix/widget/lib/ckeditor.js?638188115727468908:5500:45 “   CKEditorForMendix was not part of the plugins I updated (I already had the latest version anyways) ;  Has anyone experienced this ?   Thanks
asked
1 answers
0

FYI ; this error appeared when I upgraded RichText editor from 1.3.5 to 2.1.6.
Obviously there is a conflict with CKEditor

answered