I finally got the image uploading to work, however the Browse Server/File Manager option doesn't seem to load. I get a javascript error onload that says Object Required. The upload function within the Browse Server works, but it doesn't show a directory listing or allow and of the other functions.
I was also curious as to weather or not when this does work, does it allow users to upload other files, such as videos or flash files?
I was also curious as to weather or not when this does work, does it allow users to upload other files, such as videos or flash files?

RE: File Browser Issues
Good luck.
RE: File Browser Issues
RE: File Browser Issues
The XML page cannot be displayed
Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later.
--------------------------------------------------------------------------------
The following tags were not closed: Connector. Error processing resource
I have checked everything.. This doesn't make sense.
RE: File Browser Issues
/usr/local/apache/virtual/uppercut/htdocs/admin/FCKeditor/
I have the basepath set to /FCKeditor/ right now.. I have tried the the full path, and also /admin/FCKeditor.. This is driving me crazy.
RE: File Browser Issues
$GLOBALS["UserFilesPath"] = '' ;
in connector.php file in php directory
RE: File Browser Issues
RE: File Browser Issues
My users error is the list of images never shows up. On some of those users browser, all IE or windows XP, it displays the javascript error "Object Required".
What I found out about this problem is that in the method LoadUrl in the file fckxml.js when it tries to get the data from the connector the .NET application doesn't receive the cookies/authentication and thus the request to the connector page is returned with the login page html. The status returned by the request is 200. On the same machine with the same windows user using Firefox everything works. For some reason IE isn't sending the cookies with its connector request. If I login to the computer with my account, i've never logged into this machine before so all settings are default, and access the filemanager it works.
I'm still looking into why this happens with IE.
RE: File Browser Issues
http://support.microsoft.com/default.as ... -us;831678
RE: File Browser Issues
RE: File Browser Issues
RE: File Browser Issues
RE: File Browser Issues
Turned out that it didn't like something in the '$Config['UserFilesAbsolutePath']' variable in the connectors/php/config.php file, so I commented that line out.