I had installed ckfinder 2.0. and set CheckAuthentication function to return true. Samples were working fine.
Than I've put session_start() at the beggining of config.php. Until than ckfinder doesn't work anymore. When i started it I get a message CKFinder failed to call a hook: and button OK.
Does anybody know what is wrong? Is this a bug in ckfinder 2.0?
Than I've put session_start() at the beggining of config.php. Until than ckfinder doesn't work anymore. When i started it I get a message CKFinder failed to call a hook: and button OK.
Does anybody know what is wrong? Is this a bug in ckfinder 2.0?
<?php /* * ### CKFinder : Configuration File - Basic Instructions */ session_start(); /** * This function must check the user session to be sure that he/she is * authorized to upload and access files in the File Browser. * * @return boolean */ function CheckAuthentication() { return true; }
Re: CKFinder 2.0 failed to call a hook error
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: CKFinder 2.0 failed to call a hook error
I use PHP 5.3 and Apache 2.2. The problem is the same in FF 3.6 and in IE8.
Re: CKFinder 2.0 failed to call a hook error
@basist - is it possible that you have changed plugins code or anything else apart from the config file?
Any chance to send me a link to a zipped version of CKFinder that you're using along with the config file included?
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: CKFinder 2.0 failed to call a hook error