Leon Miller-Out
Member since Dec 11, 2008
- Profile: /members/2440-leon-miller-out.htm
- URL: http://singlebrook.com
- Comments: 2
Recent Blog Comments By Leon Miller-Out
-
ColdFusion GetTempDirectory() Stops Working
Posted on Dec 20, 2007 at 11:59 AM
What version of ColdFusion and what platform are you guys running on? I don't believe I've ever seen this error occur, but maybe it would explain some "random" NPEs I've seen. Also, I looked in the livedocs for 6.1 and 7 and didn't see any mention of this. Where is this issue documented?... read more »
-
Cannot Invoke Method On An Object Of Type coldfusion.runtime.VariableScope With Named Arguments
Posted on Nov 29, 2007 at 5:20 PM
I had the same problem today invoking a function in the request scope. We typically copy our UDFs into the request scope so we can reference them from within CFCs. The original code was: <cfset var convRate = request.getConversionRate(foo = bar)> The error was: Cannot invoke method getConv... read more »