FCKeditor and Drupal
Published on 24th March 2007 Estimated Reading Time: 1 minuteMy Drupal investigation is currently in hiatus, but I did get to exploring the world of modules and adding to the standard ones supplied. Drupal doesn't have a WYSIWYG editor supplied in the standard package, so I went and added one that I have used elsewhere: FCKEditor. Setting wasn't much of a problem until I encountered the following error: Unknown element of UniversalKey panel
. The solution to the problem is to remove the reference to UniversalKey
from the configuration file fckeditor.config.js. Since it took a spot of finding, here it is for posterity and so that I'll find again...