Todd,

For clarification, are you creating the FCKEditor instance using  
<cfmodule> on the fckeditor.cfm (downloaded from the FCKEditor site)  
or are you using pure javascript to create the editor instance?
If using cfmodule, you should have params being passed that look  
something like this:

<cfmodule template="/admin/fckeditor/fckeditor.cfm"  
instanceName="my_text_field" width="95%" height="350"  
toolbarSetName="mytoolbarset" canUpload=" canBrowse=" value="#mytext#"  
BasePath="/admin/fckeditor/" tabindex="3">
        
Have you configured your user file paths in /FCKEditor/editor/ 
filemanager/default/connectors/cfm/config.cfm as well?

As far as permissions goes, make sure you have directory create  
permissions as well.  The FCKEditor needs to be able to create  
separate folders for each type of media.

HTH,

Jon

On Dec 11, 2007, at 9:51 AM, Todd wrote:

> I have the full version of FCKEditor installed, I'm not using the
> <cftextarea> tag.
>
> I keep running into issues with the file manager.  Whenever you click
> "Browse Server" and launch the file manager, you get "The server  
> didn't
> reply with a proper XML data.  Please check your configuration."   
> Firebug is
> reporting no errors when I check the console.  The response in the  
> console
> says "Loading..."
>
> IE gives me a little more information, but it means nothing to me at  
> the
> moment.
>
> "The server didn't send back a proper XML response.  Please contact  
> your
> system administrator."
> XML request error: OK (200)
> The requested URL
> Response Text:  (note: there's no [null] or [empty string] or  
> anything here,
> it's just empty).
>
> I have people insisting a permission error, but even after resetting
> permissions and telling CF to have a field day with the file system,  
> it's
> still returning the same.
>
> Thanks,
> ~Todd
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
ColdFusion 8 - Build next generation apps
today, with easy PDF and Ajax features - download now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:294520
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to