My sitewide error handler doesn't get called (i am new)
I have a sitewider error handler defined in the Admin panel, and i am pretty sure it sees it. If i change the name to a non-existent file, i get an error. The problem is that that page never gets called, no matter what application i try trigger an error from.
I just have a file with a single line of code in it <cfoutput>#xfhdshsdhj#</cfoutput> and that triggers an error. But it displays the ugly default message, rather them my custom error handler.
Is there anything i need to set in the application?
I would appreciate any help, i am very new to ColdFusion.