Hi All,
I am getting the following error when i tried to upload a file..
The file browser is disabled for security reasons. Please contact your system administrator and check the CKFinder configuration file.
I have changed the code to enabled=true and changed the $baseUrl to static path in config.php of ckfinder even though i am getting the problem.
Please help me...
Thanks Inadvance..
Raj Kiran
I am getting the following error when i tried to upload a file..
The file browser is disabled for security reasons. Please contact your system administrator and check the CKFinder configuration file.
I have changed the code to enabled=true and changed the $baseUrl to static path in config.php of ckfinder even though i am getting the problem.
Please help me...
Thanks Inadvance..
Raj Kiran
Re: The file browser is disabled for security reasons. Pleas
Hi,
please check description about CheckAuthentication() function: http://docs.cksource.com/CKFinder_2.x/Developers_Guide/PHP/Configuration/Quick_Start
On default it returns false - so CKFinder is disabled - this is the reason why you see message about security reasons. For test please change it to return true. After this, message should gone.
Please remember to change this function to make some users permissions check on production server.