If I want to upload images I get an error message.
Error: The file browser is disabled for security reasons. Please contact your system administrator CKFinder and check the configuration file.
End of error message
I checked the config.php file and I put user and password, everything is enabled do not understand where it could be the problem.
Someone I can 'help.
I apologize for the bad English.
Error: The file browser is disabled for security reasons. Please contact your system administrator CKFinder and check the configuration file.
End of error message
I checked the config.php file and I put user and password, everything is enabled do not understand where it could be the problem.
Someone I can 'help.
I apologize for the bad English.
Re: ckfinder probl
What user and password do you mean ?
in config.php file there is a function called CheckAuthentication which should return true when user has permission to upload files.
Please look at comments in config.php file.
Remember that simply return true in this function is not secure on production server.
Re: ckfinder probl
Attachments:
Re: ckfinder probl
do you see this folder in web server ?
Maybe this folder is protected or has chmod which CKFinder has no perrmison to see it. Try set this folder to chmod 755 or 777 (for test).
Re: ckfinder probl