My path problem is described with no answer on this older post of somebody's:
Basically:
* When installing ckeditor via drush, it complains that it can't download the library to sites/all/libraries/ckeditor.
I manually created that path, but it didn't help.
* Wysiwig complains that ckeditor is not detected, because the library is not in sites/all/libraries/ckeditor.
I am not sure if this is the same thing that the Druple ckeditor module readme instructs to download and place in sites/all/modules/ckeditor/ckeditor, but if so, why is it wanted in both places? That is called "the CKEditor", not "the CKEditor library" by the CKEditor folks, so I'm not quite certain.
Would it be sufficient to create a symlink from the libraries version to the module version? I.E.:
ln -s /.../modules/ckeditor/ckeditor /.../libraries/ckeditor
? This is a stupid problem, but that is an easy solution if it will work without hosing things.
All I am trying to do is to get IMCE working with CKEditor.:(
Luke
Solution: pursuant to further reading, I moved sites/modules/ckeditor/ckeditor to sites/libraries/ckeditor, since apparently the module knows how to find it in either place, while wysiwyg has its location hardcoded.
Simple fix, and so far, so good.
Luke
On Tue, 13 Apr 2010, Luke wrote:
My path problem is described with no answer on this older post of somebody's:
Basically:
- When installing ckeditor via drush, it complains that it can't download
the library to sites/all/libraries/ckeditor.
I manually created that path, but it didn't help.
- Wysiwig complains that ckeditor is not detected, because the library is
not in sites/all/libraries/ckeditor.
I am not sure if this is the same thing that the Druple ckeditor module readme instructs to download and place in sites/all/modules/ckeditor/ckeditor, but if so, why is it wanted in both places? That is called "the CKEditor", not "the CKEditor library" by the CKEditor folks, so I'm not quite certain.
Would it be sufficient to create a symlink from the libraries version to the module version? I.E.:
ln -s /.../modules/ckeditor/ckeditor /.../libraries/ckeditor
? This is a stupid problem, but that is an easy solution if it will work without hosing things.
All I am trying to do is to get IMCE working with CKEditor.:(
Luke
On 13/04/10 11:53 -0400, Luke wrote:
My path problem is described with no answer on this older post of somebody's:
Basically:
- When installing ckeditor via drush, it complains that it can't download
the library to sites/all/libraries/ckeditor. I manually created that path, but it didn't help.
Try manually installing the library there with ftp, ssh or similar.
- Wysiwig complains that ckeditor is not detected, because the library is
not in sites/all/libraries/ckeditor.
I am not sure if this is the same thing that the Druple ckeditor module readme instructs to download and place in sites/all/modules/ckeditor/ckeditor, but if so, why is it wanted in both places? That is called "the CKEditor", not "the CKEditor library" by the CKEditor folks, so I'm not quite certain.
You're mixing up the module CKEditor and the library CKEditor. Former is a standalone Module (http://drupal.org/project/ckeditor) and can be installed in sites/all/modules, later is a library used by the WYSIWYG Framework (http://drupal.org/project/wysiwyg) and should be installed in sites/all/libraries/ckeditor.
Would it be sufficient to create a symlink from the libraries version to the module version? I.E.:
ln -s /.../modules/ckeditor/ckeditor /.../libraries/ckeditor
You should not use both the standalone version and the wysiwyg Framework version. Choose one.
All I am trying to do is to get IMCE working with CKEditor.:(
Use the WYSIWYG-IMCE Bridge (http://drupal.org/project/imce_wysiwyg)
HTH Rolf
On Tue, 13 Apr 2010, Rolf Kutz wrote:
You're mixing up the module CKEditor and the library CKEditor. Former is a standalone Module
But the module requires the library, right? Which is presumably the code packet downloaded from http://ckeditor.com/download [see below].
(http://drupal.org/project/ckeditor) and can be installed in sites/all/modules, later is a library used by the WYSIWYG Framework (http://drupal.org/project/wysiwyg) and should be installed in sites/all/libraries/ckeditor.
Am I? From the drupal module readme:
Requirements ------------ - Drupal 6.x - PHP 4.3.0 or greater - CKEditor 3.1 or greater (http://ckeditor.com/)
Also:
Installation / Configuration ------------------- ... 2. Download CKEditor from http://ckeditor.com/download. Unzip the contents of the ckeditor directory in the sites/all/modules/ckeditor/ckeditor directory.
Everything I have seen in d.o and blog posts suggests that in order to use CKEditor on textareas, you need the module form, regardless of anything else.
You're saying that I should get rid of the CKEditor module, and let the wysiwig module take care of all of it?
Luke
On 13/04/10 14:02 -0400, Luke wrote:
On Tue, 13 Apr 2010, Rolf Kutz wrote:
You're mixing up the module CKEditor and the library CKEditor. Former is a standalone Module
But the module requires the library, right? Which is presumably the code packet downloaded from http://ckeditor.com/download [see below].
Yes.
(http://drupal.org/project/ckeditor) and can be installed in sites/all/modules, later is a library used by the WYSIWYG Framework (http://drupal.org/project/wysiwyg) and should be installed in sites/all/libraries/ckeditor.
Am I? From the drupal module readme:
Which module?
Requirements
- Drupal 6.x
- PHP 4.3.0 or greater
- CKEditor 3.1 or greater (http://ckeditor.com/)
Also:
Installation / Configuration
... 2. Download CKEditor from http://ckeditor.com/download. Unzip the contents of the ckeditor directory in the sites/all/modules/ckeditor/ckeditor directory.
Everything I have seen in d.o and blog posts suggests that in order to use CKEditor on textareas, you need the module form, regardless of anything else.
You're saying that I should get rid of the CKEditor module, and let the wysiwig module take care of all of it?
It's your choice. You don't need to the ckeditor-Module, just the library to use it with the wysiwyg-Framework. Just follow the Guide at http://drupal.org/node/371459
But you could also use the ckeditor module standalone.
regards Rolf
On Tue, 13 Apr 2010, Rolf Kutz wrote:
On 13/04/10 14:02 -0400, Luke wrote:
On Tue, 13 Apr 2010, Rolf Kutz wrote:
You're mixing up the module CKEditor and the library CKEditor. Former is a standalone Module
But the module requires the library, right? Which is presumably the code packet downloaded from http://ckeditor.com/download [see below].
Yes.
(http://drupal.org/project/ckeditor) and can be installed in sites/all/modules, later is a library used by the WYSIWYG Framework (http://drupal.org/project/wysiwyg) and should be installed in sites/all/libraries/ckeditor.
Am I? From the drupal module readme:
Which module?
CKEditor, as downloaded from D.O.
Requirements
- Drupal 6.x
- PHP 4.3.0 or greater
- CKEditor 3.1 or greater (http://ckeditor.com/)
Also:
Installation / Configuration
... 2. Download CKEditor from http://ckeditor.com/download. Unzip the contents of the ckeditor directory in the sites/all/modules/ckeditor/ckeditor directory.
I'll be impressed if you get ckeditor to work properly on drupal... I just tried it again last week and it was very still buggy.
But if it works for you, great! :D
Luke wrote:
My path problem is described with no answer on this older post of somebody's:
Basically:
- When installing ckeditor via drush, it complains that it can't download
the library to sites/all/libraries/ckeditor.
I manually created that path, but it didn't help.
- Wysiwig complains that ckeditor is not detected, because the library is
not in sites/all/libraries/ckeditor.
I am not sure if this is the same thing that the Druple ckeditor module readme instructs to download and place in sites/all/modules/ckeditor/ckeditor, but if so, why is it wanted in both places? That is called "the CKEditor", not "the CKEditor library" by the CKEditor folks, so I'm not quite certain.
Would it be sufficient to create a symlink from the libraries version to the module version? I.E.:
ln -s /.../modules/ckeditor/ckeditor /.../libraries/ckeditor
? This is a stupid problem, but that is an easy solution if it will work without hosing things.
All I am trying to do is to get IMCE working with CKEditor.:(
Luke