Hello folks,

I´ve been trying to get a good editor to work on my Drupal site. It has to be able to allow users to upload pictures and must not leave HTML tags unclosed all over the place. This has proven to be a looong saga. I´ve tried HTMLArea, TinyMCE, and now I'm on FCK.

The problem I´m trying to solve is the age old (it seems) upload image. I´ve read ALOT of threads here and I'm must be doing something really really wrong since I have new problem.

I cannot get the system to actually read the fckeditor.js file. I change strings according to the readme file and still I´ve never been able to connect to the right connector!

From the old Apache2:
192.168.100.36 - - [21/Oct/2005:13:33:48 +0000] "GET /modules/fckeditor/lib/editor/filemanager/browser/default/connectors/asp/connector.asp?Command=CreateFolder&Type=Image&CurrentFolder=/&NewFolderName=hhh HTTP/1.1" 200 2890

You notice that I seem to be trying to connect to an ASP connector although my fckeditor.js has PHP connector uncommented...

I even tried deleting the fckeditor.js and the editor still goes and goes and all is fine except for the image bit. The system never seems to read the file at all.

Can someone please, please, please, come up with some suggestions??

with regards, Logi

PS. I must be doing somehtng stupid :)

System: Windows 2003 server, Apache2, PHP4 and a lot of grief with editors..