Skip to main content
Inspiring
May 25, 2013
Answered

No errors on cfm page except for "500 - Internal server error"

  • May 25, 2013
  • 2 replies
  • 1139 views

Hi,

since we have upgraded to CF10 from 9, I don't see any errors on the cfm page except for the plain "500 - Internal server error.". I have to go to the application log file on CF Admin, but that does not give enough information.

I have checked the "Enable Robust Exception Information" on CF admin page. Are there any other settings I need to enable to display detailed error messages like it used to on CF 9?

Thanks!


This topic has been closed for replies.
Correct answer Anit_Kumar

Hello aghanchi,

Thank you for your post. You can enable detailed error message at IIS level (If you are using IIS then) as well. Try the following:-

Internet Information Services (IIS) Manager —> Your Web Site —> Error Pages -> Edit Feature Settings -> select "Detailed errors"

Regards,

Anit Kumar

2 replies

Inspiring
November 18, 2013

Or try this, as I had the same problem and this worked for me:

CF10 handles errors differently than previous versions!!!

In the CF Administrator, go to the "Settings" section. You'll see "Settings" in the left menu near the top.

If there is a checkmark in the area labeled "Enable HTTP status codes", remove it. Go to the bottom of the page and click on "Submit Changes."

When I did this, my errors including line numbers appeared again.

Anit_Kumar
Anit_KumarCorrect answer
Inspiring
May 27, 2013

Hello aghanchi,

Thank you for your post. You can enable detailed error message at IIS level (If you are using IIS then) as well. Try the following:-

Internet Information Services (IIS) Manager —> Your Web Site —> Error Pages -> Edit Feature Settings -> select "Detailed errors"

Regards,

Anit Kumar

aghanchiAuthor
Inspiring
May 28, 2013

Anit, thanks for the response. I didn't verify it, but am sure it should work. Thanks again!