When I install the ckeditor module it puts a hook into drush to download the editor from the website. However it places it in the libraries path where the wysiwyg module expects it. I assume that either the drush hook needs to be changed so it puts it in the right place or the better option would be having ckeditor check first the libraries folder and then the old path in an interim move so it will eventually always use the libraries path.
Comments
Comment #1
mephir commentedI don't see any problem with libraries path, it's better than module directory, because when you are using drush to update modules, modules are deleted first, so you should remeber to download ckeditor again, now it isn't necessary.
Comment #2
Daemon_Byte commentedI agree it would be best in the libraries path however the module didn't seem to recognise it was in there. It still seems to look in the module folder, finds nothing and doesn't show ckeditor. I used drush to update the module and as you pointed out ckeditor broke because it moved the downloaded files with the old module. I then used drush to download the files and it put them in library, great. However ckeditor didn't seem to check there for it and kept looking in the module folder so I had to move it back there to make it work. I was suggesting the module should check both places not just in the module folder.
Comment #3
mephir commentedI will take a look bit closer to this issue. Thanks for saying what is the point of issue.
Comment #4
mephir commentedI have no idea why it goes wrong.