hello, i will admit that the problems I am having are no doubt my fault, but I do not know how to fix it.
when I click browse server i get the following in firefox in a popup,
The server didn't send back a proper XML response. Please contact your server administrator.
XML request error: OK(200)
and in IE i get the same message but with XML request error:Unknown(12152)
is it to do with my $Config['UserFilesPath'] and $Config['UserFilesAbsolutePath'] settings?
if so..I'll admit to not really understanding.
// Path to user files relative to the document root.
does that mean relative to public_html, the editor or the document that has the form on it?
thank you
j
when I click browse server i get the following in firefox in a popup,
The server didn't send back a proper XML response. Please contact your server administrator.
XML request error: OK(200)
and in IE i get the same message but with XML request error:Unknown(12152)
is it to do with my $Config['UserFilesPath'] and $Config['UserFilesAbsolutePath'] settings?
if so..I'll admit to not really understanding.
// Path to user files relative to the document root.
does that mean relative to public_html, the editor or the document that has the form on it?
thank you
j

Re: help needed with php filebrowser
(do the same in /FCKeditor/editor/filemanager/upload/php/config.php, at least in version 2.3)
Depending on your version, you may also need to set $Config['Enabled'] to true in /FCKeditor/editor/filemanager/browser/default/connectors/php/config.php.
(do the same in /FCKeditor/editor/filemanager/upload/php/config.php, at least in version 2.3)
Re: help needed with php filebrowser
but I'm not sure what my path should be ...i thought /uploads/ was right, like so
but i still get the error
my folders are as follows
fckEditor/
css/
office/
uploads/
the files that use fckeditor enabled textareas are within office/
i have enabled the config too
Re: help needed with php filebrowser
Make sure that the CHMOD for these folders are correct.
Re: help needed with php filebrowser
Re: help needed with php filebrowser
I can now browse. I tried changing the upload bit the same and it said I had uploaded a file but it doesn't seem to actually have uploaded it?? i cannot see it in my folders