trying to go from 6.0.15 to 6.2.6 on Win2008  / CF8

Dropped in a new core and get this when updating app.

The append method was not found.Either there are no methods with the 
specified method name and argument types, or the append method is 
overloaded with argument types that ColdFusion cannot decipher reliably. 
ColdFusion found 5 methods that matched the provided arguments. If this is 
a Java object and you verified that the method exists, you may need to use 
the javacast function to reduce ambiguity. The error occurred in 
*D:\InetPub\farcry\core\packages\lib\error.cfc: 
line 221*

219 :                           <cfset 
stacktrace.append(arguments.log.stack[i].template) />
220 :                           <cfset stacktrace.append(":") />*221 :          
                <cfset stacktrace.append(arguments.log.stack[i].line) />*
222 :                           <cfif i eq arraylen(arguments.log.stack)>
223 :                                   <cfset 
stacktrace.append(variables.newline) />

-- 
You received this message cos you are subscribed to "farcry-dev" Google group.
To post, email: [email protected]
To unsubscribe, email: [email protected]
For more options: http://groups.google.com/group/farcry-dev
--------------------------------
Follow us on Twitter: http://twitter.com/farcry


Reply via email to