Error encountered while building page:
type:MissingInclude
call stack: CFOUTPUT,CFINCLUDE,CFINCLUDE,CFSAVECONTENT,CFINCLUDE,CFINCLUDE,CFINCLUDE,CFSAVECONTENT,CFINCLUDE,CFINCLUDE
1 CFINCLUDE (29,0) D:\Inetpub\Wwwroot\voanews\voanews_shared\templates\template-portal.cfm
2 CF_TEMPLATE-PORTAL (27,0) D:\Inetpub\Wwwroot\voanews\voanews_shared\templates\template-portal.cfm
3 CF_TEMPLATE-PORTAL (1,0) D:\Inetpub\Wwwroot\voanews\voanews_shared\templates\template-portal.cfm
4 CFINCLUDE (1,0) D:\Inetpub\Wwwroot\voanews\SpecialEnglish\templates\template-portal.cfm
5 CFINCLUDE (286,0) D:\Inetpub\Wwwroot\commonspot\render-page-meat.cfm
6 CF_RENDER-PAGE-MEAT (7,0) D:\Inetpub\Wwwroot\commonspot\render-page-meat.cfm
7 CF_RENDER-PAGE-MEAT (1,0) D:\Inetpub\Wwwroot\commonspot\render-page-meat.cfm
8 CFINCLUDE (36,0) D:\Inetpub\Wwwroot\commonspot\render-page.cfm
9 CFINCLUDE (22,0) D:\Inetpub\Wwwroot\commonspot\master-render.cfm
10 CFINCLUDE (189,0) D:\Inetpub\Wwwroot\commonspot\uncached-master.cfm
11 CFINCLUDE (158,0) D:\Inetpub\Wwwroot\commonspot\utilities\cached-page-render.cfm
12 CFINCLUDE (185,0) D:\Inetpub\Wwwroot\commonspot\master.cfm
13 CF_MASTER (1,0) D:\Inetpub\Wwwroot\commonspot\master.cfm
14 CFINCLUDE (65,0) D:\Inetpub\Wwwroot\voanews\SpecialEnglish\portal.cfm
missing include: /specialenglish/templates/includes/portal/english_portal_banner.cfm
message:Could not find the included template /specialenglish/templates/includes/portal/english_portal_banner.cfm.
detail:Note: If you wish to use an absolute template path (for example, template="/mypath/index.cfm") with CFINCLUDE, you must create a mapping for the path using the ColdFusion Administrator. Or, you can use per-application settings to specify mappings specific to this application by specifying a mappings struct to THIS.mappings in Application.cfc.
Using relative paths (for example, template="index.cfm" or template="../index.cfm") does not require the creation of any special mappings. It is therefore recommended that you use relative paths with CFINCLUDE whenever possible.