Skip to main content
Known Participant
February 1, 2008
Question

Question on CF errors

  • February 1, 2008
  • 1 reply
  • 255 views
Is there a way ( in coding or serverside) to "hide" messages like

"
the web site you are accessing has experienced an unexpected error.
Please contact the website administrator.

The following information is meant for the website developer for debugging purposes.
Error Occurred While Processing Request
"
We have several costumers who see this and freak out, and I am trying to find a setting or a way to show a
" the website made a booboo sorry" type pages instead of the normal blue/grey/purple page.

Thanks
This topic has been closed for replies.

1 reply

Participating Frequently
February 4, 2008
In the Application.cfc you can set up sitewide error handling that will display a cfm or html template of your choosing.

In your Application.cfc create a function: