Answered
cferror not finding all errors
I put this in Application.cfm
<cferror type="request" template="testerr.cfm"> and
made a error reporting page hoping to catch and and handle any
error. It is CFMX6.1 by the way.
***If I try <cfset testval_1=1> and then try to cfoutput testval_2 which is not assigned, the error is caught by cferror and the error page displays just fine.
***But if I try <cfset testval_1=>, I get the default error message Invalid CFML construct found on line 18 at column 11.
What am I doing wrong?
***If I try <cfset testval_1=1> and then try to cfoutput testval_2 which is not assigned, the error is caught by cferror and the error page displays just fine.
***But if I try <cfset testval_1=>, I get the default error message Invalid CFML construct found on line 18 at column 11.
What am I doing wrong?