I'm building a CFML app that uses CKfinder1.4.3 / CKeditor with the CFM connector and everything works perfectly on the development server which is Bluedragon JX7.1/Apache2.2 on a Centos5.4 VM. I deployed it to the production server which is an identical setup but for some reason thumbnails do not get displayed (I see the red ?s instead of thumbnails) - I've checked permissions and everything is fine - the thumbnails are created and appear to be in the correct directories on the server.
In a sandbox on the production server I tested a fresh install of the PHP version of CKfinder1.4.3 alongside a fresh install of the CFM version. I used the standalone sample and the PHP version worked properly whereas the CFM version didn't display the thumbnails. Unfortunately I can't rely on the PHP code because the app has to be pure CFML or Java on the serverside.
So I'm guessing there must be a configuration problem somewhere but I'm not sure what to look for now. Any ideas would be gratefully received?
In a sandbox on the production server I tested a fresh install of the PHP version of CKfinder1.4.3 alongside a fresh install of the CFM version. I used the standalone sample and the PHP version worked properly whereas the CFM version didn't display the thumbnails. Unfortunately I can't rely on the PHP code because the app has to be pure CFML or Java on the serverside.
So I'm guessing there must be a configuration problem somewhere but I'm not sure what to look for now. Any ideas would be gratefully received?

Re: Bluedragon server config - thumbnails not showing
X-CKFinder-Error 104
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: Bluedragon server config - thumbnails not showing
http://mysite.com/sandbox/ckfinderTest/ ... ame=dc.jpg
Re: Bluedragon server config - thumbnails not showing
I'm not quite sure yet why is it failing though...
A temporary workaround would be to set the type based on the file extension.
PS. Just to check whether that 's the only problem, try the following:
(comment out the old code and try with hardcoded type)
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+