Catch Entries: 13 |
additional | |
Cause | Struct | additional | | Detail | string | Java type of the object is java.lang.String |
| ErrNumber | | ErrorCode | | Extended_Info | | ExtendedInfo | | Message | string | Can't cast String [No data available.] to a value of type [Array] |
| StackTrace | string | lucee.runtime.exp.CasterException: Can't cast String [No data available.] to a value of type [Array]
at lucee.runtime.op.Caster.toArray(Caster.java:2439)
at site_assets.new_widgets.live_tides_cfm$cf$9jg.call(/site_assets/new_widgets/live_tides.cfm:156)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1043)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:935)
at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:916)
at sub_page_cfm$cf$99t.call(/sub_page.cfm:392)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1043)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:935)
at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:916)
at index_cfm$cf$9kh.call(/index.cfm:35)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1043)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:935)
at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:916)
at application_cfc$cf.udfCall1(/Application.cfc:97)
at application_cfc$cf.udfCall(/Application.cfc)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:350)
at lucee.runtime.type.UDFImpl.call(UDFImpl.java:223)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:697)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:585)
at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1932)
at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:444)
at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:218)
at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:44)
at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2475)
at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2465)
at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2436)
at lucee.runtime.engine.Request.exe(Request.java:45)
at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1198)
at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1144)
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:733)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)
at org.apache.coyote.ajp.AjpProcessor.service(AjpProcessor.java:433)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1707)
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 | string | 154: <cfif isDefined("qry_Gauges")><br>
155: <select id="selsite" name="selsite" class="selectBox" onChange="getTideData()" style="width:100%;"><br>
<b>156: <cfloop from="1" to="#arrayLen(qry_Gauges)#" index="i"></b><br>
157: <option value="<cfoutput>#qry_Gauges[i].idSite#</cfoutput>" <cfif qry_Gauges[i].Site_Cluster CONTAINS "Richmond">selected</cfif>><cfoutput>#qry_Gauges[i].Site_Cluster#</cfoutput></option><br>
158: </cfloop><br>
|
| codePrintPlain | string | 154: <cfif isDefined("qry_Gauges")>
155: <select id="selsite" name="selsite" class="selectBox" onChange="getTideData()" style="width:100%;">
156: <cfloop from="1" to="#arrayLen(qry_Gauges)#" index="i">
157: <option value="<cfoutput>#qry_Gauges[i].idSite#</cfoutput>" <cfif qry_Gauges[i].Site_Cluster CONTAINS "Richmond">selected</cfif>><cfoutput>#qry_Gauges[i].Site_Cluster#</cfoutput></option>
158: </cfloop>
|
| column | | id | | line | | Raw_Trace | string | site_assets.new_widgets.live_tides_cfm$cf$9jg.call(/site_assets/new_widgets/live_tides.cfm:156) |
| template | string | F:\inetpub\wwwroot\bott_old\site_assets\new_widgets\live_tides.cfm |
| type | |
| 2 | Struct | codePrintHTML | string | 390: <!---custom widget, get file path from widgets table and include?---><br>
391: <div class="#getChildElements.css_class#"><br>
<b>392: <cfinclude template="#curWidgetData.external_content_src#"></b><br>
393: </cfif><br>
394: </div><br>
|
| codePrintPlain | string | 390: <!---custom widget, get file path from widgets table and include?--->
391: <div class="#getChildElements.css_class#">
392: <cfinclude template="#curWidgetData.external_content_src#">
393: </cfif>
394: </div>
|
| column | | id | | line | | Raw_Trace | string | sub_page_cfm$cf$99t.call(/sub_page.cfm:392) |
| template | string | F:\inetpub\wwwroot\bott_old\sub_page.cfm |
| type | |
| 3 | Struct | codePrintHTML | string | 33: <!--- Include Template ---><br>
34: <cfif StructKeyExists(stcPageInfo, "strFilename") and len(stcPageInfo.strFilename)><br>
<b>35: <cfinclude template="#stcPageInfo.strFilename#"></b><br>
36: <cfabort><br>
37: <cfelse><br>
|
| codePrintPlain | string | 33: <!--- Include Template --->
34: <cfif StructKeyExists(stcPageInfo, "strFilename") and len(stcPageInfo.strFilename)>
35: <cfinclude template="#stcPageInfo.strFilename#">
36: <cfabort>
37: <cfelse>
|
| column | | id | | line | | Raw_Trace | string | index_cfm$cf$9kh.call(/index.cfm:35) |
| template | string | F:\inetpub\wwwroot\bott_old\index.cfm |
| type | |
| 4 | Struct | codePrintHTML | string | 95: <br>
96: <!--- Include the requested page. ---><br>
<b>97: <cfinclude template="#ARGUMENTS.TargetPage#" /></b><br>
98: <br>
99: <!--- Return out. ---><br>
|
| codePrintPlain | string | 95:
96: <!--- Include the requested page. --->
97: <cfinclude template="#ARGUMENTS.TargetPage#" />
98:
99: <!--- Return out. --->
|
| column | | id | | line | | Raw_Trace | string | application_cfc$cf.udfCall1(/Application.cfc:97) |
| template | string | F:\inetpub\wwwroot\bott_old\Application.cfc |
| type | |
|
| type | |
|
Detail | string | Java type of the object is java.lang.String |
|
ErrNumber | |
ErrorCode | |
Extended_Info | |
ExtendedInfo | |
Message | string | Can't cast String [No data available.] to a value of type [Array] |
|
name | |
rootCause | Struct | additional | | Detail | string | Java type of the object is java.lang.String |
| ErrNumber | | ErrorCode | | Extended_Info | | ExtendedInfo | | Message | string | Can't cast String [No data available.] to a value of type [Array] |
| StackTrace | string | lucee.runtime.exp.CasterException: Can't cast String [No data available.] to a value of type [Array]
at lucee.runtime.op.Caster.toArray(Caster.java:2439)
at site_assets.new_widgets.live_tides_cfm$cf$9jg.call(/site_assets/new_widgets/live_tides.cfm:156)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1043)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:935)
at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:916)
at sub_page_cfm$cf$99t.call(/sub_page.cfm:392)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1043)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:935)
at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:916)
at index_cfm$cf$9kh.call(/index.cfm:35)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1043)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:935)
at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:916)
at application_cfc$cf.udfCall1(/Application.cfc:97)
at application_cfc$cf.udfCall(/Application.cfc)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:350)
at lucee.runtime.type.UDFImpl.call(UDFImpl.java:223)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:697)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:585)
at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1932)
at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:444)
at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:218)
at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:44)
at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2475)
at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2465)
at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2436)
at lucee.runtime.engine.Request.exe(Request.java:45)
at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1198)
at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1144)
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:733)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)
at org.apache.coyote.ajp.AjpProcessor.service(AjpProcessor.java:433)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1707)
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 | string | 154: <cfif isDefined("qry_Gauges")><br>
155: <select id="selsite" name="selsite" class="selectBox" onChange="getTideData()" style="width:100%;"><br>
<b>156: <cfloop from="1" to="#arrayLen(qry_Gauges)#" index="i"></b><br>
157: <option value="<cfoutput>#qry_Gauges[i].idSite#</cfoutput>" <cfif qry_Gauges[i].Site_Cluster CONTAINS "Richmond">selected</cfif>><cfoutput>#qry_Gauges[i].Site_Cluster#</cfoutput></option><br>
158: </cfloop><br>
|
| codePrintPlain | string | 154: <cfif isDefined("qry_Gauges")>
155: <select id="selsite" name="selsite" class="selectBox" onChange="getTideData()" style="width:100%;">
156: <cfloop from="1" to="#arrayLen(qry_Gauges)#" index="i">
157: <option value="<cfoutput>#qry_Gauges[i].idSite#</cfoutput>" <cfif qry_Gauges[i].Site_Cluster CONTAINS "Richmond">selected</cfif>><cfoutput>#qry_Gauges[i].Site_Cluster#</cfoutput></option>
158: </cfloop>
|
| column | | id | | line | | Raw_Trace | string | site_assets.new_widgets.live_tides_cfm$cf$9jg.call(/site_assets/new_widgets/live_tides.cfm:156) |
| template | string | F:\inetpub\wwwroot\bott_old\site_assets\new_widgets\live_tides.cfm |
| type | |
| 2 | Struct | codePrintHTML | string | 390: <!---custom widget, get file path from widgets table and include?---><br>
391: <div class="#getChildElements.css_class#"><br>
<b>392: <cfinclude template="#curWidgetData.external_content_src#"></b><br>
393: </cfif><br>
394: </div><br>
|
| codePrintPlain | string | 390: <!---custom widget, get file path from widgets table and include?--->
391: <div class="#getChildElements.css_class#">
392: <cfinclude template="#curWidgetData.external_content_src#">
393: </cfif>
394: </div>
|
| column | | id | | line | | Raw_Trace | string | sub_page_cfm$cf$99t.call(/sub_page.cfm:392) |
| template | string | F:\inetpub\wwwroot\bott_old\sub_page.cfm |
| type | |
| 3 | Struct | codePrintHTML | string | 33: <!--- Include Template ---><br>
34: <cfif StructKeyExists(stcPageInfo, "strFilename") and len(stcPageInfo.strFilename)><br>
<b>35: <cfinclude template="#stcPageInfo.strFilename#"></b><br>
36: <cfabort><br>
37: <cfelse><br>
|
| codePrintPlain | string | 33: <!--- Include Template --->
34: <cfif StructKeyExists(stcPageInfo, "strFilename") and len(stcPageInfo.strFilename)>
35: <cfinclude template="#stcPageInfo.strFilename#">
36: <cfabort>
37: <cfelse>
|
| column | | id | | line | | Raw_Trace | string | index_cfm$cf$9kh.call(/index.cfm:35) |
| template | string | F:\inetpub\wwwroot\bott_old\index.cfm |
| type | |
| 4 | Struct | codePrintHTML | string | 95: <br>
96: <!--- Include the requested page. ---><br>
<b>97: <cfinclude template="#ARGUMENTS.TargetPage#" /></b><br>
98: <br>
99: <!--- Return out. ---><br>
|
| codePrintPlain | string | 95:
96: <!--- Include the requested page. --->
97: <cfinclude template="#ARGUMENTS.TargetPage#" />
98:
99: <!--- Return out. --->
|
| column | | id | | line | | Raw_Trace | string | application_cfc$cf.udfCall1(/Application.cfc:97) |
| template | string | F:\inetpub\wwwroot\bott_old\Application.cfc |
| type | |
|
| type | |
|
StackTrace | string | lucee.runtime.exp.CasterException: Can't cast String [No data available.] to a value of type [Array]
at lucee.runtime.op.Caster.toArray(Caster.java:2439)
at site_assets.new_widgets.live_tides_cfm$cf$9jg.call(/site_assets/new_widgets/live_tides.cfm:156)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1043)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:935)
at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:916)
at sub_page_cfm$cf$99t.call(/sub_page.cfm:392)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1043)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:935)
at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:916)
at index_cfm$cf$9kh.call(/index.cfm:35)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1043)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:935)
at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:916)
at application_cfc$cf.udfCall1(/Application.cfc:97)
at application_cfc$cf.udfCall(/Application.cfc)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:350)
at lucee.runtime.type.UDFImpl.call(UDFImpl.java:223)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:697)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:585)
at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1932)
at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:444)
at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:218)
at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:44)
at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2475)
at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2465)
at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2436)
at lucee.runtime.engine.Request.exe(Request.java:45)
at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1198)
at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1144)
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:733)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357)
at org.apache.coyote.ajp.AjpProcessor.service(AjpProcessor.java:433)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1707)
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 | string | 154: <cfif isDefined("qry_Gauges")><br>
155: <select id="selsite" name="selsite" class="selectBox" onChange="getTideData()" style="width:100%;"><br>
<b>156: <cfloop from="1" to="#arrayLen(qry_Gauges)#" index="i"></b><br>
157: <option value="<cfoutput>#qry_Gauges[i].idSite#</cfoutput>" <cfif qry_Gauges[i].Site_Cluster CONTAINS "Richmond">selected</cfif>><cfoutput>#qry_Gauges[i].Site_Cluster#</cfoutput></option><br>
158: </cfloop><br>
|
| codePrintPlain | string | 154: <cfif isDefined("qry_Gauges")>
155: <select id="selsite" name="selsite" class="selectBox" onChange="getTideData()" style="width:100%;">
156: <cfloop from="1" to="#arrayLen(qry_Gauges)#" index="i">
157: <option value="<cfoutput>#qry_Gauges[i].idSite#</cfoutput>" <cfif qry_Gauges[i].Site_Cluster CONTAINS "Richmond">selected</cfif>><cfoutput>#qry_Gauges[i].Site_Cluster#</cfoutput></option>
158: </cfloop>
|
| column | | id | | line | | Raw_Trace | string | site_assets.new_widgets.live_tides_cfm$cf$9jg.call(/site_assets/new_widgets/live_tides.cfm:156) |
| template | string | F:\inetpub\wwwroot\bott_old\site_assets\new_widgets\live_tides.cfm |
| type | |
| 2 | Struct | codePrintHTML | string | 390: <!---custom widget, get file path from widgets table and include?---><br>
391: <div class="#getChildElements.css_class#"><br>
<b>392: <cfinclude template="#curWidgetData.external_content_src#"></b><br>
393: </cfif><br>
394: </div><br>
|
| codePrintPlain | string | 390: <!---custom widget, get file path from widgets table and include?--->
391: <div class="#getChildElements.css_class#">
392: <cfinclude template="#curWidgetData.external_content_src#">
393: </cfif>
394: </div>
|
| column | | id | | line | | Raw_Trace | string | sub_page_cfm$cf$99t.call(/sub_page.cfm:392) |
| template | string | F:\inetpub\wwwroot\bott_old\sub_page.cfm |
| type | |
| 3 | Struct | codePrintHTML | string | 33: <!--- Include Template ---><br>
34: <cfif StructKeyExists(stcPageInfo, "strFilename") and len(stcPageInfo.strFilename)><br>
<b>35: <cfinclude template="#stcPageInfo.strFilename#"></b><br>
36: <cfabort><br>
37: <cfelse><br>
|
| codePrintPlain | string | 33: <!--- Include Template --->
34: <cfif StructKeyExists(stcPageInfo, "strFilename") and len(stcPageInfo.strFilename)>
35: <cfinclude template="#stcPageInfo.strFilename#">
36: <cfabort>
37: <cfelse>
|
| column | | id | | line | | Raw_Trace | string | index_cfm$cf$9kh.call(/index.cfm:35) |
| template | string | F:\inetpub\wwwroot\bott_old\index.cfm |
| type | |
| 4 | Struct | codePrintHTML | string | 95: <br>
96: <!--- Include the requested page. ---><br>
<b>97: <cfinclude template="#ARGUMENTS.TargetPage#" /></b><br>
98: <br>
99: <!--- Return out. ---><br>
|
| codePrintPlain | string | 95:
96: <!--- Include the requested page. --->
97: <cfinclude template="#ARGUMENTS.TargetPage#" />
98:
99: <!--- Return out. --->
|
| column | | id | | line | | Raw_Trace | string | application_cfc$cf.udfCall1(/Application.cfc:97) |
| template | string | F:\inetpub\wwwroot\bott_old\Application.cfc |
| type | |
|
|
type | |