-
1. Re: Problem with fckeditor filemanager connector
ranapippins Feb 15, 2011 12:14 PM (in response to Pasi)I'm not sure why this problem was occuring but I encountered the same situation with IIS7 and CF9. All CFM files are being prevented from running in a directory named "filemanager". It took a while to determine that it was the name "filemanager" causing the problem. Perhaps it is a security feature.
I changed the directory name for "fmanager" and all started working again.
You can view my solution in more detail here:
http://www.codewire.com/2011/02/18/fck-editor-coldfusion-xml-access-denied-403-error/
I hope that helps!
-
2. Re: Problem with fckeditor filemanager connector
chickity china Aug 27, 2014 7:58 PM (in response to Pasi)There is also another problem if you have an older version where the <cffunction name="FileUpload" returntype="void" output="true"> in cf_commands.cfm
is a reserved coldfusion function in coldfusion 9 upwards
so change the title of this to UploadFile
and replace the instances in cf_connector.cfm
and cf_upload.cfm
all works again
