The error for my particular situation was caused by trying to pass a param into a function within a cfm file, it doesn't work this way.
The error: catch.cfm (a custom tag) *condensed*
The error in the above code was trying to use #maxFileSize# as a default value for a cfargument. I changed it to the actual value '500' and it worked.
There are no comments for this entry.