You are seeing this error because you have pw enabled.

onRequestStart
Catch
Entries: 13
additional
Struct (ordered)
Cause
Struct
additional
Struct (ordered)
Detail
string
ErrNumber
number0
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringkey [WEB_ROOT] doesn't exist
StackTrace
stringlucee.runtime.exp.ExpressionException: key [WEB_ROOT] doesn't exist at lucee.runtime.type.util.StructSupport.invalidKey(StructSupport.java:67) at lucee.runtime.type.StructImpl.get(StructImpl.java:139) at util.sideliner_cfc$cf.initComponent(/com/util/sideliner.cfc:4) at util.sideliner_cfc$cf.newInstance(/com/util/sideliner.cfc:1) at lucee.runtime.component.ComponentLoader.initComponent(ComponentLoader.java:632) at lucee.runtime.component.ComponentLoader._loadComponent(ComponentLoader.java:571) at lucee.runtime.component.ComponentLoader.load(ComponentLoader.java:494) at lucee.runtime.component.ComponentLoader._search(ComponentLoader.java:283) at lucee.runtime.component.ComponentLoader._search(ComponentLoader.java:188) at lucee.runtime.component.ComponentLoader.searchComponent(ComponentLoader.java:82) at lucee.runtime.PageContextImpl.loadComponent(PageContextImpl.java:3281) at lucee.runtime.functions.other.CreateObject.doComponent(CreateObject.java:148) at lucee.runtime.functions.other.CreateObject.call(CreateObject.java:70) at lucee.runtime.functions.other.CreateObject.call(CreateObject.java:49) at application_actual_cfc$cf.udfCall1(/com/Application_actual.cfc:511) at application_actual_cfc$cf.udfCall(/com/Application_actual.cfc) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:358) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:223) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:698) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:586) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1933) at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:444) at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:135) at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:44) at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2494) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2479) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2450) at lucee.runtime.engine.Request.exe(Request.java:45) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1215) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1161) 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:623) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:199) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:168) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:481) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:130) at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:660) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) at org.apache.catalina.valves.RemoteIpValve.invoke(RemoteIpValve.java:761) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:346) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:388) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:928) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1791) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) at java.base/java.lang.Thread.run(Unknown Source)
TagContext
Array
1
Struct
codePrintHTML
string2: <br> 3: &nbsp;&nbsp;&lt;cfset&nbsp;this['sideline_filename']&nbsp;=&nbsp;'sideline.html'&gt;<br> <b>4: &nbsp;&nbsp;&lt;cfset&nbsp;this['sideline_file_path']&nbsp;=&nbsp;application.web_root&nbsp;&amp;&nbsp;this.sideline_filename&gt;</b><br> 5: &nbsp;&nbsp;&lt;cfset&nbsp;this['start']&nbsp;=&nbsp;getTickCount()&gt;<br> 6: &nbsp;&nbsp;&lt;cfset&nbsp;this['last_add_tick']&nbsp;=&nbsp;this.start&gt;<br>
codePrintPlain
string2: 3: <cfset this['sideline_filename'] = 'sideline.html'> 4: <cfset this['sideline_file_path'] = application.web_root & this.sideline_filename> 5: <cfset this['start'] = getTickCount()> 6: <cfset this['last_add_tick'] = this.start>
column
number0
id
string??
line
number4
Raw_Trace
stringutil.sideliner_cfc$cf.initComponent(/com/util/sideliner.cfc:4)
template
string/var/www/legacy/com/util/sideliner.cfc
type
stringcfml
2
Struct
codePrintHTML
string<b>1: &lt;cfcomponent&gt;</b><br> 2: <br> 3: &nbsp;&nbsp;&lt;cfset&nbsp;this['sideline_filename']&nbsp;=&nbsp;'sideline.html'&gt;<br>
codePrintPlain
string1: <cfcomponent> 2: 3: <cfset this['sideline_filename'] = 'sideline.html'>
column
number0
id
string??
line
number1
Raw_Trace
stringutil.sideliner_cfc$cf.newInstance(/com/util/sideliner.cfc:1)
template
string/var/www/legacy/com/util/sideliner.cfc
type
stringcfml
3
Struct
codePrintHTML
string509: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;!---&nbsp;new&nbsp;july&nbsp;2025&nbsp;---&gt;<br> 510: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfif&nbsp;arguments.TargetPage&nbsp;does&nbsp;not&nbsp;contain&nbsp;'live_update'&gt;<br> <b>511: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;request['sideliner']&nbsp;=&nbsp;createObject('component',&nbsp;'com.util.sideliner').init(getFunctionCalledName())&gt;</b><br> 512: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/cfif&gt;<br> 513: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br>
codePrintPlain
string509: <!--- new july 2025 ---> 510: <cfif arguments.TargetPage does not contain 'live_update'> 511: <cfset request['sideliner'] = createObject('component', 'com.util.sideliner').init(getFunctionCalledName())> 512: </cfif> 513:
column
number0
id
string??
line
number511
Raw_Trace
stringapplication_actual_cfc$cf.udfCall1(/com/Application_actual.cfc:511)
template
string/var/www/legacy/com/Application_actual.cfc
type
stringcfml
type
stringexpression
Detail
string
ErrNumber
number0
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringkey [WEB_ROOT] doesn't exist
name
stringonRequestStart
rootCause
Struct
additional
Struct (ordered)
Detail
string
ErrNumber
number0
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringkey [WEB_ROOT] doesn't exist
StackTrace
stringlucee.runtime.exp.ExpressionException: key [WEB_ROOT] doesn't exist at lucee.runtime.type.util.StructSupport.invalidKey(StructSupport.java:67) at lucee.runtime.type.StructImpl.get(StructImpl.java:139) at util.sideliner_cfc$cf.initComponent(/com/util/sideliner.cfc:4) at util.sideliner_cfc$cf.newInstance(/com/util/sideliner.cfc:1) at lucee.runtime.component.ComponentLoader.initComponent(ComponentLoader.java:632) at lucee.runtime.component.ComponentLoader._loadComponent(ComponentLoader.java:571) at lucee.runtime.component.ComponentLoader.load(ComponentLoader.java:494) at lucee.runtime.component.ComponentLoader._search(ComponentLoader.java:283) at lucee.runtime.component.ComponentLoader._search(ComponentLoader.java:188) at lucee.runtime.component.ComponentLoader.searchComponent(ComponentLoader.java:82) at lucee.runtime.PageContextImpl.loadComponent(PageContextImpl.java:3281) at lucee.runtime.functions.other.CreateObject.doComponent(CreateObject.java:148) at lucee.runtime.functions.other.CreateObject.call(CreateObject.java:70) at lucee.runtime.functions.other.CreateObject.call(CreateObject.java:49) at application_actual_cfc$cf.udfCall1(/com/Application_actual.cfc:511) at application_actual_cfc$cf.udfCall(/com/Application_actual.cfc) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:358) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:223) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:698) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:586) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1933) at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:444) at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:135) at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:44) at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2494) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2479) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2450) at lucee.runtime.engine.Request.exe(Request.java:45) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1215) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1161) 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:623) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:199) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:168) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:481) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:130) at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:660) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) at org.apache.catalina.valves.RemoteIpValve.invoke(RemoteIpValve.java:761) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:346) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:388) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:928) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1791) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) at java.base/java.lang.Thread.run(Unknown Source)
TagContext
Array
1
Struct
codePrintHTML
string2: <br> 3: &nbsp;&nbsp;&lt;cfset&nbsp;this['sideline_filename']&nbsp;=&nbsp;'sideline.html'&gt;<br> <b>4: &nbsp;&nbsp;&lt;cfset&nbsp;this['sideline_file_path']&nbsp;=&nbsp;application.web_root&nbsp;&amp;&nbsp;this.sideline_filename&gt;</b><br> 5: &nbsp;&nbsp;&lt;cfset&nbsp;this['start']&nbsp;=&nbsp;getTickCount()&gt;<br> 6: &nbsp;&nbsp;&lt;cfset&nbsp;this['last_add_tick']&nbsp;=&nbsp;this.start&gt;<br>
codePrintPlain
string2: 3: <cfset this['sideline_filename'] = 'sideline.html'> 4: <cfset this['sideline_file_path'] = application.web_root & this.sideline_filename> 5: <cfset this['start'] = getTickCount()> 6: <cfset this['last_add_tick'] = this.start>
column
number0
id
string??
line
number4
Raw_Trace
stringutil.sideliner_cfc$cf.initComponent(/com/util/sideliner.cfc:4)
template
string/var/www/legacy/com/util/sideliner.cfc
type
stringcfml
2
Struct
codePrintHTML
string<b>1: &lt;cfcomponent&gt;</b><br> 2: <br> 3: &nbsp;&nbsp;&lt;cfset&nbsp;this['sideline_filename']&nbsp;=&nbsp;'sideline.html'&gt;<br>
codePrintPlain
string1: <cfcomponent> 2: 3: <cfset this['sideline_filename'] = 'sideline.html'>
column
number0
id
string??
line
number1
Raw_Trace
stringutil.sideliner_cfc$cf.newInstance(/com/util/sideliner.cfc:1)
template
string/var/www/legacy/com/util/sideliner.cfc
type
stringcfml
3
Struct
codePrintHTML
string509: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;!---&nbsp;new&nbsp;july&nbsp;2025&nbsp;---&gt;<br> 510: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfif&nbsp;arguments.TargetPage&nbsp;does&nbsp;not&nbsp;contain&nbsp;'live_update'&gt;<br> <b>511: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;request['sideliner']&nbsp;=&nbsp;createObject('component',&nbsp;'com.util.sideliner').init(getFunctionCalledName())&gt;</b><br> 512: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/cfif&gt;<br> 513: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br>
codePrintPlain
string509: <!--- new july 2025 ---> 510: <cfif arguments.TargetPage does not contain 'live_update'> 511: <cfset request['sideliner'] = createObject('component', 'com.util.sideliner').init(getFunctionCalledName())> 512: </cfif> 513:
column
number0
id
string??
line
number511
Raw_Trace
stringapplication_actual_cfc$cf.udfCall1(/com/Application_actual.cfc:511)
template
string/var/www/legacy/com/Application_actual.cfc
type
stringcfml
type
stringexpression
StackTrace
stringlucee.runtime.exp.ExpressionException: key [WEB_ROOT] doesn't exist at lucee.runtime.type.util.StructSupport.invalidKey(StructSupport.java:67) at lucee.runtime.type.StructImpl.get(StructImpl.java:139) at util.sideliner_cfc$cf.initComponent(/com/util/sideliner.cfc:4) at util.sideliner_cfc$cf.newInstance(/com/util/sideliner.cfc:1) at lucee.runtime.component.ComponentLoader.initComponent(ComponentLoader.java:632) at lucee.runtime.component.ComponentLoader._loadComponent(ComponentLoader.java:571) at lucee.runtime.component.ComponentLoader.load(ComponentLoader.java:494) at lucee.runtime.component.ComponentLoader._search(ComponentLoader.java:283) at lucee.runtime.component.ComponentLoader._search(ComponentLoader.java:188) at lucee.runtime.component.ComponentLoader.searchComponent(ComponentLoader.java:82) at lucee.runtime.PageContextImpl.loadComponent(PageContextImpl.java:3281) at lucee.runtime.functions.other.CreateObject.doComponent(CreateObject.java:148) at lucee.runtime.functions.other.CreateObject.call(CreateObject.java:70) at lucee.runtime.functions.other.CreateObject.call(CreateObject.java:49) at application_actual_cfc$cf.udfCall1(/com/Application_actual.cfc:511) at application_actual_cfc$cf.udfCall(/com/Application_actual.cfc) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:358) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:223) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:698) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:586) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1933) at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:444) at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:135) at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:44) at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2494) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2479) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2450) at lucee.runtime.engine.Request.exe(Request.java:45) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1215) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1161) 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:623) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:199) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:168) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:481) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:130) at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:660) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) at org.apache.catalina.valves.RemoteIpValve.invoke(RemoteIpValve.java:761) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:346) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:388) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:928) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1791) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) at java.base/java.lang.Thread.run(Unknown Source)
TagContext
Array
1
Struct
codePrintHTML
string2: <br> 3: &nbsp;&nbsp;&lt;cfset&nbsp;this['sideline_filename']&nbsp;=&nbsp;'sideline.html'&gt;<br> <b>4: &nbsp;&nbsp;&lt;cfset&nbsp;this['sideline_file_path']&nbsp;=&nbsp;application.web_root&nbsp;&amp;&nbsp;this.sideline_filename&gt;</b><br> 5: &nbsp;&nbsp;&lt;cfset&nbsp;this['start']&nbsp;=&nbsp;getTickCount()&gt;<br> 6: &nbsp;&nbsp;&lt;cfset&nbsp;this['last_add_tick']&nbsp;=&nbsp;this.start&gt;<br>
codePrintPlain
string2: 3: <cfset this['sideline_filename'] = 'sideline.html'> 4: <cfset this['sideline_file_path'] = application.web_root & this.sideline_filename> 5: <cfset this['start'] = getTickCount()> 6: <cfset this['last_add_tick'] = this.start>
column
number0
id
string??
line
number4
Raw_Trace
stringutil.sideliner_cfc$cf.initComponent(/com/util/sideliner.cfc:4)
template
string/var/www/legacy/com/util/sideliner.cfc
type
stringcfml
2
Struct
codePrintHTML
string<b>1: &lt;cfcomponent&gt;</b><br> 2: <br> 3: &nbsp;&nbsp;&lt;cfset&nbsp;this['sideline_filename']&nbsp;=&nbsp;'sideline.html'&gt;<br>
codePrintPlain
string1: <cfcomponent> 2: 3: <cfset this['sideline_filename'] = 'sideline.html'>
column
number0
id
string??
line
number1
Raw_Trace
stringutil.sideliner_cfc$cf.newInstance(/com/util/sideliner.cfc:1)
template
string/var/www/legacy/com/util/sideliner.cfc
type
stringcfml
3
Struct
codePrintHTML
string509: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;!---&nbsp;new&nbsp;july&nbsp;2025&nbsp;---&gt;<br> 510: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfif&nbsp;arguments.TargetPage&nbsp;does&nbsp;not&nbsp;contain&nbsp;'live_update'&gt;<br> <b>511: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;request['sideliner']&nbsp;=&nbsp;createObject('component',&nbsp;'com.util.sideliner').init(getFunctionCalledName())&gt;</b><br> 512: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/cfif&gt;<br> 513: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br>
codePrintPlain
string509: <!--- new july 2025 ---> 510: <cfif arguments.TargetPage does not contain 'live_update'> 511: <cfset request['sideliner'] = createObject('component', 'com.util.sideliner').init(getFunctionCalledName())> 512: </cfif> 513:
column
number0
id
string??
line
number511
Raw_Trace
stringapplication_actual_cfc$cf.udfCall1(/com/Application_actual.cfc:511)
template
string/var/www/legacy/com/Application_actual.cfc
type
stringcfml
type
stringexpression