My Account   Contact Us    
  
» HomeProductsSupportDeveloper CommunityCompany
CFINCLUDE Template does not exists
The template in the CFINCLUDE or CFERROR tag does not exist.

Type: bugprone
Severity: (4)

Incorrect example
<cfinclude template="/codereview/viewcfm/id/file/does/not/exist.html">

Resolution

<cfinclude template="/codereview/viewcfm/id/file/does/exist.html">
Explanation

If a file was renamed, or moved it is sometimes difficult to find all references to the file, especially if a file is included only under special cases. The automated code review tool will find these instances, and make it easy to fix.

The automated code review tool will not be able to tell if the file exists if the template path has a variable in it, for example:

<cfinclude template="/codereview/viewcfm/id/templatefileexists/index.html">

In such cases the tag will be skipped by the tool.



Sign up for our newsletter: | Subscribe with RSS: RSS
© ActivSoftware 1999 to 2005 | Privacy Statement