Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Error Reporting

New Here ,
Apr 01, 2008 Apr 01, 2008
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.
313
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Apr 01, 2008 Apr 01, 2008
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Apr 01, 2008 Apr 01, 2008
LATEST
Hi

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

<cferror type="exception" template="error.cfm">
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources