Hello,
I have a small problem at the initial configuration.
I installed CKFinder, the "Browse Server" button is added normally, but when I clicked, instead of opening up the tree no file appears in the left tree.
Here is an overview of my tree:
./admin/ckeditor/
./admin/ckfinder/
./custom/img/ (the folder containing the images)
I configured CKFinder / config.php as follows:
$baseUrl = '../../custom/';
[...]
$config['ResourceType'][] = Array( 'name' => 'Images', 'url' => $baseUrl . 'img', 'directory' => $baseDir . 'img', 'maxSize' => 0, 'allowedExtensions' => 'bmp,gif,jpeg,jpg,png', 'deniedExtensions' => '');
And yet, it does not work! Can someone help me? Thank you =)
Contact the support team and
Contact the support team and provide your support token, we'll see what's going on.
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Similar Problem
Greetings, I have a similar issue. If I run ckfinder.html on its own, it loads and displays the directory structure correctly.
However, if I run it from the index of my website it allows me to browse but shows no files in the directory structure.
In my index file, I load both js files:
<script src="ckeditor/ckeditor.js"></script>
<script src="ckfinder/ckfinder.js"></script>
I initialize ckfinder a few lines below:
<script type="text/javascript">
CKFinder.setupCKEditor( null, '/stance/ckfinder/');
</script>
Anything seem out of place?
Thanks!