Coldfusion "Routines cannot be declared more than once"
- by Nicholas
We have the following code in our Application.cfc:
<cffunction name="onError" returnType="void" output="false">
<cfargument name="exception" required="true">
<cfargument name="eventname" type="string" required="true">
<cfset cfcatch = exception>
<cfinclude template="standalone/errors/error.cfm">…