Latest version not compatible with 6.2 Drupal
| Project: | FCKeditor - WYSIWYG HTML editor |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Sorry if this is a false alarm but i strongly belive that fckeditor is not working in Drupal 6.2 Release.
I do not know why, it isnt showing up.
The backend (administer - module - fckeditor) gives thsi error
code
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 /modules/fckeditor/fckeditor/ and make sure that the directory /modules/fckeditor/fckeditor/editor and the file /modules/fckeditor/fckeditor/fckeditor.js exist. Refer to the readme.txt for more information.
/code
I tried to create thsi subfolder which just adds another folder to the error message.
When i download the latest release from the website it gives me a hitn in a readme where it states to move certain files in the moduel folder - which want work either.
My best guess is that someone screwed up the package ? :)
Or maybe i missed something
Cheers,
Laura

#1
Hello,
Please take a look at similar issue: http://drupal.org/node/205893
At troubleshooting page, there is detaild explanation of that problem you described: http://drupal.fckeditor.net/troubleshooting (updated ;))
In short: you have to download FCKeditor separately (the editor itself): http://www.fckeditor.net/download.
Unpack it into modules/fckeditor directory.
#2
Also remember the correct directory structure is this
modules
|--fckeditor
|--fckeditor
|--_samples
|--editor
#3