The server didn't send back a proper XML response. Please contact your system administrator. XML request error: Forbidden (403) Requested URL: http://staging.carife.it/genesi/test/FCKeditor/editor/filemanager/browser/default/?Command=GetFoldersAndFiles&Type=File&CurrentFolder=%2F&uuid=1197985342304 Response text: <html><head><title>Directory Listing Denied</title></head> <body><h1>Directory Listing Denied</h1>This Virtual Directory does not allow contents to be listed.</body></html>
Tue, 12/18/2007 - 14:50
#1

Re: Browse files
Someone with a solution?
Re: Browse files
Re: Browse files
Re: Browse files
Hoever, your browser is telling u that something goes wrong with UPLOAD DIRECTORY path.
It cannot compose correct path or path is correct but you have forbidden access.
Do this:
1. check that connector in [config.asp or config.php depending on your platform] throws valid directory path.
check that backslashes / forward slashes would not disorientate server.
Tricky thing about connectors is, that is has completely DISCONNECTED SESSION.
I must have applied pretty complex script to calculate where is the file located right now (config.asp, config.php) and then second path for UPLOAD directory.
2. if your path is okay, then check access permissions for webserver.
Do simple test - try uploading file via webserver via independent script.
As I see u r using ASP hosting, cannot give u script example, but there are plenty of them out over i-net.
cheers
Lubos
Re: Browse files
I'am using aspx, there is no config because aspx is using the .DLL
Re: Browse files
edit the java script to work with your paths and context path.
I used some string replacements and then it worked 100% !!
eg.
sUrl = sUrl.replace( '/FCKeditor', '' );
sUrl += '&Type=' + this.ResourceType ;
sUrl += '&CurrentFolder=' + encodeURIComponent( this.CurrentFolder ) ;
I'm using JSP btw. . .
Re: Browse files
Re: Browse files
http://domain/FCKeditor/editor/filemana ... nector.asphttp://domain/FCKeditor/editor/filemana ... ctors/asp/http://domain/fckeditor/editor/filemana ... tors/asp3/http://domain/FCKeditor/editor/filemana ... ctors/asp/http://domain/FCKeditor/editor/filemana ... nector.asphttp://domain/FCKeditor/editor/filemana ... /mike.html
http://domain2/FCKeditor/editor/fileman ... nector.asp
Re: Browse files
File Browser configuration settings
Frederico Knabben
CKEditor Project Lead and CKSource Owner
--
Follow us on: Twitter | Facebook | Google+ | LinkedIn