CKFinder enable file browser

shasi kanth picture shasi kanth · Nov 24, 2010 · Viewed 9.4k times · Source

I installed CKEditor and CKFinder in my site, and when I ran a sample of CKFinder to test the browse image functionality, it is saying:

The file browser is disabled for security reasons.

I could not find the way of enabling file browser, please can anyone provide the solution?

Answer

Thariama picture Thariama · Nov 24, 2010

That is why ckfinder.config/php.config exists for. You should enable ckFinder this way:

enabled = "false"

and configure your basedirectory according to your files (i.e.)

$baseUrl = '/ckfinder/userfiles/';

Another helpful thread.