|
|
I'm experiencing an intractible and difficult-to-explain problem with a
framework-level coding structure.
My index.cfm ends with a <cfinclude> tag that brings in the page template. It
works just fine - *most* of the time. Every now and then that line of code
throws a very generic error that only reports the line number.
The code reads: <cfinclude template="#PageInfo.Page.PageTemplate#">
I assure you that the variable contains an absolutely valid template value. I
have proven this over and over.
Instead of attempting to explain the truly arcane and numerous factors that
I've discovered, let me ask a simple question: Does anyone know why
<cfinclude> would throw a generic error when the template most certainly
exists? How can I address this?
|
|