I've integrated KCFinder with CKEditor and have ofcourse (as far as I can see) setted it up correctly. Using latest CKEditor 3.6.2 with KCFinder 2.51.
The problem is when I've uploaded a image to the finder, I can see it, do stuff with it except when I click it, nothing happens. So I started to debug everything and found a function in /js/browser/files.js named "returnFile".
It runs a if-statement, which looks like this:
if (this.opener.CKEditor) {
this.opener.CKEditor.object.tools.callFunction(this.opener.CKEditor.funcNum, fileURL, '');
window.close();
But if I put a alert just under the if-line, it doesnt alert the message. But if I follow all the if-else-statements and put a else at the bottom, then the alert shows. Which means the KCFinder cannot use the opener..?
Any one knows how to fix this?
Edit: I've continued my error-finding and as far as I can see, the CKEDITOR-object isnt passed to the popup-KCFinder-window.