サイトに CKEditor と CKFinder を統合しました。すべてうまくいきました。しかし今、私のサイトの1つに問題があります。Firebug ショー:
Error: Permission denied to access property 'CKEDITOR'
統合には次のコードを使用します。
CKFinder.setupCKEditor( null, 'ckfinder/' );
$( 'textarea.tarea_ckeditor' ).ckeditor();
ここで何が問題になる可能性がありますか?