I have just replaced ckfinder 1.4.1 with version 1.4.1.1 (for ColdFusion and working with cfeditor 3.0).
On opening the Image Properties panel and attempting to browse the server I got Status 500 server response error.
The url being accessed was:
http://netlist.co.nz/ckfinder_1.4.1.1/c ... angCode=en
and, when I attempted to run this url directly from my web browser I got:
==================================================================
Context validation error for the cfscript tag.
The start tag must have a matching end tag. An explicit end tag can be provided by adding </cfscript>. If the body of the tag is empty, you can use the shortcut <cfscript .../>.
The CFML compiler was processing:
A cfscript tag beginning on line 14, column 2.
==================================================================
Wed, 10/14/2009 - 11:44
#1
Re: cfscript error when browsing for an image
I used a ColdFusion comment within the <cfscript> tag instead of the // comment. When I corrected it the problem went away.