azuro28 wrote:
> I'm new to ColdFusion and after I edit a cfm
(template.cfm) file using vim, I
> got the following error:
> Could not find the included template template.cfm
>
> page.cfm contains:
> <cfinclude template="template.cfm">
>
That means that the file 'template.cfm' is not where
ColdFusion needs it
to be so that it can include it. Which is generally in the
same folder
at page.cfm with that syntax.