Action: my-blog.2012-05-29-release-management-microsoft-sql-and-coldfusion
request
Entries: 19
action
stringerror.error
base
string/display/
cfcbase
stringcfcs
context
Struct
Entries: 21
action
stringmy-blog.2012-05-29-release-management-microsoft-sql-and-coldfusion
BGETPAGE
booleantrue
BPAGECHECK
booleantrue
BPAGEDATA
booleantrue
BPAGEVIEW
booleantrue
BPAGEWIDGETS
booleantrue
CACHEBUSTER
string397A61EDA0AAFD86517FCD49540D4270
HTTPPROTOCOL
stringhttp://
IGALLERYID
number561
IPAGEID
number645
PAGE
Struct
Entries: 22
ADMIN_EMAIL
stringneil@n-smith.com
ADMIN_FIRSTNAME
stringNeil
ADMIN_LASTNAME
stringSmith
DTEENDDATE
Date Time (Europe/London)
{ts '2025-04-04 00:03:58'}
DTESTARTDATE
Date Time (Europe/London)
{ts '2025-04-03 00:03:58'}
PAGE_ALLOW_COMMENTS
number1
PAGE_ALLOW_TRACKBACKS
number0
PAGE_CREATED_DATE
Date Time (Europe/London)
{ts '2012-05-29 00:00:00'}
PAGE_FULL_LINK
string//www.n-smith.com/index.cfm/my-blog/2012-05-29-release-management-microsoft-sql-and-coldfusion/
PAGE_ID
number645
PAGE_META_DESC
stringWhen managing or developing software, there will become a time that the product goes live online. After that time how do you manage your product and software release management for SQL and ColdFusion?
PAGE_META_KEYWORDS
stringsoftware,online,svn,release,management,sql,coldfusion,code,changes,tortoise
PAGE_META_TITLE
stringProduct and Software Release Management - Microsoft SQL and ColdFusion
PAGE_PARENT_SECTION_ID
number583
PAGE_SECTION_ID
number669
PAGE_SHOW_DATE
number1
PAGE_START_DATE
Date Time (Europe/London)
{ts '2012-05-29 00:00:00'}
PAGE_SYNDICATE
number1
PAGE_TEXT_MAIN
string<p> With any product or software development there has to be a strategy in place for release management and for maintenance. How do you handle your release management?</p> <h3> Microsoft SQL and ColdFusion Release Management</h3> <p> There are many opinions and methodologies to control software and product releases in the marketplace. Some are automated and others quite manual, but I would be keen to know your thoughts and ideas on how product release and maintenance should be done for a Microsoft SQL Server and ColdFusion (CFML) environment?</p> <p> I have worked with many tools for versioning CFML code, but how would you manage SQL database changes that are also dependent on CFML changes in the service layer? How do you promote this package of work to your live environment? What if the environment is a clustered or load balanced environment, do you remove nodes from the cluster to release the updates?</p> <p> Having worked in many different corporate and development team environments in varying industry sectors, I cannot categorically say I&#39;ve ever been entirely happy with the release strategy that is in place. What is the best way to handle this so that DBA&#39;s can work with developers and vice versa?</p>
PAGE_TITLE
stringProduct and Software Release Management - Microsoft SQL and ColdFusion - Your Thoughts?
PAGE_TYPE
stringBlog Post
PAGE_TYPE_ID
number502
qCheckURL
Query
Template: /com/nsmith/websites/controllers/app.cfc:126
Execution Time: 0.086 ms
Record Count: 1
Cached: No
Lazy: No
SQL:
SELECT *
FROM application.qSections
WHERE section_full_url = '/my-blog/2012-05-29-release-management-microsoft-sql-and-coldfusion/' OR
section_full_url = '//my-blog/2012-05-29-release-management-microsoft-sql-and-coldfusion/'
section_idsection_parent_idsection_namesection_urlsection_menu_visiblesection_sort_ordersection_status_idwebsite_idsection_full_url
16695832012 05 29 Release Management Microsoft SQL and ColdFusion/2012-05-29-release-management-microsoft-sql-and-coldfusion08512/my-blog/2012-05-29-release-management-microsoft-sql-and-coldfusion/
QPAGE
Query
Template: /com/nsmith/page.cfc:93
Execution Time: 9.86 ms
Record Count: 1
Cached: No
Lazy: No
SQL:
DECLARE @today DATETIME
SET @today = GETDATE()
SELECT TOP 1
p.page_id
,p.page_type_id
,p.page_section_id
,p.page_gallery_id
,p.page_start_date
,p.page_end_date
,p.page_name
,p.page_meta_title
,p.page_meta_keywords
,p.page_meta_desc
,p.page_title
,p.page_text_main
,p.page_syndicate
,p.page_show_date
,p.page_created_date
,p.page_created_by
,p.page_seo_link
,p.page_priority
,p.page_status_id
,p.page_allow_comments
,p.page_allow_trackbacks
,p.website_id
,pt.page_type
,a.admin_firstname
,a.admin_lastname
,a.admin_email
FROM t_page p
INNER JOIN t_admin a ON a.admin_id = p.page_created_by
INNER JOIN t_page_type_LU pt ON p.page_type_id = pt.page_type_id
WHERE p.page_status_id IN (1)
AND p.page_section_id = 669
AND p.page_start_date <= @today
AND p.page_end_date >= @today
AND p.website_id = 2
page_idpage_type_idpage_section_idpage_gallery_idpage_start_datepage_end_datepage_namepage_meta_titlepage_meta_keywordspage_meta_descpage_titlepage_text_mainpage_syndicatepage_show_datepage_created_datepage_created_bypage_seo_linkpage_prioritypage_status_idpage_allow_commentspage_allow_trackbackswebsite_idpage_typeadmin_firstnameadmin_lastnameadmin_email
1645502669561{ts '2012-05-29 00:00:00'}{ts '2082-05-29 00:00:00'}My Blog - Release Management SQL and ColdFusionProduct and Software Release Management - Microsoft SQL and ColdFusionsoftware,online,svn,release,management,sql,coldfusion,code,changes,tortoiseWhen managing or developing software, there will become a time that the product goes live online. After that time how do you manage your product and software release management for SQL and ColdFusion?Product and Software Release Management - Microsoft SQL and ColdFusion - Your Thoughts?<p> With any product or software development there has to be a strategy in place for release management and for maintenance. How do you handle your release management?</p> <h3> Microsoft SQL and ColdFusion Release Management</h3> <p> There are many opinions and methodologies to control software and product releases in the marketplace. Some are automated and others quite manual, but I would be keen to know your thoughts and ideas on how product release and maintenance should be done for a Microsoft SQL Server and ColdFusion (CFML) environment?</p> <p> I have worked with many tools for versioning CFML code, but how would you manage SQL database changes that are also dependent on CFML changes in the service layer? How do you promote this package of work to your live environment? What if the environment is a clustered or load balanced environment, do you remove nodes from the cluster to release the updates?</p> <p> Having worked in many different corporate and development team environments in varying industry sectors, I cannot categorically say I&#39;ve ever been entirely happy with the release strategy that is in place. What is the best way to handle this so that DBA&#39;s can work with developers and vice versa?</p> 11{ts '2012-05-29 16:27:44'}110.41102Blog PostNeilSmithneil@n-smith.com
QPAGEGALLERY
Query
Template: /com/nsmith/galleries.cfc:34
Execution Time: 1.5 ms
Record Count: 14
Cached: No
Lazy: No
SQL:
SELECT
gaj.asset_id,
gaj.gallery_id,
gaj.sort_order,
a.asset_filename,
a.asset_description,
a.asset_extension,
a.asset_title_alt,
g.gallery_name,
g.gallery_description,
g.website_id
FROM t_gallery_asset_JOIN gaj
INNER JOIN t_asset a ON gaj.asset_id = a.asset_id
INNER JOIN t_gallery g ON gaj.gallery_id = g.gallery_id
WHERE gaj.gallery_id = 561
AND g.website_id = 2
ORDER BY gaj.sort_order
asset_idgallery_idsort_orderasset_filenameasset_descriptionasset_extensionasset_title_altgallery_namegallery_descriptionwebsite_id
16905611adobe-air.jpgAdobe AIR - Cross platform runtimeMy Blog2
26915612adobe-apollo.jpgAdobe ApolloMy Blog2
36925613adobe-max.jpgAdobe MAX - The premier Adobe event!My Blog2
46935614android-man.jpgGoogle Android - Little green manMy Blog2
57125615google-android.jpgGoogle Android - Little green menMy Blog2
67095616flash-air-logo.jpgAdobe Flash and AIRMy Blog2
77145617iphone-macbook.jpgThe iPhone and Apple Mac bookMy Blog2
87135618iphone4-image.jpgThe iPhone 4 ... The latest device from AppleMy Blog2
97215619sql-2008-logo.jpgMicrosoft SQL 2008 Database ServerMy Blog2
1072656110coldfusion-logo.jpgColdFusion - a middleware web server technology from AdobeMy Blog2
1172756111adobe-flex-logo.jpgAdobe Flex - The Adobe solution for building rich interactives applicationsMy Blog2
1272856112adobe-air-red-logo.jpgAIR - The cross platform runtime from AdobeMy Blog2
1376056113node-jsNode.js is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications.jpgnode.js - built on chrome's javascript V8 engineMy Blog2
1475956114sqlserver-2012.jpgSQL Server 2012 - Microsoft's latest database engineMy Blog2
QSECTION
Query
Template: /com/nsmith/page.cfc:152
Execution Time: 1.15 ms
Record Count: 1
Cached: No
Lazy: No
SQL:
DECLARE @today DATETIME
SET @today = GETDATE()
SELECT
s.section_id,
s.section_parent_id,
s.section_url,
a.asset_id,
a.asset_filename,
a.asset_extension,
a.asset_width,
a.asset_height,
p.page_title,
p.page_meta_desc,
p.page_created_date,
p.page_start_date,
p.page_end_date,
p.page_allow_comments,
p.page_allow_trackbacks,
ps.section_id AS parent_section_id,
ps.section_url AS parent_section_url,
ps.section_name AS parent_section_name,
section_full_url =
CASE
WHEN s.section_parent_id IS NULL THEN Replace(s.section_url + '/','//','/')
ELSE ps.section_url + s.section_url + '/'
END
FROM t_section s
LEFT JOIN t_section ps ON s.section_parent_id = ps.section_id
INNER JOIN (
SELECT page_id, page_section_id, page_type_id, page_gallery_id, page_meta_desc, page_title, page_created_date, page_start_date, page_end_date, page_allow_comments, page_allow_trackbacks
FROM t_page
WHERE page_start_date <= @today
AND page_end_date >= @today
AND page_status_id = 1
AND website_id = 2
) p ON p.page_section_id = s.section_id
LEFT JOIN (
SELECT asset_id, gallery_id, sort_order
FROM t_gallery_asset_JOIN
WHERE sort_order = 1
) gaj ON gaj.gallery_id = p.page_gallery_id
LEFT JOIN t_asset a ON a.asset_id = gaj.asset_id
WHERE s.section_id <> 0
AND s.website_id = 2
AND s.section_id = 669
ORDER BY p.page_created_date ASC
section_idsection_parent_idsection_urlasset_idasset_filenameasset_extensionasset_widthasset_heightpage_titlepage_meta_descpage_created_datepage_start_datepage_end_datepage_allow_commentspage_allow_trackbacksparent_section_idparent_section_urlparent_section_namesection_full_url
1669583/2012-05-29-release-management-microsoft-sql-and-coldfusion690adobe-air.jpgProduct and Software Release Management - Microsoft SQL and ColdFusion - Your Thoughts?When managing or developing software, there will become a time that the product goes live online. After that time how do you manage your product and software release management for SQL and ColdFusion?{ts '2012-05-29 16:27:44'}{ts '2012-05-29 00:00:00'}{ts '2082-05-29 00:00:00'}10583/my-blogMy Blog/my-blog/2012-05-29-release-management-microsoft-sql-and-coldfusion/
RANDIMAGE
number10
SITEM
string2012-05-29-release-management-microsoft-sql-and-coldfusion
SSECTION
stringmy-blog
SSERVERNAME
stringwww.n-smith.com
STRRELOCATEURL
string
STRURL
string/my-blog/2012-05-29-release-management-microsoft-sql-and-coldfusion/
controllerexecutioncomplete
booleantrue
controllerexecutionstarted
booleantrue
event
stringonRequest
exception
Catch
Entries: 13
additional
Struct (ordered)
Cause
Struct
additional
Struct (ordered)
Detail
string
ErrNumber
number0
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringkey [img_url] doesn't exist
StackTrace
stringlucee.runtime.exp.ExpressionException: key [img_url] doesn't exist at lucee.runtime.type.util.StructSupport.invalidKey(StructSupport.java:67) at lucee.runtime.type.StructImpl.get(StructImpl.java:149) at lucee.runtime.util.VariableUtilImpl.get(VariableUtilImpl.java:278) at lucee.runtime.PageContextImpl.get(PageContextImpl.java:1502) at views.pagelayout.gallery_cfm$cf.call(/display/views/pagelayout/gallery.cfm:4) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:945) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:837) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:818) at corfield.framework_cfc$cf.udfCall7(/org/corfield/framework.cfc:1535) at corfield.framework_cfc$cf.udfCall(/org/corfield/framework.cfc) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:106) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:344) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:217) at lucee.runtime.type.scope.UndefinedImpl.call(UndefinedImpl.java:779) at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:785) at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1710) at corfield.framework_cfc$cf.udfCall6(/org/corfield/framework.cfc:898) at corfield.framework_cfc$cf.udfCall(/org/corfield/framework.cfc) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:106) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:344) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:217) at lucee.runtime.type.scope.UndefinedImpl.call(UndefinedImpl.java:779) at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:785) at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1710) at layouts.default_cfm$cf.call(/display/layouts/default.cfm:46) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:945) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:837) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:818) at corfield.framework_cfc$cf.udfCall7(/org/corfield/framework.cfc:1509) at corfield.framework_cfc$cf.udfCall(/org/corfield/framework.cfc) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:106) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:344) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:217) at lucee.runtime.type.scope.UndefinedImpl.call(UndefinedImpl.java:779) at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:785) at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1710) at corfield.framework_cfc$cf.udfCall2(/org/corfield/framework.cfc:554) at corfield.framework_cfc$cf.udfCall(/org/corfield/framework.cfc) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:106) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:344) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:217) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:680) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:568) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1898) at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:436) at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:215) at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:42) at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2416) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2406) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2381) at lucee.runtime.engine.Request.exe(Request.java:43) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1170) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1116) at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:97) at lucee.loader.servlet.CFMLServlet.service(CFMLServlet.java:51) at javax.servlet.http.HttpServlet.service(HttpServlet.java:741) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.ajp.AjpProcessor.service(AjpProcessor.java:432) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:868) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1590) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Thread.java:834)
TagContext
Array
1
Struct
codePrintHTML
string2: &lt;cfoutput&gt;<br> 3: &lt;div class=&quot;main-image grid_24&quot;&gt;<br> <b>4: &lt;img src=&quot;#application.stConfig[&quot;img_url&quot;]#/940x350/#rc.qPageGallery.asset_filename[rc.randImage]##rc.qPageGallery.asset_extension[rc.randImage]#&quot; class=&quot;padding&quot; title=&quot;#rc.qPageGallery.asset_title_alt[rc.randImage]#&quot; alt=&quot;#rc.qPageGallery.asset_title_alt[rc.randImage]#&quot; /&gt;</b><br> 5: &lt;span class=&quot;photo-tooltip&quot;&gt;<br> 6: #rc.qPageGallery.asset_title_alt[rc.randImage]#<br>
codePrintPlain
string2: <cfoutput> 3: <div class="main-image grid_24"> 4: <img src="#application.stConfig["img_url"]#/940x350/#rc.qPageGallery.asset_filename[rc.randImage]##rc.qPageGallery.asset_extension[rc.randImage]#" class="padding" title="#rc.qPageGallery.asset_title_alt[rc.randImage]#" alt="#rc.qPageGallery.asset_title_alt[rc.randImage]#" /> 5: <span class="photo-tooltip"> 6: #rc.qPageGallery.asset_title_alt[rc.randImage]#
column
number0
id
string??
line
number4
Raw_Trace
stringviews.pagelayout.gallery_cfm$cf.call(/display/views/pagelayout/gallery.cfm:4)
template
stringC:\wamp\www\n-smith.com\www\display\views\pagelayout\gallery.cfm
type
stringcfml
2
Struct
codePrintHTML
string1533: &lt;/cfif&gt;<br> 1534: <br> <b>1535: &lt;cfsavecontent variable='response'&gt;&lt;cfinclude template=&quot;#viewPath#&quot;/&gt;&lt;/cfsavecontent&gt;</b><br> 1536: <br> 1537: &lt;cfreturn response /&gt;<br>
codePrintPlain
string1533: </cfif> 1534: 1535: <cfsavecontent variable='response'><cfinclude template="#viewPath#"/></cfsavecontent> 1536: 1537: <cfreturn response />
column
number0
id
string??
line
number1535
Raw_Trace
stringcorfield.framework_cfc$cf.udfCall7(/org/corfield/framework.cfc:1535)
template
stringC:\wamp\www\org\corfield\framework.cfc
type
stringcfml
3
Struct
codePrintHTML
string896: <br> 897: &lt;cfset var viewPath = parseViewOrLayoutPath( arguments.path, 'view' ) /&gt;<br> <b>898: &lt;cfreturn internalView( viewPath, arguments.args ) /&gt;</b><br> 899: &lt;/cffunction&gt;<br> 900: <br>
codePrintPlain
string896: 897: <cfset var viewPath = parseViewOrLayoutPath( arguments.path, 'view' ) /> 898: <cfreturn internalView( viewPath, arguments.args ) /> 899: </cffunction> 900:
column
number0
id
string??
line
number898
Raw_Trace
stringcorfield.framework_cfc$cf.udfCall6(/org/corfield/framework.cfc:898)
template
stringC:\wamp\www\org\corfield\framework.cfc
type
stringcfml
4
Struct
codePrintHTML
string44: &lt;div class=&quot;container_24&quot;&gt;<br> 45: &lt;!--- Main Image Gallery ---&gt;<br> <b>46: #view( '/pagelayout/gallery' )#</b><br> 47: &lt;!--- Social Media / Sharing Tools ---&gt;<br> 48: #view( '/pagelayout/socialmedia' )#<br>
codePrintPlain
string44: <div class="container_24"> 45: <!--- Main Image Gallery ---> 46: #view( '/pagelayout/gallery' )# 47: <!--- Social Media / Sharing Tools ---> 48: #view( '/pagelayout/socialmedia' )#
column
number0
id
string??
line
number46
Raw_Trace
stringlayouts.default_cfm$cf.call(/display/layouts/default.cfm:46)
template
stringC:\wamp\www\n-smith.com\www\display\layouts\default.cfm
type
stringcfml
5
Struct
codePrintHTML
string1507: &lt;/cfif&gt;<br> 1508: <br> <b>1509: &lt;cfsavecontent variable='response'&gt;&lt;cfinclude template=&quot;#layoutPath#&quot;/&gt;&lt;/cfsavecontent&gt;</b><br> 1510: <br> 1511: &lt;cfreturn response /&gt;<br>
codePrintPlain
string1507: </cfif> 1508: 1509: <cfsavecontent variable='response'><cfinclude template="#layoutPath#"/></cfsavecontent> 1510: 1511: <cfreturn response />
column
number0
id
string??
line
number1509
Raw_Trace
stringcorfield.framework_cfc$cf.udfCall7(/org/corfield/framework.cfc:1509)
template
stringC:\wamp\www\org\corfield\framework.cfc
type
stringcfml
6
Struct
codePrintHTML
string552: break;<br> 553: }<br> <b>554: out = internalLayout( request.layouts[i], out );</b><br> 555: }<br> 556: writeOutput( out );<br>
codePrintPlain
string552: break; 553: } 554: out = internalLayout( request.layouts[i], out ); 555: } 556: writeOutput( out );
column
number0
id
string??
line
number554
Raw_Trace
stringcorfield.framework_cfc$cf.udfCall2(/org/corfield/framework.cfc:554)
template
stringC:\wamp\www\org\corfield\framework.cfc
type
stringcfml
type
stringexpression
Detail
string
ErrNumber
number0
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringkey [img_url] doesn't exist
name
stringonRequest
rootCause
Struct
additional
Struct (ordered)
Detail
string
ErrNumber
number0
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringkey [img_url] doesn't exist
StackTrace
stringlucee.runtime.exp.ExpressionException: key [img_url] doesn't exist at lucee.runtime.type.util.StructSupport.invalidKey(StructSupport.java:67) at lucee.runtime.type.StructImpl.get(StructImpl.java:149) at lucee.runtime.util.VariableUtilImpl.get(VariableUtilImpl.java:278) at lucee.runtime.PageContextImpl.get(PageContextImpl.java:1502) at views.pagelayout.gallery_cfm$cf.call(/display/views/pagelayout/gallery.cfm:4) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:945) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:837) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:818) at corfield.framework_cfc$cf.udfCall7(/org/corfield/framework.cfc:1535) at corfield.framework_cfc$cf.udfCall(/org/corfield/framework.cfc) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:106) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:344) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:217) at lucee.runtime.type.scope.UndefinedImpl.call(UndefinedImpl.java:779) at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:785) at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1710) at corfield.framework_cfc$cf.udfCall6(/org/corfield/framework.cfc:898) at corfield.framework_cfc$cf.udfCall(/org/corfield/framework.cfc) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:106) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:344) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:217) at lucee.runtime.type.scope.UndefinedImpl.call(UndefinedImpl.java:779) at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:785) at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1710) at layouts.default_cfm$cf.call(/display/layouts/default.cfm:46) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:945) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:837) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:818) at corfield.framework_cfc$cf.udfCall7(/org/corfield/framework.cfc:1509) at corfield.framework_cfc$cf.udfCall(/org/corfield/framework.cfc) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:106) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:344) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:217) at lucee.runtime.type.scope.UndefinedImpl.call(UndefinedImpl.java:779) at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:785) at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1710) at corfield.framework_cfc$cf.udfCall2(/org/corfield/framework.cfc:554) at corfield.framework_cfc$cf.udfCall(/org/corfield/framework.cfc) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:106) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:344) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:217) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:680) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:568) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1898) at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:436) at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:215) at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:42) at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2416) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2406) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2381) at lucee.runtime.engine.Request.exe(Request.java:43) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1170) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1116) at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:97) at lucee.loader.servlet.CFMLServlet.service(CFMLServlet.java:51) at javax.servlet.http.HttpServlet.service(HttpServlet.java:741) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.ajp.AjpProcessor.service(AjpProcessor.java:432) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:868) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1590) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Thread.java:834)
TagContext
Array
1
Struct
codePrintHTML
string2: &lt;cfoutput&gt;<br> 3: &lt;div class=&quot;main-image grid_24&quot;&gt;<br> <b>4: &lt;img src=&quot;#application.stConfig[&quot;img_url&quot;]#/940x350/#rc.qPageGallery.asset_filename[rc.randImage]##rc.qPageGallery.asset_extension[rc.randImage]#&quot; class=&quot;padding&quot; title=&quot;#rc.qPageGallery.asset_title_alt[rc.randImage]#&quot; alt=&quot;#rc.qPageGallery.asset_title_alt[rc.randImage]#&quot; /&gt;</b><br> 5: &lt;span class=&quot;photo-tooltip&quot;&gt;<br> 6: #rc.qPageGallery.asset_title_alt[rc.randImage]#<br>
codePrintPlain
string2: <cfoutput> 3: <div class="main-image grid_24"> 4: <img src="#application.stConfig["img_url"]#/940x350/#rc.qPageGallery.asset_filename[rc.randImage]##rc.qPageGallery.asset_extension[rc.randImage]#" class="padding" title="#rc.qPageGallery.asset_title_alt[rc.randImage]#" alt="#rc.qPageGallery.asset_title_alt[rc.randImage]#" /> 5: <span class="photo-tooltip"> 6: #rc.qPageGallery.asset_title_alt[rc.randImage]#
column
number0
id
string??
line
number4
Raw_Trace
stringviews.pagelayout.gallery_cfm$cf.call(/display/views/pagelayout/gallery.cfm:4)
template
stringC:\wamp\www\n-smith.com\www\display\views\pagelayout\gallery.cfm
type
stringcfml
2
Struct
codePrintHTML
string1533: &lt;/cfif&gt;<br> 1534: <br> <b>1535: &lt;cfsavecontent variable='response'&gt;&lt;cfinclude template=&quot;#viewPath#&quot;/&gt;&lt;/cfsavecontent&gt;</b><br> 1536: <br> 1537: &lt;cfreturn response /&gt;<br>
codePrintPlain
string1533: </cfif> 1534: 1535: <cfsavecontent variable='response'><cfinclude template="#viewPath#"/></cfsavecontent> 1536: 1537: <cfreturn response />
column
number0
id
string??
line
number1535
Raw_Trace
stringcorfield.framework_cfc$cf.udfCall7(/org/corfield/framework.cfc:1535)
template
stringC:\wamp\www\org\corfield\framework.cfc
type
stringcfml
3
Struct
codePrintHTML
string896: <br> 897: &lt;cfset var viewPath = parseViewOrLayoutPath( arguments.path, 'view' ) /&gt;<br> <b>898: &lt;cfreturn internalView( viewPath, arguments.args ) /&gt;</b><br> 899: &lt;/cffunction&gt;<br> 900: <br>
codePrintPlain
string896: 897: <cfset var viewPath = parseViewOrLayoutPath( arguments.path, 'view' ) /> 898: <cfreturn internalView( viewPath, arguments.args ) /> 899: </cffunction> 900:
column
number0
id
string??
line
number898
Raw_Trace
stringcorfield.framework_cfc$cf.udfCall6(/org/corfield/framework.cfc:898)
template
stringC:\wamp\www\org\corfield\framework.cfc
type
stringcfml
4
Struct
codePrintHTML
string44: &lt;div class=&quot;container_24&quot;&gt;<br> 45: &lt;!--- Main Image Gallery ---&gt;<br> <b>46: #view( '/pagelayout/gallery' )#</b><br> 47: &lt;!--- Social Media / Sharing Tools ---&gt;<br> 48: #view( '/pagelayout/socialmedia' )#<br>
codePrintPlain
string44: <div class="container_24"> 45: <!--- Main Image Gallery ---> 46: #view( '/pagelayout/gallery' )# 47: <!--- Social Media / Sharing Tools ---> 48: #view( '/pagelayout/socialmedia' )#
column
number0
id
string??
line
number46
Raw_Trace
stringlayouts.default_cfm$cf.call(/display/layouts/default.cfm:46)
template
stringC:\wamp\www\n-smith.com\www\display\layouts\default.cfm
type
stringcfml
5
Struct
codePrintHTML
string1507: &lt;/cfif&gt;<br> 1508: <br> <b>1509: &lt;cfsavecontent variable='response'&gt;&lt;cfinclude template=&quot;#layoutPath#&quot;/&gt;&lt;/cfsavecontent&gt;</b><br> 1510: <br> 1511: &lt;cfreturn response /&gt;<br>
codePrintPlain
string1507: </cfif> 1508: 1509: <cfsavecontent variable='response'><cfinclude template="#layoutPath#"/></cfsavecontent> 1510: 1511: <cfreturn response />
column
number0
id
string??
line
number1509
Raw_Trace
stringcorfield.framework_cfc$cf.udfCall7(/org/corfield/framework.cfc:1509)
template
stringC:\wamp\www\org\corfield\framework.cfc
type
stringcfml
6
Struct
codePrintHTML
string552: break;<br> 553: }<br> <b>554: out = internalLayout( request.layouts[i], out );</b><br> 555: }<br> 556: writeOutput( out );<br>
codePrintPlain
string552: break; 553: } 554: out = internalLayout( request.layouts[i], out ); 555: } 556: writeOutput( out );
column
number0
id
string??
line
number554
Raw_Trace
stringcorfield.framework_cfc$cf.udfCall2(/org/corfield/framework.cfc:554)
template
stringC:\wamp\www\org\corfield\framework.cfc
type
stringcfml
type
stringexpression
StackTrace
stringlucee.runtime.exp.ExpressionException: key [img_url] doesn't exist at lucee.runtime.type.util.StructSupport.invalidKey(StructSupport.java:67) at lucee.runtime.type.StructImpl.get(StructImpl.java:149) at lucee.runtime.util.VariableUtilImpl.get(VariableUtilImpl.java:278) at lucee.runtime.PageContextImpl.get(PageContextImpl.java:1502) at views.pagelayout.gallery_cfm$cf.call(/display/views/pagelayout/gallery.cfm:4) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:945) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:837) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:818) at corfield.framework_cfc$cf.udfCall7(/org/corfield/framework.cfc:1535) at corfield.framework_cfc$cf.udfCall(/org/corfield/framework.cfc) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:106) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:344) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:217) at lucee.runtime.type.scope.UndefinedImpl.call(UndefinedImpl.java:779) at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:785) at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1710) at corfield.framework_cfc$cf.udfCall6(/org/corfield/framework.cfc:898) at corfield.framework_cfc$cf.udfCall(/org/corfield/framework.cfc) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:106) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:344) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:217) at lucee.runtime.type.scope.UndefinedImpl.call(UndefinedImpl.java:779) at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:785) at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1710) at layouts.default_cfm$cf.call(/display/layouts/default.cfm:46) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:945) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:837) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:818) at corfield.framework_cfc$cf.udfCall7(/org/corfield/framework.cfc:1509) at corfield.framework_cfc$cf.udfCall(/org/corfield/framework.cfc) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:106) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:344) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:217) at lucee.runtime.type.scope.UndefinedImpl.call(UndefinedImpl.java:779) at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:785) at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1710) at corfield.framework_cfc$cf.udfCall2(/org/corfield/framework.cfc:554) at corfield.framework_cfc$cf.udfCall(/org/corfield/framework.cfc) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:106) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:344) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:217) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:680) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:568) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1898) at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:436) at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:215) at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:42) at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2416) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2406) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2381) at lucee.runtime.engine.Request.exe(Request.java:43) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1170) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1116) at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:97) at lucee.loader.servlet.CFMLServlet.service(CFMLServlet.java:51) at javax.servlet.http.HttpServlet.service(HttpServlet.java:741) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.ajp.AjpProcessor.service(AjpProcessor.java:432) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:868) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1590) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Thread.java:834)
TagContext
Array
1
Struct
codePrintHTML
string2: &lt;cfoutput&gt;<br> 3: &lt;div class=&quot;main-image grid_24&quot;&gt;<br> <b>4: &lt;img src=&quot;#application.stConfig[&quot;img_url&quot;]#/940x350/#rc.qPageGallery.asset_filename[rc.randImage]##rc.qPageGallery.asset_extension[rc.randImage]#&quot; class=&quot;padding&quot; title=&quot;#rc.qPageGallery.asset_title_alt[rc.randImage]#&quot; alt=&quot;#rc.qPageGallery.asset_title_alt[rc.randImage]#&quot; /&gt;</b><br> 5: &lt;span class=&quot;photo-tooltip&quot;&gt;<br> 6: #rc.qPageGallery.asset_title_alt[rc.randImage]#<br>
codePrintPlain
string2: <cfoutput> 3: <div class="main-image grid_24"> 4: <img src="#application.stConfig["img_url"]#/940x350/#rc.qPageGallery.asset_filename[rc.randImage]##rc.qPageGallery.asset_extension[rc.randImage]#" class="padding" title="#rc.qPageGallery.asset_title_alt[rc.randImage]#" alt="#rc.qPageGallery.asset_title_alt[rc.randImage]#" /> 5: <span class="photo-tooltip"> 6: #rc.qPageGallery.asset_title_alt[rc.randImage]#
column
number0
id
string??
line
number4
Raw_Trace
stringviews.pagelayout.gallery_cfm$cf.call(/display/views/pagelayout/gallery.cfm:4)
template
stringC:\wamp\www\n-smith.com\www\display\views\pagelayout\gallery.cfm
type
stringcfml
2
Struct
codePrintHTML
string1533: &lt;/cfif&gt;<br> 1534: <br> <b>1535: &lt;cfsavecontent variable='response'&gt;&lt;cfinclude template=&quot;#viewPath#&quot;/&gt;&lt;/cfsavecontent&gt;</b><br> 1536: <br> 1537: &lt;cfreturn response /&gt;<br>
codePrintPlain
string1533: </cfif> 1534: 1535: <cfsavecontent variable='response'><cfinclude template="#viewPath#"/></cfsavecontent> 1536: 1537: <cfreturn response />
column
number0
id
string??
line
number1535
Raw_Trace
stringcorfield.framework_cfc$cf.udfCall7(/org/corfield/framework.cfc:1535)
template
stringC:\wamp\www\org\corfield\framework.cfc
type
stringcfml
3
Struct
codePrintHTML
string896: <br> 897: &lt;cfset var viewPath = parseViewOrLayoutPath( arguments.path, 'view' ) /&gt;<br> <b>898: &lt;cfreturn internalView( viewPath, arguments.args ) /&gt;</b><br> 899: &lt;/cffunction&gt;<br> 900: <br>
codePrintPlain
string896: 897: <cfset var viewPath = parseViewOrLayoutPath( arguments.path, 'view' ) /> 898: <cfreturn internalView( viewPath, arguments.args ) /> 899: </cffunction> 900:
column
number0
id
string??
line
number898
Raw_Trace
stringcorfield.framework_cfc$cf.udfCall6(/org/corfield/framework.cfc:898)
template
stringC:\wamp\www\org\corfield\framework.cfc
type
stringcfml
4
Struct
codePrintHTML
string44: &lt;div class=&quot;container_24&quot;&gt;<br> 45: &lt;!--- Main Image Gallery ---&gt;<br> <b>46: #view( '/pagelayout/gallery' )#</b><br> 47: &lt;!--- Social Media / Sharing Tools ---&gt;<br> 48: #view( '/pagelayout/socialmedia' )#<br>
codePrintPlain
string44: <div class="container_24"> 45: <!--- Main Image Gallery ---> 46: #view( '/pagelayout/gallery' )# 47: <!--- Social Media / Sharing Tools ---> 48: #view( '/pagelayout/socialmedia' )#
column
number0
id
string??
line
number46
Raw_Trace
stringlayouts.default_cfm$cf.call(/display/layouts/default.cfm:46)
template
stringC:\wamp\www\n-smith.com\www\display\layouts\default.cfm
type
stringcfml
5
Struct
codePrintHTML
string1507: &lt;/cfif&gt;<br> 1508: <br> <b>1509: &lt;cfsavecontent variable='response'&gt;&lt;cfinclude template=&quot;#layoutPath#&quot;/&gt;&lt;/cfsavecontent&gt;</b><br> 1510: <br> 1511: &lt;cfreturn response /&gt;<br>
codePrintPlain
string1507: </cfif> 1508: 1509: <cfsavecontent variable='response'><cfinclude template="#layoutPath#"/></cfsavecontent> 1510: 1511: <cfreturn response />
column
number0
id
string??
line
number1509
Raw_Trace
stringcorfield.framework_cfc$cf.udfCall7(/org/corfield/framework.cfc:1509)
template
stringC:\wamp\www\org\corfield\framework.cfc
type
stringcfml
6
Struct
codePrintHTML
string552: break;<br> 553: }<br> <b>554: out = internalLayout( request.layouts[i], out );</b><br> 555: }<br> 556: writeOutput( out );<br>
codePrintPlain
string552: break; 553: } 554: out = internalLayout( request.layouts[i], out ); 555: } 556: writeOutput( out );
column
number0
id
string??
line
number554
Raw_Trace
stringcorfield.framework_cfc$cf.udfCall2(/org/corfield/framework.cfc:554)
template
stringC:\wamp\www\org\corfield\framework.cfc
type
stringcfml
type
stringexpression
failedaction
stringmy-blog.2012-05-29-release-management-microsoft-sql-and-coldfusion
generateses
booleantrue
item
stringerror
layout
booleanfalse
layouts
Array
1
string/display/layouts/default.cfm
section
stringerror
serviceexecutioncomplete
booleantrue
services
Array
subsystem
string
subsystembase
string/display/
view
string/superdisplay/views/error/error.cfm