Catch Entries: 12 | | additional | | Struct (ordered) | | template | | string | /var/www/wholesaleaisle/public_html/resources/views/layouts/header.cfm |
| | line | | | column | | | Pattern | | string | <cfif [condition="boolean"]></cfif> |
| | Documentation | | string | Used with cfelse and cfelseif, cfif lets you create simple and compound conditional statements
in CFML. The value in the cfif tag can be any expression.
Optional:
* condition (boolean): condition o the expression
|
|
| | Cause | | Struct | | additional | | Struct (ordered) | | template | | string | /var/www/wholesaleaisle/public_html/resources/views/layouts/header.cfm |
| | line | | | column | | | Pattern | | string | <cfif [condition="boolean"]></cfif> |
| | Documentation | | string | Used with cfelse and cfelseif, cfif lets you create simple and compound conditional statements
in CFML. The value in the cfif tag can be any expression.
Optional:
* condition (boolean): condition o the expression
|
|
| | Detail | | | ErrorCode | | | Extended_Info | | | ExtendedInfo | | | Message | | string | tag [cfif] is not closed; Failed in /var/www/wholesaleaisle/public_html/resources/views/layouts/header.cfm:32 |
| | StackTrace | | string | lucee.runtime.exp.TemplateException: tag [cfif] is not closed; Failed in /var/www/wholesaleaisle/public_html/resources/views/layouts/header.cfm:32
at lucee.transformer.cfml.tag.CFMLTransformer.createTemplateException(CFMLTransformer.java:1304)
at lucee.transformer.cfml.tag.CFMLTransformer.tag(CFMLTransformer.java:721)
at lucee.transformer.cfml.tag.CFMLTransformer.body(CFMLTransformer.java:409)
at lucee.transformer.cfml.tag.CFMLTransformer.tag(CFMLTransformer.java:794)
at lucee.transformer.cfml.tag.CFMLTransformer.body(CFMLTransformer.java:409)
at lucee.transformer.cfml.tag.CFMLTransformer.transform(CFMLTransformer.java:348)
at lucee.transformer.cfml.tag.CFMLTransformer.transform(CFMLTransformer.java:340)
at lucee.transformer.cfml.tag.CFMLTransformer.transform(CFMLTransformer.java:195)
at lucee.runtime.compiler.CFMLCompilerImpl._compile(CFMLCompilerImpl.java:101)
at lucee.runtime.compiler.CFMLCompilerImpl.compile(CFMLCompilerImpl.java:73)
at lucee.runtime.PageSourceImpl._compile(PageSourceImpl.java:476)
at lucee.runtime.PageSourceImpl.compile(PageSourceImpl.java:442)
at lucee.runtime.PageSourceImpl.loadPhysical(PageSourceImpl.java:348)
at lucee.runtime.PageSourceImpl.loadPageThrowTemplateException(PageSourceImpl.java:210)
at lucee.runtime.PageSourceImpl.loadPage(PageSourceImpl.java:1118)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1108)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1006)
at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:987)
at vendors.deepwell.core.resources_cfc$cf$7t.udfCall1(/vendors/deepwell/core/resources.cfc:39)
at vendors.deepwell.core.resources_cfc$cf$7t.udfCall(/vendors/deepwell/core/resources.cfc)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357)
at lucee.runtime.type.UDFImpl.call(UDFImpl.java:224)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:722)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:595)
at lucee.runtime.ComponentImpl.call(ComponentImpl.java:2101)
at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:773)
at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:2075)
at resources.views.products.display_products_by_brand_cfm$cf$p4.call(/resources/views/Products/display_products_by_brand.cfm:2)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1112)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1006)
at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:987)
at vendors.deepwell.load_cfc$cf$7r.udfCall(/vendors/deepwell/load.cfc:80)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357)
at lucee.runtime.type.UDFImpl.call(UDFImpl.java:224)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:722)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:603)
at lucee.runtime.SuperComponent.call(SuperComponent.java:78)
at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:773)
at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:2075)
at application_cfc$cf$pr.udfCall1(/Application.cfc:281)
at application_cfc$cf$pr.udfCall(/Application.cfc)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357)
at lucee.runtime.type.UDFImpl.call(UDFImpl.java:224)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:722)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:595)
at lucee.runtime.ComponentImpl.call(ComponentImpl.java:2101)
at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:477)
at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:129)
at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:41)
at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2810)
at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2797)
at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2768)
at lucee.runtime.engine.Request.exe(Request.java:45)
at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1109)
at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1066)
at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:97)
at lucee.loader.servlet.jakarta.CFMLServlet.service(CFMLServlet.java:52)
at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:710)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:130)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:109)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:79)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:483)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:116)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
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:420)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:903)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:637)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:59)
at java.base/java.lang.Thread.run(Unknown Source)
|
| | TagContext | | Array | | 1 | | Struct | | codePrintHTML | | string | 30: </cfif><br>
31: <cfif <br>
<b>32: <link rel="canonical" href="#application.BaseURL##cgi.path_info#"> </b><br>
33: <link rel="shortcut icon" type="image/x-icon" href="#application.site_url#/public/assets/media/favicon.png"> <br>
34: </cfoutput><br>
|
| | codePrintPlain | | string | 30: </cfif>
31: <cfif
32: <link rel="canonical" href="#application.BaseURL##cgi.path_info#">
33: <link rel="shortcut icon" type="image/x-icon" href="#application.site_url#/public/assets/media/favicon.png">
34: </cfoutput>
|
| | column | | | id | | | line | | | Raw_Trace | | | template | | string | /var/www/wholesaleaisle/public_html/resources/views/layouts/header.cfm |
| | Type | |
| | 2 | | Struct | | codePrintHTML | | string | 37: <cffunction name="getLayout"><br>
38: <cfargument name="file_name" type="string" required="true"><br>
<b>39: <cfinclude template="#application.frameworkconfig.views##replace(file_name,'.','/','all')#.cfm"></b><br>
40: </cffunction><br>
41: <br>
|
| | codePrintPlain | | string | 37: <cffunction name="getLayout">
38: <cfargument name="file_name" type="string" required="true">
39: <cfinclude template="#application.frameworkconfig.views##replace(file_name,'.','/','all')#.cfm">
40: </cffunction>
41:
|
| | column | | | id | | | line | | | Raw_Trace | | string | vendors.deepwell.core.resources_cfc$cf$7t.udfCall1(/vendors/deepwell/core/resources.cfc:39) |
| | template | | string | /var/www/wholesaleaisle/public_html/vendors/deepwell/core/resources.cfc |
| | type | |
| | 3 | | Struct | | codePrintHTML | | string | 1: <br>
<b>2: <cfset application.common.getlayout('layouts.header')></b><br>
3: <br>
4: <cfoutput><br>
|
| | codePrintPlain | | string | 1:
2: <cfset application.common.getlayout('layouts.header')>
3:
4: <cfoutput>
|
| | column | | | id | | | line | | | Raw_Trace | | string | resources.views.products.display_products_by_brand_cfm$cf$p4.call(/resources/views/Products/display_products_by_brand.cfm:2) |
| | template | | string | /var/www/wholesaleaisle/public_html/resources/views/Products/display_products_by_brand.cfm |
| | type | |
| | 4 | | Struct | | codePrintHTML | | string | 78: <cfset variables['#_data#'] = request.data[_data]><br>
79: </cfloop><br>
<b>80: <cfinclude template = "#currentRoute['page']['view']#"></b><br>
81: <cfelse><br>
82: <br>
|
| | codePrintPlain | | string | 78: <cfset variables['#_data#'] = request.data[_data]>
79: </cfloop>
80: <cfinclude template = "#currentRoute['page']['view']#">
81: <cfelse>
82:
|
| | column | | | id | | | line | | | Raw_Trace | | string | vendors.deepwell.load_cfc$cf$7r.udfCall(/vendors/deepwell/load.cfc:80) |
| | template | | string | /var/www/wholesaleaisle/public_html/vendors/deepwell/load.cfc |
| | type | |
| | 5 | | Struct | | codePrintHTML | | string | 279: }<br>
280: <br>
<b>281: return super.onRequestStart(arguments.targetPage);</b><br>
282: }<br>
283: <br>
|
| | codePrintPlain | | string | 279: }
280:
281: return super.onRequestStart(arguments.targetPage);
282: }
283:
|
| | column | | | id | | | line | | | Raw_Trace | | string | application_cfc$cf$pr.udfCall1(/Application.cfc:281) |
| | template | | string | /var/www/wholesaleaisle/public_html/Application.cfc |
| | type | |
|
| | type | |
| | Detail | | | ErrorCode | | | Extended_Info | | | ExtendedInfo | | | Message | | string | tag [cfif] is not closed; Failed in /var/www/wholesaleaisle/public_html/resources/views/layouts/header.cfm:32 |
| | name | | | rootCause | | Struct | | additional | | Struct (ordered) | | template | | string | /var/www/wholesaleaisle/public_html/resources/views/layouts/header.cfm |
| | line | | | column | | | Pattern | | string | <cfif [condition="boolean"]></cfif> |
| | Documentation | | string | Used with cfelse and cfelseif, cfif lets you create simple and compound conditional statements
in CFML. The value in the cfif tag can be any expression.
Optional:
* condition (boolean): condition o the expression
|
|
| | Detail | | | ErrorCode | | | Extended_Info | | | ExtendedInfo | | | Message | | string | tag [cfif] is not closed; Failed in /var/www/wholesaleaisle/public_html/resources/views/layouts/header.cfm:32 |
| | StackTrace | | string | lucee.runtime.exp.TemplateException: tag [cfif] is not closed; Failed in /var/www/wholesaleaisle/public_html/resources/views/layouts/header.cfm:32
at lucee.transformer.cfml.tag.CFMLTransformer.createTemplateException(CFMLTransformer.java:1304)
at lucee.transformer.cfml.tag.CFMLTransformer.tag(CFMLTransformer.java:721)
at lucee.transformer.cfml.tag.CFMLTransformer.body(CFMLTransformer.java:409)
at lucee.transformer.cfml.tag.CFMLTransformer.tag(CFMLTransformer.java:794)
at lucee.transformer.cfml.tag.CFMLTransformer.body(CFMLTransformer.java:409)
at lucee.transformer.cfml.tag.CFMLTransformer.transform(CFMLTransformer.java:348)
at lucee.transformer.cfml.tag.CFMLTransformer.transform(CFMLTransformer.java:340)
at lucee.transformer.cfml.tag.CFMLTransformer.transform(CFMLTransformer.java:195)
at lucee.runtime.compiler.CFMLCompilerImpl._compile(CFMLCompilerImpl.java:101)
at lucee.runtime.compiler.CFMLCompilerImpl.compile(CFMLCompilerImpl.java:73)
at lucee.runtime.PageSourceImpl._compile(PageSourceImpl.java:476)
at lucee.runtime.PageSourceImpl.compile(PageSourceImpl.java:442)
at lucee.runtime.PageSourceImpl.loadPhysical(PageSourceImpl.java:348)
at lucee.runtime.PageSourceImpl.loadPageThrowTemplateException(PageSourceImpl.java:210)
at lucee.runtime.PageSourceImpl.loadPage(PageSourceImpl.java:1118)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1108)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1006)
at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:987)
at vendors.deepwell.core.resources_cfc$cf$7t.udfCall1(/vendors/deepwell/core/resources.cfc:39)
at vendors.deepwell.core.resources_cfc$cf$7t.udfCall(/vendors/deepwell/core/resources.cfc)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357)
at lucee.runtime.type.UDFImpl.call(UDFImpl.java:224)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:722)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:595)
at lucee.runtime.ComponentImpl.call(ComponentImpl.java:2101)
at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:773)
at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:2075)
at resources.views.products.display_products_by_brand_cfm$cf$p4.call(/resources/views/Products/display_products_by_brand.cfm:2)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1112)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1006)
at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:987)
at vendors.deepwell.load_cfc$cf$7r.udfCall(/vendors/deepwell/load.cfc:80)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357)
at lucee.runtime.type.UDFImpl.call(UDFImpl.java:224)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:722)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:603)
at lucee.runtime.SuperComponent.call(SuperComponent.java:78)
at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:773)
at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:2075)
at application_cfc$cf$pr.udfCall1(/Application.cfc:281)
at application_cfc$cf$pr.udfCall(/Application.cfc)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357)
at lucee.runtime.type.UDFImpl.call(UDFImpl.java:224)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:722)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:595)
at lucee.runtime.ComponentImpl.call(ComponentImpl.java:2101)
at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:477)
at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:129)
at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:41)
at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2810)
at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2797)
at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2768)
at lucee.runtime.engine.Request.exe(Request.java:45)
at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1109)
at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1066)
at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:97)
at lucee.loader.servlet.jakarta.CFMLServlet.service(CFMLServlet.java:52)
at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:710)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:130)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:109)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:79)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:483)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:116)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
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:420)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:903)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:637)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:59)
at java.base/java.lang.Thread.run(Unknown Source)
|
| | TagContext | | Array | | 1 | | Struct | | codePrintHTML | | string | 30: </cfif><br>
31: <cfif <br>
<b>32: <link rel="canonical" href="#application.BaseURL##cgi.path_info#"> </b><br>
33: <link rel="shortcut icon" type="image/x-icon" href="#application.site_url#/public/assets/media/favicon.png"> <br>
34: </cfoutput><br>
|
| | codePrintPlain | | string | 30: </cfif>
31: <cfif
32: <link rel="canonical" href="#application.BaseURL##cgi.path_info#">
33: <link rel="shortcut icon" type="image/x-icon" href="#application.site_url#/public/assets/media/favicon.png">
34: </cfoutput>
|
| | column | | | id | | | line | | | Raw_Trace | | | template | | string | /var/www/wholesaleaisle/public_html/resources/views/layouts/header.cfm |
| | Type | |
| | 2 | | Struct | | codePrintHTML | | string | 37: <cffunction name="getLayout"><br>
38: <cfargument name="file_name" type="string" required="true"><br>
<b>39: <cfinclude template="#application.frameworkconfig.views##replace(file_name,'.','/','all')#.cfm"></b><br>
40: </cffunction><br>
41: <br>
|
| | codePrintPlain | | string | 37: <cffunction name="getLayout">
38: <cfargument name="file_name" type="string" required="true">
39: <cfinclude template="#application.frameworkconfig.views##replace(file_name,'.','/','all')#.cfm">
40: </cffunction>
41:
|
| | column | | | id | | | line | | | Raw_Trace | | string | vendors.deepwell.core.resources_cfc$cf$7t.udfCall1(/vendors/deepwell/core/resources.cfc:39) |
| | template | | string | /var/www/wholesaleaisle/public_html/vendors/deepwell/core/resources.cfc |
| | type | |
| | 3 | | Struct | | codePrintHTML | | string | 1: <br>
<b>2: <cfset application.common.getlayout('layouts.header')></b><br>
3: <br>
4: <cfoutput><br>
|
| | codePrintPlain | | string | 1:
2: <cfset application.common.getlayout('layouts.header')>
3:
4: <cfoutput>
|
| | column | | | id | | | line | | | Raw_Trace | | string | resources.views.products.display_products_by_brand_cfm$cf$p4.call(/resources/views/Products/display_products_by_brand.cfm:2) |
| | template | | string | /var/www/wholesaleaisle/public_html/resources/views/Products/display_products_by_brand.cfm |
| | type | |
| | 4 | | Struct | | codePrintHTML | | string | 78: <cfset variables['#_data#'] = request.data[_data]><br>
79: </cfloop><br>
<b>80: <cfinclude template = "#currentRoute['page']['view']#"></b><br>
81: <cfelse><br>
82: <br>
|
| | codePrintPlain | | string | 78: <cfset variables['#_data#'] = request.data[_data]>
79: </cfloop>
80: <cfinclude template = "#currentRoute['page']['view']#">
81: <cfelse>
82:
|
| | column | | | id | | | line | | | Raw_Trace | | string | vendors.deepwell.load_cfc$cf$7r.udfCall(/vendors/deepwell/load.cfc:80) |
| | template | | string | /var/www/wholesaleaisle/public_html/vendors/deepwell/load.cfc |
| | type | |
| | 5 | | Struct | | codePrintHTML | | string | 279: }<br>
280: <br>
<b>281: return super.onRequestStart(arguments.targetPage);</b><br>
282: }<br>
283: <br>
|
| | codePrintPlain | | string | 279: }
280:
281: return super.onRequestStart(arguments.targetPage);
282: }
283:
|
| | column | | | id | | | line | | | Raw_Trace | | string | application_cfc$cf$pr.udfCall1(/Application.cfc:281) |
| | template | | string | /var/www/wholesaleaisle/public_html/Application.cfc |
| | type | |
|
| | type | |
| | StackTrace | | string | lucee.runtime.exp.TemplateException: tag [cfif] is not closed; Failed in /var/www/wholesaleaisle/public_html/resources/views/layouts/header.cfm:32
at lucee.transformer.cfml.tag.CFMLTransformer.createTemplateException(CFMLTransformer.java:1304)
at lucee.transformer.cfml.tag.CFMLTransformer.tag(CFMLTransformer.java:721)
at lucee.transformer.cfml.tag.CFMLTransformer.body(CFMLTransformer.java:409)
at lucee.transformer.cfml.tag.CFMLTransformer.tag(CFMLTransformer.java:794)
at lucee.transformer.cfml.tag.CFMLTransformer.body(CFMLTransformer.java:409)
at lucee.transformer.cfml.tag.CFMLTransformer.transform(CFMLTransformer.java:348)
at lucee.transformer.cfml.tag.CFMLTransformer.transform(CFMLTransformer.java:340)
at lucee.transformer.cfml.tag.CFMLTransformer.transform(CFMLTransformer.java:195)
at lucee.runtime.compiler.CFMLCompilerImpl._compile(CFMLCompilerImpl.java:101)
at lucee.runtime.compiler.CFMLCompilerImpl.compile(CFMLCompilerImpl.java:73)
at lucee.runtime.PageSourceImpl._compile(PageSourceImpl.java:476)
at lucee.runtime.PageSourceImpl.compile(PageSourceImpl.java:442)
at lucee.runtime.PageSourceImpl.loadPhysical(PageSourceImpl.java:348)
at lucee.runtime.PageSourceImpl.loadPageThrowTemplateException(PageSourceImpl.java:210)
at lucee.runtime.PageSourceImpl.loadPage(PageSourceImpl.java:1118)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1108)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1006)
at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:987)
at vendors.deepwell.core.resources_cfc$cf$7t.udfCall1(/vendors/deepwell/core/resources.cfc:39)
at vendors.deepwell.core.resources_cfc$cf$7t.udfCall(/vendors/deepwell/core/resources.cfc)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357)
at lucee.runtime.type.UDFImpl.call(UDFImpl.java:224)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:722)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:595)
at lucee.runtime.ComponentImpl.call(ComponentImpl.java:2101)
at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:773)
at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:2075)
at resources.views.products.display_products_by_brand_cfm$cf$p4.call(/resources/views/Products/display_products_by_brand.cfm:2)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1112)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1006)
at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:987)
at vendors.deepwell.load_cfc$cf$7r.udfCall(/vendors/deepwell/load.cfc:80)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357)
at lucee.runtime.type.UDFImpl.call(UDFImpl.java:224)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:722)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:603)
at lucee.runtime.SuperComponent.call(SuperComponent.java:78)
at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:773)
at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:2075)
at application_cfc$cf$pr.udfCall1(/Application.cfc:281)
at application_cfc$cf$pr.udfCall(/Application.cfc)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357)
at lucee.runtime.type.UDFImpl.call(UDFImpl.java:224)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:722)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:595)
at lucee.runtime.ComponentImpl.call(ComponentImpl.java:2101)
at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:477)
at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:129)
at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:41)
at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2810)
at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2797)
at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2768)
at lucee.runtime.engine.Request.exe(Request.java:45)
at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1109)
at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1066)
at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:97)
at lucee.loader.servlet.jakarta.CFMLServlet.service(CFMLServlet.java:52)
at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:710)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:130)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:109)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:79)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:483)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:116)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
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:420)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:903)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:637)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:59)
at java.base/java.lang.Thread.run(Unknown Source)
|
| | TagContext | | Array | | 1 | | Struct | | codePrintHTML | | string | 30: </cfif><br>
31: <cfif <br>
<b>32: <link rel="canonical" href="#application.BaseURL##cgi.path_info#"> </b><br>
33: <link rel="shortcut icon" type="image/x-icon" href="#application.site_url#/public/assets/media/favicon.png"> <br>
34: </cfoutput><br>
|
| | codePrintPlain | | string | 30: </cfif>
31: <cfif
32: <link rel="canonical" href="#application.BaseURL##cgi.path_info#">
33: <link rel="shortcut icon" type="image/x-icon" href="#application.site_url#/public/assets/media/favicon.png">
34: </cfoutput>
|
| | column | | | id | | | line | | | Raw_Trace | | | template | | string | /var/www/wholesaleaisle/public_html/resources/views/layouts/header.cfm |
| | Type | |
| | 2 | | Struct | | codePrintHTML | | string | 37: <cffunction name="getLayout"><br>
38: <cfargument name="file_name" type="string" required="true"><br>
<b>39: <cfinclude template="#application.frameworkconfig.views##replace(file_name,'.','/','all')#.cfm"></b><br>
40: </cffunction><br>
41: <br>
|
| | codePrintPlain | | string | 37: <cffunction name="getLayout">
38: <cfargument name="file_name" type="string" required="true">
39: <cfinclude template="#application.frameworkconfig.views##replace(file_name,'.','/','all')#.cfm">
40: </cffunction>
41:
|
| | column | | | id | | | line | | | Raw_Trace | | string | vendors.deepwell.core.resources_cfc$cf$7t.udfCall1(/vendors/deepwell/core/resources.cfc:39) |
| | template | | string | /var/www/wholesaleaisle/public_html/vendors/deepwell/core/resources.cfc |
| | type | |
| | 3 | | Struct | | codePrintHTML | | string | 1: <br>
<b>2: <cfset application.common.getlayout('layouts.header')></b><br>
3: <br>
4: <cfoutput><br>
|
| | codePrintPlain | | string | 1:
2: <cfset application.common.getlayout('layouts.header')>
3:
4: <cfoutput>
|
| | column | | | id | | | line | | | Raw_Trace | | string | resources.views.products.display_products_by_brand_cfm$cf$p4.call(/resources/views/Products/display_products_by_brand.cfm:2) |
| | template | | string | /var/www/wholesaleaisle/public_html/resources/views/Products/display_products_by_brand.cfm |
| | type | |
| | 4 | | Struct | | codePrintHTML | | string | 78: <cfset variables['#_data#'] = request.data[_data]><br>
79: </cfloop><br>
<b>80: <cfinclude template = "#currentRoute['page']['view']#"></b><br>
81: <cfelse><br>
82: <br>
|
| | codePrintPlain | | string | 78: <cfset variables['#_data#'] = request.data[_data]>
79: </cfloop>
80: <cfinclude template = "#currentRoute['page']['view']#">
81: <cfelse>
82:
|
| | column | | | id | | | line | | | Raw_Trace | | string | vendors.deepwell.load_cfc$cf$7r.udfCall(/vendors/deepwell/load.cfc:80) |
| | template | | string | /var/www/wholesaleaisle/public_html/vendors/deepwell/load.cfc |
| | type | |
| | 5 | | Struct | | codePrintHTML | | string | 279: }<br>
280: <br>
<b>281: return super.onRequestStart(arguments.targetPage);</b><br>
282: }<br>
283: <br>
|
| | codePrintPlain | | string | 279: }
280:
281: return super.onRequestStart(arguments.targetPage);
282: }
283:
|
| | column | | | id | | | line | | | Raw_Trace | | string | application_cfc$cf$pr.udfCall1(/Application.cfc:281) |
| | template | | string | /var/www/wholesaleaisle/public_html/Application.cfc |
| | type | |
|
| | type | |
|