I'm trying to get CKEditor to work well with CKFinder and here's my problem.
When using the Image/Link dialogs I'm able to upload new files to the server but cannot see any of them in the file browser.
Here's the response to this call: http://localhost/ckfinder/core/connecto ... angCode=en
<Connector resourceType="Images"> <Error number="110"/> <CurrentFolder path="/" url="http://localhost/cms_files/clymer.com/" acl="255"/> <Files> <File name="ATVs - Copy (2).jpg" date="200905181458"/> </Files> </Connector>
In the response It lists exactly one file, which happens to be the most recently created one if that matters and Error Number 110.
If the folder is blank then there aren't any errors but that kind of is no good.
Any help would be appreciated as I think I'm out of ideas.

Re: Help with Error 110 Please
Update:
If I navigate to http://site/ckfinder/ckfinder.html the file brower shows up and displays all my files minus the thumbnails.
So It's something to do with opening the file browser with the image and link buttons from CKeditor