Closed (works as designed)
Project:
FCKeditor - WYSIWYG HTML editor
Version:
6.x-1.3-rc6
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Dec 2008 at 16:51 UTC
Updated:
20 Dec 2008 at 14:51 UTC
Comments
Comment #1
ldsandon commentedSite running on PHP 4.4.8
Comment #2
wwalc commentedPlease update FCKeditor (the editor) to 2.6.3 and let me know whether you're still experiencing this problem.
Comment #3
Duplika commentedSame happens here on 5.x-2.2-rc6 and PHP 5.2.6 (Fatal error: Call to undefined function FCKeditor_IsCompatibleBrowser() in /home/path-to-drupal/sites/all/modules/fckeditor/fckeditor/fckeditor_php5.php on line 105)
Comment #4
Duplika commentedForgot to say, I'm running PHP 5.2.8 and FCKeditor 2.6.3.
Comment #5
Duplika commentedI'm sorry for the confusion, I didn't have FCKeditor 2.6.3. I have updated it now and everything works fine.
Comment #6
wwalc commentedThe problem is that in FCKeditor 2.6 the definition of FCKeditor_IsCompatibleBrowser() function was in fckeditor.php (in FCKeditor 2.6.1 this change has been reverted due to problems reported by people including fckeditor.php more than once). In any other version than FCKeditor 2.6, the FCKeditor_IsCompatibleBrowser function is defined in fckeditor_phpX.php file.
To solve the issue with include path: #344765: PHP Fatal error: Class 'FCKeditor' not found in /path/to/httpdocs/sites/all/modules/fckeditor/fckeditor.module on line 843 fckeditor.module now includes fckeditor_phpX.php. Unfortunately it makes the latest version of FCKeditor module incompatible with FCKeditor 2.6.
Fortunately, the solution for this issue is simple: if you're using the 2.6 version of the FCKeditor, upgrade to the latest stable version: http://www.fckeditor.net/download
Comment #7
decibel.places commentedI was using an older version of FCKeditor 2.6.3 and had this problem
I have upgraded to the latest version 2.6.3 and it is ok