Adam Crump said the following on 8/27/2007 11:36 AM:
Hummmm Interesting it appears that the bug in the early version of 6.1
is back as this simple example does not work, which has nothing to do
with CS.
<cfset foo = createObject("component", "dsn") />
<cfset md = getMetaData(foo) />
<cfdump var="#md#" />
<cfdump var="#duplicate(md)#" />
The duplicate(md) generates the error. I can not access the BER right
now due to firewall issues, but if the flattenMedataData method works
the same, I bet I will have the same issue.
BTW, I looked up the minimum version that ColdSpring requires for
ColdFusion 6.1. You must be at the 6,1,0,83762 patch level or higher.
Here is the best place to get those patches:
http://www.adobe.com/go/b3a939ce
Otherwise, we're coding around bugs in CF that are from 2003...
.pjf