2

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?

4

1 に答える 1

3

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.

于 2010-11-24T08:22:41.083 に答える