Closed (fixed)
Project:
FCKeditor - WYSIWYG HTML editor
Version:
6.x-1.3-rc7
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Mar 2009 at 19:59 UTC
Updated:
7 Apr 2009 at 16:20 UTC
The error message that displays when you try to configure FCK editor but you haven't put the actual editor there (just the module) is as follows:
The FCKeditor component is not installed correctly. Please go to the FCKeditor homepage to download the latest version. After that you must extract the files to sites/all/modules/fckeditor/fckeditor/fckeditor/ and make sure that the directory sites/all/modules/fckeditor/fckeditor/editor and the file sites/all/modules/fckeditor/fckeditor/fckeditor.js exist. Refer to the readme.txt for more information.
The destination to extract the files to is incorrect - it currently reads sites/all/modules/fckeditor/fckeditor/fckeditor/ whereas there should be one less "/fckeditor" - it should be sites/all/modules/fckeditor/fckeditor/ - I believe this is extremely important since many users will run into this problem.
Comments
Comment #1
wwalc commentedInteresting... this is what I've got:
and I even cannot understand how could you get this warning message in 6.x-1.3-rc7 (explanation below).
All three paths are created with this code:
so if $module_drupal_path was set to 'sites/all/modules/fckeditor/' I do not understand where did that three /fckeditor/ parts took from(?).
Please let me know if you are still able to reproduce it and where is the fckeditor.module file located.
Comment #2
wwalc commentedFound it in 6.x-2.0, it was in the 6.x-2.x version actually, am I right?