macromedia.coldfusion.advanced_techniques
[Top] [All Lists]

infrequent and generic error on <cfinclude>

Subject: infrequent and generic error on <cfinclude>
From: "doncx"
Date: Wed, 29 Oct 2008 12:47:30 +0000 UTC
Newsgroups: macromedia.coldfusion.advanced_techniques

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?


<Prev in Thread] Current Thread [Next in Thread>