When I call CKFinder directly the files in the image folder show immediately, but when called from the "Image Properties/Browse Server" selection from FCKEditor the files will not display (though the basic window does come up but not listing folders or files) until I either close the "Image Properties" window.
Once I close he "Image Properties" dhtml window I can refresh the CKFinder window and the files show up.
One wrinkle is that the FCKEditor is running on server A/domain aaa.aaa.com on port 8080 and CKFinder is running on port 80 of the same domain.
Once I close he "Image Properties" dhtml window I can refresh the CKFinder window and the files show up.
One wrinkle is that the FCKEditor is running on server A/domain aaa.aaa.com on port 8080 and CKFinder is running on port 80 of the same domain.
Re: ckfinder not displaying files when launched from FckEditor
How did you integrate CKFinder with FCKeditor?
Did you follow this instruction:
http://docs.fckeditor.net/CKFinder/Deve ... ntegration
?
You could try opening Firebug to check all AJAX calls made by CKFinder to see what's happening.
Then please paste here results of all "GetFiles" commands, maybe this way we'll be able to help you in finding a solution for this issue.
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: ckfinder not displaying files when launched from FckEditor
Firebug has "Permission denied to get property Window.CKEDITOR" as the error message. I also have the same problem that the editor is running on port 8080 and the finder is running on port 80. I can't run them on the same web server program because the application I am trying integrate it with doesn't support php, asp, or cold fusion so the finder has to be running on a different port.