Copy link to clipboard
Copied
My settings in ColdFusion Administrator 9 appear the same as those I had previously on ColdFusion 7. When a page errored out on CF7, I'd see something like this;
Error Occurred While Processing Request | ||||||||||
|
Now I see: 404 - File or directory not found.
I don't have cferror tags in application.cfm (someone thought that was the problem). I know you can view the errors in the application log, but I really liked having the error messsage display directly on the erroring page.
Thank you!
It turned out I had "Enable HTTP Status Codes" checked in the Server Settings. Once unchecked, it worked.
Thanks so much for answering.
Verlyn Ammon
Copy link to clipboard
Copied
Do you have a site-wide error handler or missing template handler in the CF Admin? Are you providing an onMissingTemplate() event handler in the app.cfc?
Copy link to clipboard
Copied
It turned out I had "Enable HTTP Status Codes" checked in the Server Settings. Once unchecked, it worked.
Thanks so much for answering.
Copy link to clipboard
Copied
I know this is very old, but it helped me.
Thank you
Copy link to clipboard
Copied
Try doing the settings in the Administrator once again. You never know.
On the page Debug Output Settings, tick the checkbox Enable Robust Exception Information. Press the button to Submit Changes.
On the page Debugging IP Addresses, verify that your IP (for example, 127.0.0.1) has been added. If not, add it.
Copy link to clipboard
Copied
It turned out I had "Enable HTTP Status Codes" checked in the Server Settings. Once unchecked, it worked.
Thanks so much for answering.
Verlyn Ammon
Copy link to clipboard
Copied
Still, I don't think that is the proper behaviour. You should report this to the Adobe Coldfusion team.