Getting this message even though the ckeditor.js is in the correct location. sites/all/libraries/ckeditor.

The version of CKEditor could not be detected.
Extract the archive and copy its contents into a new folder in the following location:
sites/all/libraries/ckeditor

So the actual library can be found at:
sites/all/libraries/ckeditor/ckeditor.js

CommentFileSizeAuthor
wysiwyg_ckeditor_js_quote_fix.patch812 byteschaunceyt
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

TwoD’s picture

Status: Active » Closed (duplicate)

Since you didn't mention the editor version, I'm assuming it's CKEditor 4.
Try 7.x-2.x-dev, we've already patched in CKEditor 4 support there. However, be aware that you will most likely need a small workaround, or apply a patch, so content added with plugins from other modules isn't being filtered out. See
#1956778: Ckeditor 4.1 ACF for details.

chaunceyt’s picture

CKEditor 4.2 is being used.
Unable to use the 7.x-2.x-dev due to client requirements.

Thanks