M6 Bug , maybe?

I think this maybe a bug from M5 TO M6.

when moved from M5 to M6 using the no inheritance application.cfc with
per application mappings all system errors now give me the error
below. this was not the case in M5.

Could not find the included template ../includes/BugReport.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 C:\inetpub\wwwroot\cms.yourbrandreality.co.uk
\coldbox\system\web\services\ExceptionService.cfc: line 87
Called from C:\inetpub\wwwroot\cms.local.co.uk\coldbox\system
\Coldbox.cfc: line 307
Called from C:\inetpub\wwwroot\cms.local.co.uk\Application.cfc: line
61

85 : <cfelse>
86 : <!--- Save the Bug Report --->
87 : <cfsavecontent variable="cboxBugReport"><cfinclude
template="../includes/BugReport.cfm"></cfsavecontent>
88 : </cfif>
89 : <cfreturn cboxBugReport>

PS I am not running the update for CF 9 yet on my local dev. I know CB
has had issues before with this. will update and see

upgraded still same issues. I don't get this message when I use global
mappings use use per app

It's strange. I can see ../includes/BugReport.cfm in the M6 version
within includes. I have run the downloaded templates as are and its
the same with them on M6 version

This was reported and fixed, I made a blog entry about it where I updated the M6 bits. Can you re-download the release and try again please.

Luis F. Majano
President
Ortus Solutions, Corp

ColdBox Platform: http://www.coldbox.org
Linked In: http://www.linkedin.com/pub/3/731/483
Blog: http://www.luismajano.com
IECFUG Manager: http://www.iecfug.com

Sorry I must of missed the post. Thanks Luis will re-download.

Glyn