I have installed CKEditor and the Demo of CKFinder. I have the integration working so when I click the Image button and Browse Server it brings up the CKFinder dialog. The problem is there are no Folders or files presented in the dialog. Can someone point me to where the problem might be?
Thank you,
Kyle
Thank you,
Kyle
Re: Problem with no folders or files displaying in CKFinder
Re: Problem with no folders or files displaying in CKFinder
Settings in the config.php are as follows:
$baseUrl = 'http://localhost:8080\ckfinder\userfiles\';
$baseDir = resolveUrl($baseUrl);
I am running WAMP server
Apache 2.2.12
Mysql 5.1
PHP 5.2
Attachments:
Re: Problem with no folders or files displaying in CKFinder
Correct $baseUrl and $baseDir to something like:
Note: specify a valid local path in $baseDir (CKFinder is unable to resolve the url if a domain name is used in the url).
Or an alternative version:
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+