Catch
additional
Struct (ordered)
Detail
string
ErrNumber
number0
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringkey [credit_link] doesn't exist
StackTrace
stringlucee.runtime.exp.ExpressionException: key [credit_link] doesn't exist at lucee.runtime.type.util.StructSupport.invalidKey(StructSupport.java:67) at lucee.runtime.type.StructImpl.get(StructImpl.java:147) at lucee.runtime.util.VariableUtilImpl.get(VariableUtilImpl.java:267) at lucee.runtime.PageContextImpl.get(PageContextImpl.java:1499) at carousels.basic.mod_cfm$cf$23.call(/mods/carousels/basic/mod.cfm:402) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:942) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:834) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:816) at include_cfm$cf$1.call(/include.cfm:482) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:942) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:834) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:827) at lucee.runtime.tag.CFTag.doInclude(CFTag.java:317) at lucee.runtime.tag.CFTag.cfmlStartTag(CFTag.java:243) at lucee.runtime.tag.CFTag.doStartTag(CFTag.java:177) at template_master_cfm414$cf$37.call(/e4/template.master.cfm:352) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:942) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:834) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:816) at app_onrequeststart_cfm184$cf$45.call(/e4/app.onRequestStart.cfm:629) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:942) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:834) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:816) at application_cfc$cf$42.udfCall2(/application.cfc:729) at application_cfc$cf$42.udfCall(/application.cfc) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:106) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:342) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:215) 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:132) at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:42) at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2409) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2399) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2374) at lucee.runtime.engine.Request.exe(Request.java:43) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1109) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1055) 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:526) 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:394) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:860) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Unknown Source)
TagContext
Array
1
Struct
codePrintHTML
string400: <br> 401: &lt;cfif ( structKeyExists( ci, &quot;attribution&quot; ) and ci.attribution neq &quot;&quot; ) or ( structKeyExists( ci, &quot;credit_name&quot; ) and ci.credit_name neq &quot;&quot; )&gt;<br> <b>402: &lt;div class=&quot;attribution &lt;cfif attributes.root_class eq &quot;header_role&quot;&gt;show&lt;/cfif&gt;&quot; onClick=&quot; &lt;cfif ci.credit_link neq &quot;&quot;&gt;window.open( '#ci.credit_link#' ); &lt;cfelse&gt;$( this ).toggleClass( 'show' );&lt;/cfif&gt; &quot;&gt;&lt;span&gt;Photo Credit&lt;/span&gt;&lt;span&gt;&lt;cfif ci.credit_name neq &quot;&quot;&gt;#ci.credit_name#&lt;cfelse&gt;#ci.attribution#&lt;/cfif&gt;&lt;/span&gt;&lt;/div&gt;</b><br> 403: &lt;/cfif&gt;<br> 404: &lt;/cfcase&gt;<br>
codePrintPlain
string400: 401: <cfif ( structKeyExists( ci, "attribution" ) and ci.attribution neq "" ) or ( structKeyExists( ci, "credit_name" ) and ci.credit_name neq "" )> 402: <div class="attribution <cfif attributes.root_class eq "header_role">show</cfif>" onClick=" <cfif ci.credit_link neq "">window.open( '#ci.credit_link#' ); <cfelse>$( this ).toggleClass( 'show' );</cfif> "><span>Photo Credit</span><span><cfif ci.credit_name neq "">#ci.credit_name#<cfelse>#ci.attribution#</cfif></span></div> 403: </cfif> 404: </cfcase>
column
number0
id
string??
line
number402
Raw_Trace
stringcarousels.basic.mod_cfm$cf$23.call(/mods/carousels/basic/mod.cfm:402)
template
stringC:\code\earthdiver\transition\mods\carousels\basic\mod.cfm
type
stringcfml
2
Struct
codePrintHTML
string
codePrintPlain
string
column
number0
id
string??
line
number482
Raw_Trace
stringinclude_cfm$cf$1.call(/include.cfm:482)
template
string/include.cfm
type
stringcfml
3
Struct
codePrintHTML
string350: <br> 351: &lt;/cfif&gt;<br> <b>352: &lt;cf_include mod=&quot;/mods/carousels/basic&quot; items=&quot;#request.args.arr_media#&quot; show_captions=&quot;false&quot; /&gt;</b><br> 353: &lt;/div&gt;<br> 354: &lt;/cfif&gt;<br>
codePrintPlain
string350: 351: </cfif> 352: <cf_include mod="/mods/carousels/basic" items="#request.args.arr_media#" show_captions="false" /> 353: </div> 354: </cfif>
column
number0
id
string??
line
number352
Raw_Trace
stringtemplate_master_cfm414$cf$37.call(/e4/template.master.cfm:352)
template
stringC:\code\earthdiver\transition\e4\template.master.cfm
type
stringcfml
4
Struct
codePrintHTML
string627: <br> 628: &lt;!--- Pull in the right template ---&gt;<br> <b>629: &lt;cfinclude template=&quot;/e4/template.#request.config.url.match.type#.cfm&quot; /&gt;</b><br> 630: <br> 631: &lt;/cfcase&gt;<br>
codePrintPlain
string627: 628: <!--- Pull in the right template ---> 629: <cfinclude template="/e4/template.#request.config.url.match.type#.cfm" /> 630: 631: </cfcase>
column
number0
id
string??
line
number629
Raw_Trace
stringapp_onrequeststart_cfm184$cf$45.call(/e4/app.onRequestStart.cfm:629)
template
stringC:\code\earthdiver\transition\e4\app.onRequestStart.cfm
type
stringcfml
5
Struct
codePrintHTML
string727: <br> 728: &lt;!--- Migratory switch for Kanab testing ---&gt;<br> <b>729: &lt;cfinclude template=&quot;/e4/app.onRequestStart.cfm&quot; /&gt;</b><br> 730: &lt;cfreturn true /&gt;<br> 731: <br>
codePrintPlain
string727: 728: <!--- Migratory switch for Kanab testing ---> 729: <cfinclude template="/e4/app.onRequestStart.cfm" /> 730: <cfreturn true /> 731:
column
number0
id
string??
line
number729
Raw_Trace
stringapplication_cfc$cf$42.udfCall2(/application.cfc:729)
template
stringC:\code\earthdiver\transition\earthdiver_vue_3\application.cfc
type
stringcfml
type
stringexpression