I integrated the ckfinder into the ckeditor, but it's not working properly.
When I open the ckfinder I get the error message: access denied.
So I searched were the error occurs it happens in the ckfinder.html file when in this part of the file
Can somebody.. please.. help me
When I open the ckfinder I get the error message: access denied.
So I searched were the error occurs it happens in the ckfinder.html file when in this part of the file
if ( parentWindow['CKEDITOR'] )
{
config.selectActionFunction = function( fileUrl, data )
{
parentWindow['CKEDITOR'].tools.callFunction( funcNum, fileUrl, data );
};
config.selectThumbnailActionFunction = config.selectActionFunction;
}
break;Can somebody.. please.. help me

Re: integrate ckfinder in ckeditor
Re: integrate ckfinder in ckeditor
Or do I have to put the files of the ckfinder in the folder of ckeditor?
Re: integrate ckfinder in ckeditor
No, they are perfectly fine side by side.
Check the docs: http://docs.cksource.com/CKFinder_2.x/D ... ntegration