custom error handler

2013-12-11 Thread Rob Voyle
Hi folks I have installed a custom error handler at the root of my vps that directs errors to each domain. At the domain level I have a custom error page that is accessed from cferror tag cferror type=exception template=errorpage.cfm exception=any works fine for missing variables however is

Re: custom error handler

2013-12-11 Thread Russ Michaels
what web server are you running ? On Thu, Dec 12, 2013 at 12:22 AM, Rob Voyle robvo...@voyle.com wrote: Hi folks I have installed a custom error handler at the root of my vps that directs errors to each domain. At the domain level I have a custom error page that is accessed from

Re: custom error handler

2013-12-11 Thread Rob Voyle
Russ Michaels r...@michaels.me.uk, On 12 Dec 2013 at 0:25, Russ Michaels wrote: what web server are you running ? On Thu, Dec 12, 2013 at 12:22 AM, Rob Voyle robvo...@voyle.com wrote: ~| Order the Adobe

Re: custom error handler

2013-12-11 Thread Claude Schnéegans
works fine for missing variables however is there a way to identify context validation errors such as missing /cfif etc. missig variables are execution time errors, but missing /CFIF are syntax errors. CFERROR can trap execution errors, but not syntax errors since they happen during