If someone here who really gets this would update the WIKI to better install this component, I think that would be great.
Problem: I cannot browse or upload or anything.
Here is what I can tell you:
Server: staff.server.edu
My directory: staff.server.edu/myname
The script: staff.server.edu/myname/FCKeditor
I don't understand it, but according to the server the full path to my web directory is
/hw02/d31/myname
I believe the file to edit is:
FCKeditor/editor/filemanager/browser/default/connectors/php/config.php
$Config['Enabled'] =
$Config['UserFilesPath']
$Config['UserFilesAbsolutePath']
What settings would you use?
What permissions on the folder would you use?
Anything else I need to change?
I love the program but this part is not working well....
Thank you for your help,
Problem: I cannot browse or upload or anything.
Here is what I can tell you:
Server: staff.server.edu
My directory: staff.server.edu/myname
The script: staff.server.edu/myname/FCKeditor
I don't understand it, but according to the server the full path to my web directory is
/hw02/d31/myname
I believe the file to edit is:
FCKeditor/editor/filemanager/browser/default/connectors/php/config.php
$Config['Enabled'] =
$Config['UserFilesPath']
$Config['UserFilesAbsolutePath']
What settings would you use?
What permissions on the folder would you use?
Anything else I need to change?
I love the program but this part is not working well....
Thank you for your help,

RE: Image (Filebrowser) Problems
$Config['Enabled'] = true
$Config['UserFilesPath']= '/myname/';
$Config['UserFilesAbsolutePath'] = '/hw02/d31/myname/' ;
RE: Image (Filebrowser) Problems
$Config['Enabled'] = true ;
$Config['UserFilesPath']= '/myname/';
$Config['UserFilesAbsolutePath'] = '/hw02/d31/myname/' ;
RE: Image (Filebrowser) Problems
I am also trying to change the UserFilesPath in .Net, but I connot seem to manage that. Hope someone can help me with that.
thanks for any help.
RE: Image (Filebrowser) Problems
Uploading does nothing as far as I can tell. I never get error messages.
RE: Image (Filebrowser) Problems
http://mcpuk.net/fbxp/
RE: Image (Filebrowser) Problems
Well I will go try the extension...
$Config['UserFilesPath']=
$Config['UserFilesAbsolutePath']
More specifically why does it care?
RE: Image (Filebrowser) Problems
1) Setup the 'fkconfig.js' file to use the correct connector. Defaults to ASP and if you don't have ASP it does not give you an error.
2) The test.html file in the connector folder is great.
3) I had to set both the UserFilesPath and UserFilesAbsolutePath. I don't know which one did it.
RE: Image (Filebrowser) Problems
I've checked the CHMOD and all is Ok
RE: Image (Filebrowser) Problems
Has anyone else had this and managed to get it straightened out ? I'm fairly convinced the configuration is correct at this point. The files are uploaded where I would suspect as well.. Just no luck when actually using the editor.
RE: Image (Filebrowser) Problems
Does anyone have any suggestions on what to check ?