Using the FCKEditor CFC downloaded from FCKEditor site.  This isn't a
permission issue as I found a separate non-FCKEditor issue interfering with
the FCKEditor.  However, I'm still getting an invalid XML, but I'm close to
working it through.

I found my issue.  I changed in cf_basexml.cfm:
<cfcontent reset="true" type="text/xml; charset=UTF-8">

To:
<cfcontent type="text/xml; charset=UTF-8">

I'm not sure why my server didn't like that, but it didn't.  Filebrowser is
up and working now.  The code for the filebrowser, for what it is, isn't
pretty.  At all.

On Dec 11, 2007 11:14 AM, Jon Clausen <[EMAIL PROTECTED]> wrote:

> 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
>


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Get involved in the latest ColdFusion discussions, product
development sharing, and articles on the Adobe Labs wiki.
http://labs/adobe.com/wiki/index.php/ColdFusion_8

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

Reply via email to