RE: [coldbox:16057] Coldbox error template not displaying when error exists in .cfc in model only (works everywhere else

To confirm, the page loads as completely blank? That’s interesting.

Can you use a step debugger like FusionDebug to trace where the request is finishing?
Have you set up any interceptors with an onException method?
What’s inside the onError() method in errorHandler.cfc. Is errorHandler.cfc an event handler?
Do you have an onError() method in your application.cfc?
Have you enabled any logging to see if other errors are happening that you don’t know about?
Can you check the CF error logs to see if the error page itself is erroring?

What if you change the error from a CFML parsing error to a runtime error such as accessing an undefined variable.

Thanks!

~Brad

ColdBox Platform Evangelist
Ortus Solutions, Corp

E-mail: brad@coldbox.org
ColdBox Platform: http://www.coldbox.org
Blog: http://www.codersrevolution.com