Reputation: 5348
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?
Upvotes: 4
Views: 2415
Reputation:
Follow the steps bellow:
Upvotes: 7