By Lucavious on
When I attempt to install Fckeditor, I get a blank area where the editor should be... I've set the permissions ecorrectly, extracted all the main files to the lib folder, and uploaded and enabled it in the modules.
I would think everything would be in working order, but when I attempt to post any sort of content, absolutely nothing is in the area where it should be, not even an error.
I did try modifying where it links to in the module file, but if I modify anything I'll get an empty iframe that says, "PAGE NOT FOUND".
Comments
This might help
This might help.
http://drupal.org/node/43581
I used FckEditor in 4.6, but have been working with TinyMCE in 4.7 and don't recall the details of installing FckEditor.
Roger
Kha
Ok you extract file http://easynews.dl.sourceforge.net/sourceforge/fckeditor/FCKeditor_2.2.zip -> wrong folder
- first step : you download FckEditor module and check for enable module
- second step : extract FckEditor module (folder is fckeditor) in to drupal path/modules .
- next step : you load core FckEditor2.2 and extract all file in to modules/fckeditor/lib
in zipfile FckEditor you have fckeditor folder . please enter the folder.you see file and extract all file to modules/fckeditor/lib
I think it work. becuase i use fckeditor too.
I'm having trouble setting FCKeditor up too
I downloaded the module and put it in my modules directory.
I downloaded FCKeditor_2_2 and unzipped it into the lib directory of the module.
So, now I have
modules/fckeditor/lib/FCKeditor
and everything that came within the FCKeditor package (like the editor folder, some .html and .php and some .js).
I get a Page Not Found error on the text fields. My logs say: "modules/fckeditor/lib/editor/fckeditor.html not found."
But I know that IS the right path to fckeditor.html
Does anyone know what the problem is?
I had to change the path in
I had to change the path in FCKeditor's settings.
modules/fckeditor/lib/FCKeditor/editor/
Now it works OK. But I've decided on tinyMCE instead.
Ariel