When I try to edit a condition that is inside an "OR" group, I get the following message:
Fatal error: Cannot redeclare fckeditor_iscompatiblebrowser() (previously declared in /home/user1/public_html/drupal/modules/fckeditor/fckeditor/fckeditor.php:30) in /home/user1/public_html/drupal/modules/fckeditor/fckeditor/fckeditor.php on line 6
I'm baffled -- FCKeditor is excluding admin/* . Can anyone recommend a quick patch / workaround so I can edit these rules?
Thanks much!
TC
Comments
Comment #1
amitaibuPlease give some more info, what is the configuration you are using?
Comment #2
ifbyphone1 commentedI think I solved it with a lot of trial and error -- was a rule gone bad and I'm now using custom PHP for everything... Thanks, though!
Comment #3
dugh commentedI am seeing this error.
Cannot redeclare fckeditor_iscompatiblebrowser
I hit that 'indent' button, and now I can't remove it because of this error.
Comment #4
dugh commentedComment #5
ifbyphone1 commentedDugh,
I got around this by turning FCKeditor off for a few minutes while I edited the And / Or structures in NG. Once I was done, I just turned FCKeditor back on.
Hope that helps.
TC
Comment #6
fagosounds like a bug of the fckeditor - I change the issue to this project.
Comment #7
ifbyphone1 commentedthat's right, fago -- good call.
for the FCK folks, I tried every exclusion known to man to prevent fckeditor from throwing this error with ng. I used exclusions with wildcards to no avail.
Comment #8
Jorrit commentedComment #9
wwalc commentedThis bug is caused by including fckeditor.php twice in the code, in any case upgrading to FCKeditor 2.6.2 should solve this issue... and it will be fixed in 5.x-2.2-beta2.
You may already try this file to see if it works:
http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/fckeditor/f...
(download it and save as fckeditor.module)
Comment #10
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.