My project is running on http://project.com/
But CKFinder with CKEditor is located on http://common.com/ on the same server.
I want to upload image by CKFinder and I press browse... New window opens and loads this URL:
http://project.com/ckfinder/ckfinder.ht ... angCode=en
Where should I configure for opening CKFinder file browser window at http://common.com/ckfinder/... ?
Thanks.
Mon, 07/19/2010 - 09:43
#1
Re: CKFinder on another domain
I have found answer out:
Re: CKFinder on another domain
CKFinder calls error when it performs on ckfinder/ckfinder.html here (line 93):
So FireFox displays:
As the result CKFinder's child window is empty. Where should I check?
Re: CKFinder on another domain
File ckfinder.html in case 'ckeditor' have variable parentWindow wich causes error in Firefox3.6, IE8 in line. parentWindow have been changed to window.parent ant there is OK. Maybe it causes thanks to integration with CKEditor, doesn't it?