I found a wonderful bug in CF 4.5....

It seems that the Duplicate() function can totally destroy your CF engine if
the structure you are copying contains query objects. You will end up with
great error messages like "SomeVariableName is not a valid attribute for
CFSET" where the code is 

<cfset SomeVariableName = "Some value">

or "Unknown exception" and "CFMLInterpreterImp::execute"

At this point the server becomes very unhappy and refuses to parse valid cf
tags.

There is a patch, though, from the Knowledge Base (19107). Hope this is
fixed in CF 5.

-stuart

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to