Posted by greymac on December 3, 2008 at 6:31pm
Am having a little problem with the FCK Editor module and was wondering if anyone could help out.
We have loaded FCK Editor module version 2.6.3 onto Drupal 5.10 on our dev server.
The editor works fine except when using the image assist.
The image assist link looks in /img_assist/load/fckeditor?textarea=body
and pops up a blank page.
However, the drupal image assist module goes to /img_assist/load/textarea?textarea=body
This is where we currently upload images.
I've read through the FCK Editor documentation but it is not clear to me on how to resolve this issue.
Has anyone experienced this issue and any solutions to resolve it?

Comments
Same Thing
I am getting exactly the same thing right now, and would also appreciate some help. Will do a little more searching in the meantime...
I use IMCE with FCKEditor
I use IMCE with FCKEditor and it works well for uploading files.
What I've Learned Image
What I've Learned
Image Assist can be integrated with FCKeditor.
To do this, simply copy the modules/fckeditor/img_assist_fckeditor.js file
to modules/img_assist/img_assist_fckeditor.js.
This corrected the issue.
It worked!
Using FCKeditor, I can confirm that this does work. Thanks for saving me the time and effort of installing TinyMCE!