After successfully integrating CKEditor and CKFinder on multiple sites, I encountered an issue with one particular site. Upon inspecting the Firebug console, I noticed the following error message:
Error: Permission denied to access property 'CKEDITOR'
The integration code I am using is as follows:
CKFinder.setupCKEditor( null, 'ckfinder/' );
$( 'textarea.tarea_ckeditor' ).ckeditor();
Can you help me identify what might be causing this problem?