I installed and enabled CKEditor successfully. All files/folders are in the correct location.

When I go to Site Config | CKEditor I get the warning :

The CKEditor component is not installed correctly. Please go to the CKEditor homepage to download the latest version. After that you must extract the files to modules/ckeditor-6.x-1.0/ckeditor/ckeditor or sites/all/libraries/ckeditor and make sure that the file modules/ckeditor-6.x-1.0/ckeditor/ckeditor/ckeditor.js or sites/all/libraries/ckeditor/ckeditor.js exist. Refer to the readme.txt for more information.

Appreciate any help !

Comments

druplicate’s picture

It's confusing. The ckeditor files you get from http://ckeditor.com/download are in a folder named 'ckeditor'. So if you unpack the compressed file into modules/ckeditor/ckeditor you'll get modules/ckeditor/ckeditor/ckeditor and that's not what you want. Unpack the contents of the folder 'ckeditor' into modules/ckeditor/ckeditor so it looks like the following from the Readme file:

The directory /modules/ckeditor/ckeditor/ should have the following files:
ckeditor.js, config.js, contents.css
and directories: "skins", "themes", "lang", "images"

The correct directory structure is as follows:

modules               <dir>
   ckeditor           <dir>
      ckeditor.module
      ckeditor.admin.inc
      ...
      ckeditor        <dir>
         _source      <dir>
         images       <dir>
         lang         <dir>
         plugins      <dir>
         skins        <dir>
         themes       <dir>
         COPY_HERE.txt
         ckeditor.js
         ...
sp_key’s picture

Hi rolandk,

I am using CKEditor in Acquia marina myself so I don't think it's installation problem as suggested by druplicate above

mephir’s picture

Status: Active » Fixed

@rolandk: I mark this issue as fixed, if you have any lack of clarity about issue, feel free to reactivate it. Everything with Acquia Marina work properly on my Drupal installation.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Compel’s picture

Status: Closed (fixed) » Needs review

When using Acquia_ Fusion themes, CKEditor does not display -- there is a blank space where its box would appear and the plain text option link below it.

I've tested this in Chrome, Mozilla and IE7/8. The problem persists in IE7/8.

I've also tested it in all of the core themes and CKEditor works fine with those.

We are using a local.css style package that only changes color scheme and adds a background image to the header top region.

Version is 6.19 with Skinr 1.5

Others have posted that they're using Acquia Marina with CKEditor and have no problems. If someone could explain how to use CKEditor with Fusion themes, it would be helpful.

fmjrey’s picture

It's working fine for me, using:
Drupal 6.19
CKEditor - WYSIWYG HTML editor 6.x-1.x-dev (2010-Oct-18)
Skinr 6.x-1.5
Fusion 6.x-1.0
Acquia Slate 6.x-3.x-dev

mjohnq3’s picture

I've never had a problem using CKEditor with Fusion themes. It works fine in the following configuration:
Drupal 6.19
CKEditor - WYSIWYG HTML editor 6.x-1.1
Skinr 6.x-1.5
Fusion 6.x-1.0
Acquia Marina 6.x-3.0-beta1

What happens if you disable your local.css file?

weezard’s picture

Category: support » bug
Priority: Critical » Normal
Issue tags: +skinr

There's a bug (probably) in Skinr version 6.x-2.x-dev. It causes a javascript error which breaks the chain of execution of Drupal.behaviours, which contains the ckeditor behaviour (Drupal.behaviors.ckeditor in ckeditor.utils.js) which contains the function that initializes textareas to work with CKEditor.

Javascript error in Skinr module is:
=====================
$wrapper.closest is not a function

on line:
var $region = $wrapper.closest('.skinr-region');

skinr.js (line 160)

============================
FIX:
I replaced jquery.js (version 1.2.x) in the /misc folder with version 1.3 and problem gone, no more javascript error, and CKEditor works now.

geantbrun’s picture

I have similar problem and unfortunately it does not disappear with the fix from weezard (replace jquery.js with the newest version). The problem seems to be related to the module Skinr UI. When I desactivate this module, CKEditor works. The Skinr UI module causes other problems like the lost of rounded corners of banner image on the header and the preface top regions of theme Acquia Slate (see here: http://www.drupal.co.in/2010/9/24/banner-image-in-acquia-slate-6x-30-bet...). Hope that helps someone.

dczepierga’s picture

Status: Needs review » Closed (works as designed)

Issue is not active over 3 month so i closed it.

If problem still exists pls update to last DEV version of CKEditor module, last CKEditor library and then try to reproduce this problem again. If it doesn't help pls report it and write as much details as u can.

Greetings

katrialesser’s picture

Status: Closed (works as designed) » Active
StatusFileSize
new477.16 KB
new265.94 KB

I'm using Acquia Prosper & Fusion Core. Ckeditor works when in garland theme, but not when I switch to Acquia Prosper. I do have a lot of css in my local.css but I don't know if any of it applies to the editor or anything...I can look but I don't know what to look for.

ckeditor 6.x-1.11
jquery UI 6.x-1.5 (I have a jquery.ui folder inside libraries, with jquery-1.2.6.js , plus the jquery ui module, with the same jquery.ui folder inside there also - is that right??)

I have in visibility these settings:

acquia_prosper:article@node/*/edit.edit-body
garland:page@node/*/edit.edit-body
acquia_prosper:article@node/12/edit.edit-body
acquia_prosper:page@node/12/edit.edit-body
node/*/edit.edit-body
node/add/*.edit-body

But I think the only ones that are doing anything are the last two, without starting with a theme.

Here is what it looks like when inspected, it just gives me the 'click here to exclude or include'...Idk if that helps.

jcisio’s picture

Status: Active » Closed (works as designed)

If you have a support request, please open a new issue. This one is a bug report and was closed long time ago. Your problem is unrelated.