Skip to main content
Participant
May 22, 2013
Question

The following form is meant for website developer for debugging purposes

  • May 22, 2013
  • 1 reply
  • 411 views

Got a massege saying Form is meant for website developer for debuggin purposes.  Error occurred while processing request of life insurance through Acuuquote. Please help me. Thank you.

    This topic has been closed for replies.

    1 reply

    Legend
    May 22, 2013

    You are seeing the default CF error template as the result of an untrapped exception. You should use either the cferror tag in your application.cfm or the onerror event in your application.cfc and display your own user friendly page (as well as log and/or email an alert indicating the error so you can fix the actual error the triggered the error template). This may seem vague but error trapping is a complicated topic and this thread will get too long for anyone to read. Start by researching CFERROR and "coldfusion error handling"