Tried for hours to get this to work, about to give up on this product. I cannot set CKFinder to use a folder. No matter what the setting, I get...
The file browser is disabled for security reasons. Please contact your system administrator and check the CKFinder configuration file.
The file browser is disabled for security reasons. Please contact your system administrator and check the CKFinder configuration file.
Hi,
Hi,
"The file browser is disabled for security reasons." means that the CheckAuthentication method has returned false. You don't say what platform you are using but in .NET this is in config.ascx and if you have a login system you can use
return Page.User.Identity.IsAuthenticated;
For PHP check the doco for the equivalent.