You are the man. Thanks! I think we have the backward slashes because we are using virtual drives.
If anyone else wants the solution: Edit this file: F:\ColdFusion9\wwwroot\WEB-INF\exception\detail.cfm line 142: #s_error_in# <b>#encodeForError(vcfml[1])#</b><br> #s_error_in# <b>#replaceNoCase( encodeForError(vcfml[1] ), "&##x2f;", "\", "all" )#</b><br/> line 146: <b>#s_called_from#</b> #encodeForError(vcfml[i])#<br> <b>#s_called_from#</b> #replaceNoCase( encodeForError( vcfml[i] ), "&##x2f;", "\", "all" )#<br/> line 294: #encodeForError(vjava[i])# #replaceNoCase( encodeForError( vjava[i] ), "&##x2f;", "\", "all" )# Best, Ryan Duckworth Software Project Manager Uhlig LLC 8455 Lenexa Drive Overland Park, KS 66214 [email protected] www.uhlig.com On Wed, Nov 9, 2011 at 11:15 AM, Raymond Camden <[email protected]>wrote: > > Btw -when I get an error on my WIn7 box, the slashes are right: > > > > Attribute validation error for tag CFSAVECONTENT. > > It does not allow the attribute(s) ARIABLE. The valid attribute(s) are > VARIABLE. > > The error occurred in C:\websites\webroot\test.cfm: line 2 > 1 : > 2 : <cfsavecontent ariable="f"> > 3 : {"D":[{"D":" screen that "}]} > 4 : </cfsavecontent> > > On Wed, Nov 9, 2011 at 9:04 AM, Ryan Duckworth > <[email protected]> wrote: > > > > Does anyone know how to copy one of the paths below and open in > ColdFusion > > Builder 2 > > > > In ColdFusion Builder 1 File Open Paste Path Enter would open > the > > file. > > > > I am not sure what caused paths in stack traces to change from back > slashes > > to forward slashes. > > > > Or, is there a way in the Local ColdFusion Admin to specify back slashes > > instead of forward slashes in stack traces? > > http://localhost/CFIDE/administrator/index.cfm > > > > Example Paths in Stack Trace: > > > > The error occurred in *G:/www/scripts/globalFunctions.cfm*: line 449 > > Called from *G:/www/com/server/Example.cfc*: line 5268 > > > > Thanks, > > Ryan > > > > Running ColdFusion 9 Developer Edition - 64 bit - Windo > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:348552 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

