Opened 17 years ago
Closed 17 years ago
#1379 closed Bug (fixed)
OnRequestEnd breaks CFM Connector
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | Normal | Milestone: | FCKeditor 2.6 |
Component: | Server : ColdFusion | Version: | |
Keywords: | Confirmed HasPatch | Cc: |
Description
If you are using an OnRequestEnd.cfm file with your coldfusion site, and the OnRequestEnd.cfm outputs any content, the CFM connector will not show any files in the browser.
To fix, add a <cfabort> tag to the end of the connector.cfm file in <siteroot>/fckeditor/editor/filemanager/browser/default/connectors/ cfm/
Moved from SF
Original Author: Joris de Beer
Change History (3)
comment:1 Changed 17 years ago by
Reporter: | changed from Alfonso Martínez de Lizarrondo to brontojoris@… |
---|
comment:2 Changed 17 years ago by
Milestone: | → FCKeditor 2.6 |
---|
comment:3 Changed 17 years ago by
Keywords: | Confirmed added |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Fixed with [1573].