Permission denied to access property 'CKEDITOR'

Viewed 2251

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?

1 Answers
Related