I see the folders exist, but apparently the host server will not allow me to change file permissions (mds-host.com). I think the default permission for the folders is 000, which I imagine is the problem if that's the case. I'll let you know how it goes once I hear from them.
Did you ever get this to work? I am also receiving this error. I have the folders specified, and the Network Service account has full permissions to these folders.
Also, I commented out the lines in the code-behind of the page that uses the control where you declare the ImageBrowserURL and FCKConfig.LinkBrowserURL paths.
RE: XML request error: Internal Server Error
like;
/UserFiles/Image,
/UserFiles/File,
/UserFiles/Flash,
/UserFiles/Media
also file permissons...
RE: XML request error: Internal Server Error
I see the folders exist, but apparently the host server will not allow me to change file permissions (mds-host.com). I think the default permission for the folders is 000, which I imagine is the problem if that's the case. I'll let you know how it goes once I hear from them.
Thanks again!!!
Oz
RE: XML request error: Internal Server Error (500
I am using .Net 2.0, not 1.1.
RE: XML request error: Internal Server Error
RE: XML request error: Internal Server Error
On localhost I get a popup that says:
This connector is disabled. Please check the "editor/filemanager/browser/default/connectors/asp/config.asp" file
But when I check the file, the connector ConfigEnabled variable is True! Weird...
RE: XML request error: Internal Server Error
In the code-behind, all I have is:
FCKeditor1.BasePath = "/FCKeditor/";
That's it.