It seems that this problem has appeared before, but all former bug reports (here and here) are closed. So I'm creating a new one here assuming that it is a different problem.

On a completely new install of Drupal (version 7.23) with Wysiwyg module 7.x-2.2 and CKeditor 4.2.2, I get the error message "The version of CKEditor could not be detected.".

If I apply the solution given here, I get the following error message: 

Notice: Undefined offset: 2 in wysiwyg_ckeditor_version() (line 85 of .../public_html/sites/all/modules/wysiwyg/editors/ckeditor.inc).

Comments

TwoD’s picture

Status: Active » Closed (duplicate)

Don't use that solution, it's old and outdated. 7.x-2.x-dev is currently the only version supporting CKEditor 4.x. Be sure to read #1956778: Ckeditor 4.1 ACF to know why this is not yet part of a release, and to find a patch which will fix it without the need to implement hook_wysiwyg_editor_settings_alter().