Modern Geek
Installing CKEditor in Drupal. Why is it so difficult for me?

or some reason whenever I install the CKEditor module for Drupal I have a problem with it.  It is not a major problem, but it is just a pain.  Any other module that I install, it is simple.  But for some reason with CKEditor, I always manage to mess something up.

First, I’m glad they changed the name.  Because it used to be FCKeditor, but that was one letter away from, well you know.  But it is still a two part install to configure the module in Drupal.  First,you go to Drupal.org and get the CKeditor download from there.  Second, you go to the CKEditor website and download the latest version there.

So, I know what you are thinking–that is only two steps.  What is so difficult about that?  Well, it is just where you put the second part, the CKEditor files from the CKEditor website.  The documentation is not very clear.  It says the following:

Unzip the contents of the ckeditor directory in the sites/all/modules/ckeditor/ckeditor directory.

I don’t know why that sentence is so complicated, but it just always is for some reason.  I think what I normally do is unzip the download into the 2nd ckeditor directory.  But now, there should be 3 ckeditor folders.  So the folder would be located on your web server at this location:

www/sites/all/modules/ckeditor/ckeditor/ckeditor

So all the downloaded files (which are in a zip file) go into that 3rd ckeditor folder.  So don’t forget that or else you will make the stupid mistake that I always make.