Skip to main content
Participant
April 2, 2008
Question

Error Reporting

  • April 2, 2008
  • 2 replies
  • 414 views
I have a Cold Fusion 7 website that we are hosting and if there is a error on the web page it is posting the error to user who hit the wrong page. Are all these errors controlled on the code side or a server setting in Cold Fusion?

For example: ERROR Occured While Processing Request
ERROR accessing Database Query

I don't want any information when the error is returned.
    This topic has been closed for replies.

    2 replies

    Astonished_protector15C3
    Participating Frequently
    April 2, 2008
    Hi

    Please copy the following line of code in your application.cfc/application.cfm file

    <cferror type="exception" template="error.cfm">