简体   繁体   中英

Permission denied to access property 'CKEDITOR'

I have integrated CKEditor and CKFinder in my sites. All worked well. But now on one of my sites there is a problem. Firebug shows:

Error: Permission denied to access property 'CKEDITOR'

I use the next code for integration:

CKFinder.setupCKEditor( null, 'ckfinder/' );
$( 'textarea.tarea_ckeditor' ).ckeditor();

What can be the problem here?

Follow the steps bellow:

  • Check the URL from the browser (maybe you are on the dev website) :D
  • Check, if the files and your page is on the same domain (they should be).
  • Do you make any redirects on the server (append www or even on another domain)?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM