Hi,
I am trying to install the FCKEditor as an extension to Drupal. I have uploaded the necessary files to the correct places. Now I am trying to activate the FCKEditor from the modules of Drupal. But I get an error of
"The website cannot display the page"
with the web site address:
admin/build/modules/list/confirm.
Any ideas how to avoid this?
Thanks...
I am trying to install the FCKEditor as an extension to Drupal. I have uploaded the necessary files to the correct places. Now I am trying to activate the FCKEditor from the modules of Drupal. But I get an error of
"The website cannot display the page"
with the web site address:
admin/build/modules/list/confirm.
Any ideas how to avoid this?
Thanks...
Re: cannot activate FCKEditor in Drupal
I have the exact same problem. I just installed the Drupal 6.1 and hoped that it would work fine. I am using Internet explorer 7.

It says the page has problems. Here is the description...
line 33
char 11789
code 0
url=example.com/........../fckeditor.html?InstanceName=oFCK_1&Toolbar=Default
Its amazing that this FCK editor works fine and I am very impressed with this. This site also appears like a Drupal hosted site...
Re: cannot activate FCKEditor in Drupal
Hey guys,
This is what I did, I just downloaded a fresh copy of drupal and FCKeditor, an its now installed.
download:
1. Module
2. App
Install:
1. Extracted the module to /drupalinstall/modules/ so now you should have: /drupalinstall/modules/fckeditor
2. Extracted the app to /drupalinstall/modules/fckeditor/ so you should have /drupalinstall/modules/fckeditor/fckeditor
3. Then enabled the module under administer.
4. Set the user permissions
Thats really all I did ...
Hope this helps
JD
Re: cannot activate FCKEditor in Drupal
Re: cannot activate FCKEditor in Drupal
Try decompressing them to two separate locations -- say, module_fckeditor and app_fckeditor. Then copy the first to
/fckeditor
and the second to
/fckeditor/fckeditor
Brian