I have a problem please someone help me , I'm using ckfinder demo version and thumbnails are not created in it file permissions are all set to 777 , this is my code
$config['Thumbnails'] = Array(
'url' => $baseUrl.'_thumbs',
'directory' => $baseDir.'_thumbs',
'enabled' => true,
'directAccess' => true,
'maxWidth' => 100,
'maxHeight' => 100,
'bmpSupported' => false,
'quality' => 80);
Can't find the problem
$config['Thumbnails'] = Array(
'url' => $baseUrl.'_thumbs',
'directory' => $baseDir.'_thumbs',
'enabled' => true,
'directAccess' => true,
'maxWidth' => 100,
'maxHeight' => 100,
'bmpSupported' => false,
'quality' => 80);
Can't find the problem
Re: Ckfinder Thumbnails not created
Re: Ckfinder Thumbnails not created
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+