hi everyone: I have spent all day (but only 1 day) getting fckeditor up and running and obviously with something comprehensive like this its possible to miss things... but I am having trouble getting the file browser/image selector to work... none of the popups seem to browse a "real" location ...or let me make a directory (for example) I think I am missing some basic leve understanding cos it doesn't "feel" right even though I am changing things to try to get it to work..
Things I have done...
1) changed the /FCKeditor_2.0/fckconfig.js to all use the php paths... done this for everything...
2) changed the /FCKeditor_2.0\editor\filemanager\browser\default\connectors\php\config.php to set $Config['Enabled'] = true ;
3) obviously being windows there is no chmod 0777 issue , **thinks but is there a Win32 Apache equivalent? shouldn't be I guess.. did look couldn't find anything in http_conf
4) Created a \UserFiles folder in the root for good measure
can anyone tell me what I missed? cheers in advance
Conrad
Wed, 09/14/2005 - 16:57
#1
RE: Win32 / php file browser installation
ok I am getting somewhere
an extra config.php files were not listed in the docs I was reading... I enabled the config boolean ($Config->Enabled= true;) in both
5) FCKeditor_2.0/editor/filemanager/upload/php/config.php
By setting the latter of these to "true" I got the following to upload fine in the http:// WEB browser although I still can't get the FCKeditor to work
FCKeditor_2.0/editor/filemanager/upload/test.html
RE: Win32 / php file browser installation
ok you are not going to believe this.... :-/

the problem was the folder was called "FCKeditor_2.0" I renamed it "FCKeditor" and it worked fine. be careful to change the folder to NOT be the default for versin 2.0 it needs to be changed... OK