Using Drupal 6.25 and just installed the latest/greatest CKeditor/CKfinder. Trouble is when I enable the CheckAuthentication function in the ckfinder/config.php file and try to test I receive an error message that states that I cannot redeclare CheckAuthentication as it's already declared in the
ckeditor/includes/filemanager.config.php file. And there IS one within that function but it certainly looks considerably different than the one within the ckfinder/config.php file.
My research on this topic results in a round robin where I need the function in the ckfinder/config.php file for it to function but I am hesitant to remove it from the cdeditor/filemanager.config.php file.
Has anyone experienced this and if so what was done to enable ckfinder to work?
Thanks
ckeditor/includes/filemanager.config.php file. And there IS one within that function but it certainly looks considerably different than the one within the ckfinder/config.php file.
My research on this topic results in a round robin where I need the function in the ckfinder/config.php file for it to function but I am hesitant to remove it from the cdeditor/filemanager.config.php file.
Has anyone experienced this and if so what was done to enable ckfinder to work?
Thanks

Re: CheckAuthentication (Again) :?:
http://drupal.org/project/ckeditorhttp://ckeditor.com/ckeditor-for-drupal
http://jesox.com/posts/how-install-ckfinder-ckeditor-drupal
Re: CheckAuthentication (Again) :?:
http://www.law.uconn.edu/sites/all/modu ... angCode=en
Re: CheckAuthentication (Again) :?:
This is the easiest solution I think.
To run CKFinder (you also need license to use this software) with free version of CKEditor module please read "Installing CKFinder" section of README file included into module.
You should remove "CheckAuthentication" function from CKFinder's config.php file and leave this in "sites/all/modules/local/ckeditor/includes/filemanager.config.php".