Hello,

I installed FCKEditor and the component

It is installed in this directory for the module / public_html / modules / fckeditor /

With in this folder are

-- _samples
-- /editor
-- /fckeditor
-- and several files

When I make a post, above the post is "Body (Open Rich Editor)"

When I click on "(Open Rich Editor)" Nothing happens. Nothing. I try to right-mouse click and a new window pops up exactly like the original window and still no FCKEditor

I also tried unchecking the "Open Pop Up". This didn't work either. I got nothing in the edit screen.

Please help. I really would like to implement FCKEditor. It seems the most robust.

Thanks,

Ed

CommentFileSizeAuthor
#2 fckeditor.jpg30.82 KBsgtaw

Comments

ontwerpwerk’s picture

Status: Active » Postponed (maintainer needs more info)

you are using an outdated version of the module - please download the latest 5.x-1.x-dev release, clear all your browser cache and retry

sgtaw’s picture

StatusFileSize
new30.82 KB

I'm not sure how to clear cache! I went to my internet options and "Delete All". I emptied the trash in my cpanel

I deleted the fckeditor folder from /public_html/modules/

I downloaded into /public_html/modules/ the following two files

1. fckeditor-5.x-1.1.tar.gz
2. FCKeditor_2.4.2.tar.gz

Then I unzipped in this order

1. FCKeditor_2.4.2.tar.gz
2. fckeditor-5.x-1.1.tar.gz

Then I went into Drupal on my site to the "Modules" section. I then check the box next to

"FCKeditor 5.x-1.1 Enables the usage of FCKeditor (WYSIWYG) instead of plain text fields. " and clicked "Save Configuration" I received the message "The configuration options have been saved."

I then went to a node to edit it. The "Open Rich Editor" shows up but click on it does nothing. Except the first time I click it the screen flashes once and goes away. Then nothing more.

I went into the FCKEditor settings page and unchecked the "Popup" and looked at my edit pages again and this time nothing at all shows up.

Here is my file directory.

I installed Drupal in the sites default -- /public_html/
FCKEditor is in the /public_html/modules/
Under FCKEditor folder is:
-- /public_html/modules/fckeditor/_samples/
-- /public_html/modules/fckeditor/editor/
-- /public_html/modules/fckeditor/fckeditor/

I have attached a screenshot of my folders under FCKEditor.

Help please!

Thanks,

Ed

ontwerpwerk’s picture

first: the latest development release at the moment is: http://drupal.org/node/114195
second: the fckeditor zipfile must be installed into /public_html/modules/fckeditor/fckeditor/ (as the file COPY_HERE.txt explains) ... the development release will give some more hints on installation an configuration

ontwerpwerk’s picture

and the order might be better the other way around:

  1. fckeditor module
  2. fckeditor component zipfile
sgtaw’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

Yahoo!

Thanks it works!

Ed