Today i upgraded the modules on a drupal site.
After upgrading ckeditor (via drush "up" command) from 1.16 to version 1.17, i started getting these errors:
Notice: Use of undefined constant CKEDITOR_LATEST - assumed 'CKEDITOR_LATEST' in ckeditor_help_delegate()
(rule 185 & 186 in ckeditor.page.inc)

In ckeditor.module, i find this line: define('CKEDITOR_LATEST', '4.5.4');
so the constant seems to be defined, but drupal is ignoring it?

the editor doesnt work

Comments

liezie_D created an issue.

DrDirk’s picture

Switch off the HELP module in the modules list to get rid of this message, clear cache in settings.