Copy link to clipboard
Copied
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!
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
Copy link to clipboard
Copied
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
Copy link to clipboard
Copied
Anit, thanks for the response. I didn't verify it, but am sure it should work. Thanks again!
Copy link to clipboard
Copied
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.