Closed (fixed)
Project:
CKEditor 4 - WYSIWYG HTML editor
Version:
7.x-1.9
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Jun 2012 at 20:32 UTC
Updated:
6 Jun 2012 at 15:32 UTC
Jump to comment: Most recent file
Comments
Comment #1
dczepierga commentedAs error say: u have somewhere redeclaration of
CheckAuthentication()function... u have line there where u have this redeclaration, so u must find function before that line...I check this and it works without problem for me...
Greetings
Comment #2
mkesicki commented@t-readyroc ,
please check if you follow all steps described here to install CKFinder with CKEditor module :
http://docs.cksource.com/CKEditor_for_Drupal/Open_Source/Drupal_7/CKFinder
Comment #3
t-readyroc commentedSorry all, I debated on posting my issue before running out the door from work yesterday, but decided to go through with it to hopefully get some traffic on it. As a result, however, I was not as clear as I should have been, so my apologies on that end.
@michal - yes, I did follow the instructions. This was a previously functional ckeditor/ckfinder/D7 installation that was updated from ckfinder 2.1.1 to 2.2.1 yesterday.
@dczepierga - correct. As stated above, the (previously functional) installation no longer works when configured according to the installation instructions referenced by michal above. The exact error message is:
When I saw that message, I checked to see if there was anything different in the new ckfinder config.php, & couldn't find anything, so I added the CheckAuthentication() function back in, which produced the redeclaration you noted above (declared in config.php, then declared later when including filemanager.config.php).
I've attached my config.php, which does not throw any errors in error_log. Un-commenting the PHP error reporting section unfortunately didn't give me any clues, either. Any help would be greatly appreciated.
Comment #4
t-readyroc commentedGah. It was settings.php. Absolutely no idea how that was changed...
Sorry for the needless confusion.