Hi,
ckfinder (php) seems to be working correctly, in that I can edit and upload to directories etc, but the folder browser displays filetype icons instead of thumbs of the files themselves. I have had a look in documentation etc to try to find a solution and it may be that the php gd extension isn't installed, but I wanted to ask if there are any other reasons why this might not be working?
Tony
ckfinder (php) seems to be working correctly, in that I can edit and upload to directories etc, but the folder browser displays filetype icons instead of thumbs of the files themselves. I have had a look in documentation etc to try to find a solution and it may be that the php gd extension isn't installed, but I wanted to ask if there are any other reasons why this might not be working?
Tony
Re: ckfinder browser displaying filetype icon instead of image t
First of all let's make sure that CKFinder is configured to display thumbnails (on the end-user side):
Click on Settings -> View and choose "Thumbnails", click "Close" to save settings.
On the server side, in configuration file (config.php) $config['Thumbnails']['enabled'] must be set to true.
Now open CKFinder and some tool to trace AJAX calls (HTTP requests), you should see something similar to:
http://www.example.com/ckfinder/core/co ... e=test.jpg
Open this in your browser and check what you see.
If you see a blank page instead of a thumbnail, set error_reporting to E_ALL and display_errors to On.
For example, add this code to config.php:
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+