Title:
Application that runs on CF9 won't run on CF 10, can not find included file
| View in TrackerStatus/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Andrew Scott / Andrew Scott (Andrew Scott)
Created: 03/04/2012
Components: Installation/Config, Connector
Versions: 10.0
Failure Type:
Found In Build/Fixed In Build: Public Beta / 281867
Priority/Frequency: Normal / Some users will encounter
Locale/System: English / Win 2008 Server x64
Vote Count: 0
Problem Description:
When copying an Application that runs fine on CF9.01 on ColdFusion 10, the following error is displayed.
Not sure what has changed for this error to occur, but it works on CF9 and should work on CF10.
Could not find the included template ///system/includes/helpers/ApplicationHelper.cfm.
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.
The error occurred in D:/Projects/ColdFusion/ColdBox31/system/FrameworkSupertype.cfc: line 437
Called from D:/Projects/ColdFusion/ColdBox31/system/FrameworkSupertype.cfc: line 368
Called from D:/Projects/ColdFusion/ColdBox31/system/EventHandler.cfc: line 65
Called from D:/Projects/ColdFusion/ColdBox31/system/web/services/HandlerService.cfc: line 71
Called from D:/Projects/ColdFusion/ColdBox31/system/web/services/HandlerService.cfc: line 133
Called from D:/Projects/ColdFusion/ColdBox31/system/web/Controller.cfc: line 494
Called from D:/Projects/ColdFusion/ColdBox31/system/Coldbox.cfc: line 74
Called from D:/Projects/ColdFusion/dev.andyscott.id.au/wwwroot/Application.cfc: line 52
435 : <!--- Include Facade --->
436 : <cffunction name="$include" access="public" hint="Facade for cfinclude" returntype="void" output="true">
437 : <cfargument name="template" type="string"><cfinclude template="#arguments.template#">
438 : </cffunction>
439 :
Steps to Reproduce:
Actual Result:
Expected Result:
Any Workarounds:
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3129772
External Customer Info:
External Company:
External Customer Name: ascott67
External Customer Email:
External Test Config: My Hardware and Environment details:
Attachments:
Comments: