Hi gang,

I have alwatys used the cferror tag since I first started CFML coding (tanks
to Ben forta and his WACK)

<cferror
type="Exception"
exception="Any"
template="ErrorException.cfm"
mailto="#Errormail#">

(i use others too, but recently an application has been throwing a lot of
exception errors.

So I am hoping that someone can assist me with me troubleshooting the cause.
Ie. what causes an error of type exception to thrown? What log(s) should I
check?

The error occurs when trying to insert into or edit a table row.
But is intermittent....

thanks in advance.