Back to CKeditor Support

nhaskins8855
nhaskins8855

After installing the plugin, and choosing it as my editor, When I try to edit a page, content, etc., I get the above error in the browser console, and the editing tab doesn't open. If I try to edit another page, it opens, but the "Markup" and "Code" areas display as an unstyled textarea.

rsantus9052
hazulifidastian
hazulifidastian

This plugin only works for rainlab blog plugin.

hazulifidastian
hazulifidastian

For temporary solution,

update file: modules/backend/layout/_head.htm

before this line,


<?= $this->makeAssets() ?>

insert scripts,


<script type="text/javascript" src="http://yourdomain/plugins/shahiemseymor/ckeditor/formwidgets/wysiwyg/assets/ckeditor/ckeditor.js?v1.0.15"></script>
<style>.cke{visibility:hidden;}</style>
<script type="text/javascript" src="http://yourdomain/plugins/shahiemseymor/ckeditor/formwidgets/wysiwyg/assets/ckeditor/adapters/jquery.js?v1.0.15"></script>

Last updated

Shahiem
Shahiem

Thank you guys for reporting. This issue is solved in version 1.0.16

hazulifidastian
hazulifidastian

Hi Shahiem,

Thanks for the update, but there is little error on this file

https://github.com/Shahiem/ckeditor-plugin/blob/master/formwidgets/Wysiwyg.php

line 38 .../editor.js.js

thank you

Shahiem
Shahiem

Thank you. This issue is solved in version 1.0.17

swatidupare15535039
swatidupare15535039

insert ckeditor.js before jquery.js,order is important

1-8 of 8