Railo
What's Railo?
It's my preferred CFML (Coldfusion) engine, with a lot of extra options. You can get a good impression by reading this blog post...
Coldfusion, why?
Well, because...
Railo links
You can check out:
The Railo mailing list (+ my contributions)
Railo wiki with CFML documentation
#1 by spills - January 5, 2011 at 7:26 AM
key [PATHMODE] doesn't exist in struct (keys:)
error occured in InstallFolderMapping.cfc:31
29:
30: <!--- do path --->
31: <cfif config.pathMode EQ "error">
32: <cfset unzip(zip:"#path#content.zip",destination:config.path)>
33: <cfelseif config.pathMode EQ "replace">