I'm using 2.0 RC2 on my Windows/Apache server, with the PHP connector. Files are kept in c:\Apache\Apache2\htdocs
Whenever I click "Browse Server," FCKeditor creates a new Document_Root path using "htdoc" rather than using "htdocs". This happens before I even upload anything or mkdir. So anything uploaded goes into c:\Apache\Apache2\htdoc\UserFiles\.
I can still browse folders/files created, but of course none of the images can be previewed much less used in the textarea.
I went to my httpd.conf and verified that the Document_Root is correct. I tried adding/removing the trailing slash, which made no difference. Also tested some of the functions and globals used by the PHP connector, but those always return the correct "htdocs" path. I'm at a complete loss.
This is a great editor, but unfortunately this bug is a bit of a show-stopper for me. I also saw that someone using public_html had his path truncated to public_htm, so it's presumably not a Windows issue.
Has anyone else encountered/fixed this problem??
thanks
Wed, 02/02/2005 - 14:15
#1
RE: Image Browser creates new DocRoot??
i encoutered the problem
: KTML editor
never manage to simply use image browsing and uploading
I stopped testing fckeditor cause i had to implement something workin in a project
i found a very good tool (and working one
there's a free version
Re: Image Browser creates new DocRoot??
Anyons has found a solution ?