Hi,

I am completely new to any PHP or for that matter, any coding whatsoever. looking at the great documentation and community here, I have decided to use Drupal 4.6.3, on Linux hosting for my site.

I have uploaded the FCK editor module in /modules/fckeditor such that the files are in ../modules/fckeditor, and enabled it in administer>modules

I can see fckeditor settings in administer>settings>fckeditor

However, the FCK editor itself is not showing when I try to create any content! How do I get it to show?

Please Help!

Thanks!

Comments

wahwah’s picture

obvious reason: not having enabled it in the access control.

Now: New problem: when I try to create any content, the content window just shows me a page not found error. I checked out thread 16952 where someone had the same problem, but couldn't really understand how (s)he solved it.

My admin logs show ::

"modules/fckeditor/lib/editor/fckeditor.html not found"

When i checked the modules/fckeditor/lib/ folder, it seems to contain only a single file, fckpopup.php

Where has the /editor/fckeditor.html gone? I tried extracting the tar.gz file twice.

Is it an installation error? did I download an incorrect version of fckeditor?

Please help!

older thread I used for reference: http://drupal.org/node/16952

gdip’s picture

Installation
------------
[done] 1. Copy fckeditor folder to modules/.
[missed] 2. Download FCKeditor 2.0 from http://www.fckeditor.net and copy the distribution files to modules/fckeditor/lib.

wahwah’s picture

Hey thanks a lot!

I managed to get it running!

:)