CKEditor Bug - Not visible

Dec 17, 2017
151
19
Hi Devbest,

When I try to go into my text editor ckeditor (in ADMIN PANEL) is not displayed. Console give this error:

You must be registered for see images attach


Not Visible

You must be registered for see images attach

My ckeditor.js -->

Thanks a lot :)
Post automatically merged:

--- UP ---
Please
 
Last edited:

LaPatron

Smile, because it confuses people.
Nov 23, 2017
72
155
Hello,

Instead of using a local copy, try the hosted CDN version:

I've created a Codepen so you can quickly see that it works:

All you have to do is replace the script src (source) from your local link to the CDN one.
 
Dec 17, 2017
151
19
Hello,

Instead of using a local copy, try the hosted CDN version:

I've created a Codepen so you can quickly see that it works:

All you have to do is replace the script src (source) from your local link to the CDN one.
Thank you so much for the help, very kind :)

-- SOLUTION, Thanks to @EZC --

Replace the old code with this

PHP:
<script src='https://cdn.ckeditor.com/4.11.4/standard/ckeditor.js'></script>
                            <script>
                                CKEDITOR.replace( 'news or name of your variable' );
                            </script>
 

Users who are viewing this thread

Top