stringError: onRequest
Catch
Entries: 18
additional
Struct (ordered)
SQL
stringSELECT AdBasic.RowGuid, AdBasic.MemberGuid, AdBasic.ID, AdBasic.NewUsed, AdBasic.Type, AdBasic.AuctionPriceDisplay, AdBasic.Category, AdBasic.Qty, AdBasic.Year, AdBasic.Make, AdBasic.Model, AdBasic.City, AdBasic.State, AdBasic.StockNum, CAST(IFNULL(AdBasic.Price,0) AS SIGNED) AS price, AdBasic.Description, AdBasic.primaryPic as Picture, AdBasic.RecType, AdBasic.YouTube, AdBasic.price_highlight, AdBasic.Phone AS unit_phone, AdBasic.Company AS unit_company, AdBasic.featureUntil, AdBasic.leasing, AdBasic.rental, sd_customers.company, sd_customers.id AS customer_id, sd_customers.phone as company_phone, IF(ppc_phonenums IS NULL,0,1) AS IsPPC, AdBasic.syncphotos FROM sd_customers JOIN AdBasic ON sd_customers.id = AdBasic.MemberGuid WHERE AdBasic.RecType = 'EL' AND AdBasic.status = ''A'' ORDER BY city LIMIT 25, 25
DatabaseName
stringMySQL
DatabaseVersion
string8.0.36
DriverName
stringMySQL Connector/J
DriverVersion
stringmysql-connector-j-8.0.33 (Revision: 7d6b0800528b6b25c68b52dc10d6c1c8429c100c)
Datasource
stringtruckertotrucker
Cause
Struct
Entries: 15
additional
Struct (ordered)
SQL
stringSELECT AdBasic.RowGuid, AdBasic.MemberGuid, AdBasic.ID, AdBasic.NewUsed, AdBasic.Type, AdBasic.AuctionPriceDisplay, AdBasic.Category, AdBasic.Qty, AdBasic.Year, AdBasic.Make, AdBasic.Model, AdBasic.City, AdBasic.State, AdBasic.StockNum, CAST(IFNULL(AdBasic.Price,0) AS SIGNED) AS price, AdBasic.Description, AdBasic.primaryPic as Picture, AdBasic.RecType, AdBasic.YouTube, AdBasic.price_highlight, AdBasic.Phone AS unit_phone, AdBasic.Company AS unit_company, AdBasic.featureUntil, AdBasic.leasing, AdBasic.rental, sd_customers.company, sd_customers.id AS customer_id, sd_customers.phone as company_phone, IF(ppc_phonenums IS NULL,0,1) AS IsPPC, AdBasic.syncphotos FROM sd_customers JOIN AdBasic ON sd_customers.id = AdBasic.MemberGuid WHERE AdBasic.RecType = 'EL' AND AdBasic.status = ''A'' ORDER BY city LIMIT 25, 25
DatabaseName
stringMySQL
DatabaseVersion
string8.0.36
DriverName
stringMySQL Connector/J
DriverVersion
stringmysql-connector-j-8.0.33 (Revision: 7d6b0800528b6b25c68b52dc10d6c1c8429c100c)
Datasource
stringtruckertotrucker
DataSource
stringtruckertotrucker
Detail
string
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'A'' ORDER BY city LIMIT 25, 25' at line 13
NativeErrorCode
number1064
queryError
stringSELECT AdBasic.RowGuid, AdBasic.MemberGuid, AdBasic.ID, AdBasic.NewUsed, AdBasic.Type, AdBasic.AuctionPriceDisplay, AdBasic.Category, AdBasic.Qty, AdBasic.Year, AdBasic.Make, AdBasic.Model, AdBasic.City, AdBasic.State, AdBasic.StockNum, CAST(IFNULL(AdBasic.Price,0) AS SIGNED) AS price, AdBasic.Description, AdBasic.primaryPic as Picture, AdBasic.RecType, AdBasic.YouTube, AdBasic.price_highlight, AdBasic.Phone AS unit_phone, AdBasic.Company AS unit_company, AdBasic.featureUntil, AdBasic.leasing, AdBasic.rental, sd_customers.company, sd_customers.id AS customer_id, sd_customers.phone as company_phone, IF(ppc_phonenums IS NULL,0,1) AS IsPPC, AdBasic.syncphotos FROM sd_customers JOIN AdBasic ON sd_customers.id = AdBasic.MemberGuid WHERE AdBasic.RecType = 'EL' AND AdBasic.status = ''A'' ORDER BY city LIMIT 25, 25
Sql
stringSELECT AdBasic.RowGuid, AdBasic.MemberGuid, AdBasic.ID, AdBasic.NewUsed, AdBasic.Type, AdBasic.AuctionPriceDisplay, AdBasic.Category, AdBasic.Qty, AdBasic.Year, AdBasic.Make, AdBasic.Model, AdBasic.City, AdBasic.State, AdBasic.StockNum, CAST(IFNULL(AdBasic.Price,0) AS SIGNED) AS price, AdBasic.Description, AdBasic.primaryPic as Picture, AdBasic.RecType, AdBasic.YouTube, AdBasic.price_highlight, AdBasic.Phone AS unit_phone, AdBasic.Company AS unit_company, AdBasic.featureUntil, AdBasic.leasing, AdBasic.rental, sd_customers.company, sd_customers.id AS customer_id, sd_customers.phone as company_phone, IF(ppc_phonenums IS NULL,0,1) AS IsPPC, AdBasic.syncphotos FROM sd_customers JOIN AdBasic ON sd_customers.id = AdBasic.MemberGuid WHERE AdBasic.RecType = 'EL' AND AdBasic.status = ''A'' ORDER BY city LIMIT 25, 25
SQLState
string42000
StackTrace
stringlucee.runtime.exp.DatabaseException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'A'' ORDER BY city LIMIT 25, 25' at line 13 at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:121) at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) at com.mysql.cj.jdbc.StatementImpl.executeInternal(StatementImpl.java:763) at com.mysql.cj.jdbc.StatementImpl.execute(StatementImpl.java:648) at lucee.runtime.type.util.QueryUtil.execute(QueryUtil.java:320) at lucee.runtime.type.QueryImpl.execute(QueryImpl.java:287) at lucee.runtime.type.QueryImpl.<init>(QueryImpl.java:235) at lucee.runtime.tag.Query.executeDatasoure(Query.java:1135) at lucee.runtime.tag.Query._doEndTag(Query.java:700) at lucee.runtime.tag.Query.doEndTag(Query.java:566) at com.inventory_search450.invsearch_cfc$cf.udfCall(/com/inventory-search/invSearch.cfc:453) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:350) at lucee.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:213) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:699) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:586) at lucee.runtime.ComponentImpl.callWithNamedValues(ComponentImpl.java:1952) at lucee.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:866) at lucee.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:1794) at layout.bootstrap_2015450.includes.inventory._get_inventory_cfm225$cf.call(/layout/bootstrap-2015/includes/inventory/_get-inventory.cfm:16) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1056) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:948) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:929) at layout.bootstrap_2015450.includes._settings_dealer_page_cfm1215$cf.call(/layout/bootstrap-2015/includes/_settings-dealer-page.cfm:89) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1056) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:948) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:929) at layout.bootstrap_2015_cfm450$cf.call(/layout/bootstrap-2015.cfm:4) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1056) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:948) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:929) at allstate_peterbilt_cfm405$cf.call(/allstate-peterbilt.cfm:148) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1056) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:948) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:929) at _router_cfm$cf.call(/_router.cfm:232) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1056) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:948) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:929) at application_cfc$cf.udfCall1(/Application.cfc:83) 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: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:218) at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:44) at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2493) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2478) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2449) at lucee.runtime.engine.Request.exe(Request.java:45) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1216) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1162) 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:779) 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:177) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541) at org.apache.catalina.valves.rewrite.RewriteValve.invoke(RewriteValve.java:289) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135) 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:360) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:891) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1784) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) 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
string451: LIMIT<br> 452: #((loc.params.page-1)*loc.params.perPage)#, #loc.params.perPage#<br> <b>453: &lt;/cfquery&gt;</b><br> 454: <br> 455: &lt;cfset loc.data = rsResults&gt;<br>
codePrintPlain
string451: LIMIT 452: #((loc.params.page-1)*loc.params.perPage)#, #loc.params.perPage# 453: </cfquery> 454: 455: <cfset loc.data = rsResults>
column
number0
id
string??
line
number453
Raw_Trace
stringcom.inventory_search450.invsearch_cfc$cf.udfCall(/com/inventory-search/invSearch.cfc:453)
template
string/home/t2t/public_html/com/inventory-search/invSearch.cfc
type
stringcfml
2
Struct
codePrintHTML
string14: &lt;!--- remove State ---&gt;<br> 15: &lt;cfif results.data.RecordCount EQ 0 AND isStruct(request.routeInfo.state)&gt;<br> <b>16: &lt;cfset results = application.invSearch.getInventory(state='')&gt;</b><br> 17: &lt;cfset page.allSold = &quot;Currently, all #page.title# have been sold. Here is what we found outside of #request.routeInfo.state.name#... !&quot;&gt;<br> 18: &lt;/cfif&gt;<br>
codePrintPlain
string14: <!--- remove State ---> 15: <cfif results.data.RecordCount EQ 0 AND isStruct(request.routeInfo.state)> 16: <cfset results = application.invSearch.getInventory(state='')> 17: <cfset page.allSold = "Currently, all #page.title# have been sold. Here is what we found outside of #request.routeInfo.state.name#... !"> 18: </cfif>
column
number0
id
string??
line
number16
Raw_Trace
stringlayout.bootstrap_2015450.includes.inventory._get_inventory_cfm225$cf.call(/layout/bootstrap-2015/includes/inventory/_get-inventory.cfm:16)
template
string/home/t2t/public_html/layout/bootstrap-2015/includes/inventory/_get-inventory.cfm
type
stringcfml
3
Struct
codePrintHTML
string87: <br> 88: &lt;!--- get inventory search results ---&gt;<br> <b>89: &lt;cfinclude template=&quot;/layout/bootstrap-2015/includes/inventory/_get-inventory.cfm&quot;&gt;</b><br> 90: <br> 91: &lt;/cfsilent&gt;<br>
codePrintPlain
string87: 88: <!--- get inventory search results ---> 89: <cfinclude template="/layout/bootstrap-2015/includes/inventory/_get-inventory.cfm"> 90: 91: </cfsilent>
column
number0
id
string??
line
number89
Raw_Trace
stringlayout.bootstrap_2015450.includes._settings_dealer_page_cfm1215$cf.call(/layout/bootstrap-2015/includes/_settings-dealer-page.cfm:89)
template
string/home/t2t/public_html/layout/bootstrap-2015/includes/_settings-dealer-page.cfm
type
stringcfml
4
Struct
codePrintHTML
string2: <br> 3: &lt;!--- get any special settings for specified template ---&gt;<br> <b>4: &lt;cfinclude template=&quot;/layout/bootstrap-2015/includes/_settings-#page.template#.cfm&quot;&gt;</b><br> 5: <br> 6: &lt;!--- metatags ---&gt;<br>
codePrintPlain
string2: 3: <!--- get any special settings for specified template ---> 4: <cfinclude template="/layout/bootstrap-2015/includes/_settings-#page.template#.cfm"> 5: 6: <!--- metatags --->
column
number0
id
string??
line
number4
Raw_Trace
stringlayout.bootstrap_2015_cfm450$cf.call(/layout/bootstrap-2015.cfm:4)
template
string/home/t2t/public_html/layout/bootstrap-2015.cfm
type
stringcfml
5
Struct
codePrintHTML
string146: &lt;!--- DO NOT EDIT THIS LINE! ---&gt;<br> 147: <br> <b>148: &lt;cfinclude template=&quot;#application.rootURL#layout/#page.layout#.cfm&quot;&gt;</b><br> 149: <br>
codePrintPlain
string146: <!--- DO NOT EDIT THIS LINE! ---> 147: 148: <cfinclude template="#application.rootURL#layout/#page.layout#.cfm"> 149:
column
number0
id
string??
line
number148
Raw_Trace
stringallstate_peterbilt_cfm405$cf.call(/allstate-peterbilt.cfm:148)
template
string/home/t2t/public_html/allstate-peterbilt.cfm
type
stringcfml
6
Struct
codePrintHTML
string230: <br> 231: // include proper route template<br> <b>232: include request.routeInfo.templateToInclude;</b><br> 233: <br> 234: <br>
codePrintPlain
string230: 231: // include proper route template 232: include request.routeInfo.templateToInclude; 233: 234:
column
number0
id
string??
line
number232
Raw_Trace
string_router_cfm$cf.call(/_router.cfm:232)
template
string/home/t2t/public_html/_router.cfm
type
stringcfml
7
Struct
codePrintHTML
string81: // include '/_redirect.cfm';<br> 82: include '/includes/application/_onRequest.cfm';<br> <b>83: include arguments.targetPage;</b><br> 84: return;<br> 85: }<br>
codePrintPlain
string81: // include '/_redirect.cfm'; 82: include '/includes/application/_onRequest.cfm'; 83: include arguments.targetPage; 84: return; 85: }
column
number0
id
string??
line
number83
Raw_Trace
stringapplication_cfc$cf.udfCall1(/Application.cfc:83)
template
string/home/t2t/public_html/Application.cfc
type
stringcfml
type
stringdatabase
where
string
DataSource
stringtruckertotrucker
Detail
string
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'A'' ORDER BY city LIMIT 25, 25' at line 13
name
stringonRequest
NativeErrorCode
number1064
queryError
stringSELECT AdBasic.RowGuid, AdBasic.MemberGuid, AdBasic.ID, AdBasic.NewUsed, AdBasic.Type, AdBasic.AuctionPriceDisplay, AdBasic.Category, AdBasic.Qty, AdBasic.Year, AdBasic.Make, AdBasic.Model, AdBasic.City, AdBasic.State, AdBasic.StockNum, CAST(IFNULL(AdBasic.Price,0) AS SIGNED) AS price, AdBasic.Description, AdBasic.primaryPic as Picture, AdBasic.RecType, AdBasic.YouTube, AdBasic.price_highlight, AdBasic.Phone AS unit_phone, AdBasic.Company AS unit_company, AdBasic.featureUntil, AdBasic.leasing, AdBasic.rental, sd_customers.company, sd_customers.id AS customer_id, sd_customers.phone as company_phone, IF(ppc_phonenums IS NULL,0,1) AS IsPPC, AdBasic.syncphotos FROM sd_customers JOIN AdBasic ON sd_customers.id = AdBasic.MemberGuid WHERE AdBasic.RecType = 'EL' AND AdBasic.status = ''A'' ORDER BY city LIMIT 25, 25
rootCause
Struct
Entries: 15
additional
Struct (ordered)
SQL
stringSELECT AdBasic.RowGuid, AdBasic.MemberGuid, AdBasic.ID, AdBasic.NewUsed, AdBasic.Type, AdBasic.AuctionPriceDisplay, AdBasic.Category, AdBasic.Qty, AdBasic.Year, AdBasic.Make, AdBasic.Model, AdBasic.City, AdBasic.State, AdBasic.StockNum, CAST(IFNULL(AdBasic.Price,0) AS SIGNED) AS price, AdBasic.Description, AdBasic.primaryPic as Picture, AdBasic.RecType, AdBasic.YouTube, AdBasic.price_highlight, AdBasic.Phone AS unit_phone, AdBasic.Company AS unit_company, AdBasic.featureUntil, AdBasic.leasing, AdBasic.rental, sd_customers.company, sd_customers.id AS customer_id, sd_customers.phone as company_phone, IF(ppc_phonenums IS NULL,0,1) AS IsPPC, AdBasic.syncphotos FROM sd_customers JOIN AdBasic ON sd_customers.id = AdBasic.MemberGuid WHERE AdBasic.RecType = 'EL' AND AdBasic.status = ''A'' ORDER BY city LIMIT 25, 25
DatabaseName
stringMySQL
DatabaseVersion
string8.0.36
DriverName
stringMySQL Connector/J
DriverVersion
stringmysql-connector-j-8.0.33 (Revision: 7d6b0800528b6b25c68b52dc10d6c1c8429c100c)
Datasource
stringtruckertotrucker
DataSource
stringtruckertotrucker
Detail
string
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'A'' ORDER BY city LIMIT 25, 25' at line 13
NativeErrorCode
number1064
queryError
stringSELECT AdBasic.RowGuid, AdBasic.MemberGuid, AdBasic.ID, AdBasic.NewUsed, AdBasic.Type, AdBasic.AuctionPriceDisplay, AdBasic.Category, AdBasic.Qty, AdBasic.Year, AdBasic.Make, AdBasic.Model, AdBasic.City, AdBasic.State, AdBasic.StockNum, CAST(IFNULL(AdBasic.Price,0) AS SIGNED) AS price, AdBasic.Description, AdBasic.primaryPic as Picture, AdBasic.RecType, AdBasic.YouTube, AdBasic.price_highlight, AdBasic.Phone AS unit_phone, AdBasic.Company AS unit_company, AdBasic.featureUntil, AdBasic.leasing, AdBasic.rental, sd_customers.company, sd_customers.id AS customer_id, sd_customers.phone as company_phone, IF(ppc_phonenums IS NULL,0,1) AS IsPPC, AdBasic.syncphotos FROM sd_customers JOIN AdBasic ON sd_customers.id = AdBasic.MemberGuid WHERE AdBasic.RecType = 'EL' AND AdBasic.status = ''A'' ORDER BY city LIMIT 25, 25
Sql
stringSELECT AdBasic.RowGuid, AdBasic.MemberGuid, AdBasic.ID, AdBasic.NewUsed, AdBasic.Type, AdBasic.AuctionPriceDisplay, AdBasic.Category, AdBasic.Qty, AdBasic.Year, AdBasic.Make, AdBasic.Model, AdBasic.City, AdBasic.State, AdBasic.StockNum, CAST(IFNULL(AdBasic.Price,0) AS SIGNED) AS price, AdBasic.Description, AdBasic.primaryPic as Picture, AdBasic.RecType, AdBasic.YouTube, AdBasic.price_highlight, AdBasic.Phone AS unit_phone, AdBasic.Company AS unit_company, AdBasic.featureUntil, AdBasic.leasing, AdBasic.rental, sd_customers.company, sd_customers.id AS customer_id, sd_customers.phone as company_phone, IF(ppc_phonenums IS NULL,0,1) AS IsPPC, AdBasic.syncphotos FROM sd_customers JOIN AdBasic ON sd_customers.id = AdBasic.MemberGuid WHERE AdBasic.RecType = 'EL' AND AdBasic.status = ''A'' ORDER BY city LIMIT 25, 25
SQLState
string42000
StackTrace
stringlucee.runtime.exp.DatabaseException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'A'' ORDER BY city LIMIT 25, 25' at line 13 at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:121) at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) at com.mysql.cj.jdbc.StatementImpl.executeInternal(StatementImpl.java:763) at com.mysql.cj.jdbc.StatementImpl.execute(StatementImpl.java:648) at lucee.runtime.type.util.QueryUtil.execute(QueryUtil.java:320) at lucee.runtime.type.QueryImpl.execute(QueryImpl.java:287) at lucee.runtime.type.QueryImpl.<init>(QueryImpl.java:235) at lucee.runtime.tag.Query.executeDatasoure(Query.java:1135) at lucee.runtime.tag.Query._doEndTag(Query.java:700) at lucee.runtime.tag.Query.doEndTag(Query.java:566) at com.inventory_search450.invsearch_cfc$cf.udfCall(/com/inventory-search/invSearch.cfc:453) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:350) at lucee.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:213) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:699) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:586) at lucee.runtime.ComponentImpl.callWithNamedValues(ComponentImpl.java:1952) at lucee.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:866) at lucee.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:1794) at layout.bootstrap_2015450.includes.inventory._get_inventory_cfm225$cf.call(/layout/bootstrap-2015/includes/inventory/_get-inventory.cfm:16) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1056) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:948) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:929) at layout.bootstrap_2015450.includes._settings_dealer_page_cfm1215$cf.call(/layout/bootstrap-2015/includes/_settings-dealer-page.cfm:89) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1056) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:948) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:929) at layout.bootstrap_2015_cfm450$cf.call(/layout/bootstrap-2015.cfm:4) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1056) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:948) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:929) at allstate_peterbilt_cfm405$cf.call(/allstate-peterbilt.cfm:148) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1056) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:948) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:929) at _router_cfm$cf.call(/_router.cfm:232) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1056) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:948) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:929) at application_cfc$cf.udfCall1(/Application.cfc:83) 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: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:218) at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:44) at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2493) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2478) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2449) at lucee.runtime.engine.Request.exe(Request.java:45) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1216) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1162) 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:779) 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:177) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541) at org.apache.catalina.valves.rewrite.RewriteValve.invoke(RewriteValve.java:289) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135) 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:360) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:891) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1784) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) 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
string451: LIMIT<br> 452: #((loc.params.page-1)*loc.params.perPage)#, #loc.params.perPage#<br> <b>453: &lt;/cfquery&gt;</b><br> 454: <br> 455: &lt;cfset loc.data = rsResults&gt;<br>
codePrintPlain
string451: LIMIT 452: #((loc.params.page-1)*loc.params.perPage)#, #loc.params.perPage# 453: </cfquery> 454: 455: <cfset loc.data = rsResults>
column
number0
id
string??
line
number453
Raw_Trace
stringcom.inventory_search450.invsearch_cfc$cf.udfCall(/com/inventory-search/invSearch.cfc:453)
template
string/home/t2t/public_html/com/inventory-search/invSearch.cfc
type
stringcfml
2
Struct
codePrintHTML
string14: &lt;!--- remove State ---&gt;<br> 15: &lt;cfif results.data.RecordCount EQ 0 AND isStruct(request.routeInfo.state)&gt;<br> <b>16: &lt;cfset results = application.invSearch.getInventory(state='')&gt;</b><br> 17: &lt;cfset page.allSold = &quot;Currently, all #page.title# have been sold. Here is what we found outside of #request.routeInfo.state.name#... !&quot;&gt;<br> 18: &lt;/cfif&gt;<br>
codePrintPlain
string14: <!--- remove State ---> 15: <cfif results.data.RecordCount EQ 0 AND isStruct(request.routeInfo.state)> 16: <cfset results = application.invSearch.getInventory(state='')> 17: <cfset page.allSold = "Currently, all #page.title# have been sold. Here is what we found outside of #request.routeInfo.state.name#... !"> 18: </cfif>
column
number0
id
string??
line
number16
Raw_Trace
stringlayout.bootstrap_2015450.includes.inventory._get_inventory_cfm225$cf.call(/layout/bootstrap-2015/includes/inventory/_get-inventory.cfm:16)
template
string/home/t2t/public_html/layout/bootstrap-2015/includes/inventory/_get-inventory.cfm
type
stringcfml
3
Struct
codePrintHTML
string87: <br> 88: &lt;!--- get inventory search results ---&gt;<br> <b>89: &lt;cfinclude template=&quot;/layout/bootstrap-2015/includes/inventory/_get-inventory.cfm&quot;&gt;</b><br> 90: <br> 91: &lt;/cfsilent&gt;<br>
codePrintPlain
string87: 88: <!--- get inventory search results ---> 89: <cfinclude template="/layout/bootstrap-2015/includes/inventory/_get-inventory.cfm"> 90: 91: </cfsilent>
column
number0
id
string??
line
number89
Raw_Trace
stringlayout.bootstrap_2015450.includes._settings_dealer_page_cfm1215$cf.call(/layout/bootstrap-2015/includes/_settings-dealer-page.cfm:89)
template
string/home/t2t/public_html/layout/bootstrap-2015/includes/_settings-dealer-page.cfm
type
stringcfml
4
Struct
codePrintHTML
string2: <br> 3: &lt;!--- get any special settings for specified template ---&gt;<br> <b>4: &lt;cfinclude template=&quot;/layout/bootstrap-2015/includes/_settings-#page.template#.cfm&quot;&gt;</b><br> 5: <br> 6: &lt;!--- metatags ---&gt;<br>
codePrintPlain
string2: 3: <!--- get any special settings for specified template ---> 4: <cfinclude template="/layout/bootstrap-2015/includes/_settings-#page.template#.cfm"> 5: 6: <!--- metatags --->
column
number0
id
string??
line
number4
Raw_Trace
stringlayout.bootstrap_2015_cfm450$cf.call(/layout/bootstrap-2015.cfm:4)
template
string/home/t2t/public_html/layout/bootstrap-2015.cfm
type
stringcfml
5
Struct
codePrintHTML
string146: &lt;!--- DO NOT EDIT THIS LINE! ---&gt;<br> 147: <br> <b>148: &lt;cfinclude template=&quot;#application.rootURL#layout/#page.layout#.cfm&quot;&gt;</b><br> 149: <br>
codePrintPlain
string146: <!--- DO NOT EDIT THIS LINE! ---> 147: 148: <cfinclude template="#application.rootURL#layout/#page.layout#.cfm"> 149:
column
number0
id
string??
line
number148
Raw_Trace
stringallstate_peterbilt_cfm405$cf.call(/allstate-peterbilt.cfm:148)
template
string/home/t2t/public_html/allstate-peterbilt.cfm
type
stringcfml
6
Struct
codePrintHTML
string230: <br> 231: // include proper route template<br> <b>232: include request.routeInfo.templateToInclude;</b><br> 233: <br> 234: <br>
codePrintPlain
string230: 231: // include proper route template 232: include request.routeInfo.templateToInclude; 233: 234:
column
number0
id
string??
line
number232
Raw_Trace
string_router_cfm$cf.call(/_router.cfm:232)
template
string/home/t2t/public_html/_router.cfm
type
stringcfml
7
Struct
codePrintHTML
string81: // include '/_redirect.cfm';<br> 82: include '/includes/application/_onRequest.cfm';<br> <b>83: include arguments.targetPage;</b><br> 84: return;<br> 85: }<br>
codePrintPlain
string81: // include '/_redirect.cfm'; 82: include '/includes/application/_onRequest.cfm'; 83: include arguments.targetPage; 84: return; 85: }
column
number0
id
string??
line
number83
Raw_Trace
stringapplication_cfc$cf.udfCall1(/Application.cfc:83)
template
string/home/t2t/public_html/Application.cfc
type
stringcfml
type
stringdatabase
where
string
Sql
stringSELECT AdBasic.RowGuid, AdBasic.MemberGuid, AdBasic.ID, AdBasic.NewUsed, AdBasic.Type, AdBasic.AuctionPriceDisplay, AdBasic.Category, AdBasic.Qty, AdBasic.Year, AdBasic.Make, AdBasic.Model, AdBasic.City, AdBasic.State, AdBasic.StockNum, CAST(IFNULL(AdBasic.Price,0) AS SIGNED) AS price, AdBasic.Description, AdBasic.primaryPic as Picture, AdBasic.RecType, AdBasic.YouTube, AdBasic.price_highlight, AdBasic.Phone AS unit_phone, AdBasic.Company AS unit_company, AdBasic.featureUntil, AdBasic.leasing, AdBasic.rental, sd_customers.company, sd_customers.id AS customer_id, sd_customers.phone as company_phone, IF(ppc_phonenums IS NULL,0,1) AS IsPPC, AdBasic.syncphotos FROM sd_customers JOIN AdBasic ON sd_customers.id = AdBasic.MemberGuid WHERE AdBasic.RecType = 'EL' AND AdBasic.status = ''A'' ORDER BY city LIMIT 25, 25
SQLState
string42000
StackTrace
stringlucee.runtime.exp.DatabaseException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'A'' ORDER BY city LIMIT 25, 25' at line 13 at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:121) at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) at com.mysql.cj.jdbc.StatementImpl.executeInternal(StatementImpl.java:763) at com.mysql.cj.jdbc.StatementImpl.execute(StatementImpl.java:648) at lucee.runtime.type.util.QueryUtil.execute(QueryUtil.java:320) at lucee.runtime.type.QueryImpl.execute(QueryImpl.java:287) at lucee.runtime.type.QueryImpl.<init>(QueryImpl.java:235) at lucee.runtime.tag.Query.executeDatasoure(Query.java:1135) at lucee.runtime.tag.Query._doEndTag(Query.java:700) at lucee.runtime.tag.Query.doEndTag(Query.java:566) at com.inventory_search450.invsearch_cfc$cf.udfCall(/com/inventory-search/invSearch.cfc:453) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:350) at lucee.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:213) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:699) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:586) at lucee.runtime.ComponentImpl.callWithNamedValues(ComponentImpl.java:1952) at lucee.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:866) at lucee.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:1794) at layout.bootstrap_2015450.includes.inventory._get_inventory_cfm225$cf.call(/layout/bootstrap-2015/includes/inventory/_get-inventory.cfm:16) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1056) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:948) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:929) at layout.bootstrap_2015450.includes._settings_dealer_page_cfm1215$cf.call(/layout/bootstrap-2015/includes/_settings-dealer-page.cfm:89) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1056) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:948) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:929) at layout.bootstrap_2015_cfm450$cf.call(/layout/bootstrap-2015.cfm:4) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1056) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:948) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:929) at allstate_peterbilt_cfm405$cf.call(/allstate-peterbilt.cfm:148) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1056) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:948) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:929) at _router_cfm$cf.call(/_router.cfm:232) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1056) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:948) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:929) at application_cfc$cf.udfCall1(/Application.cfc:83) 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: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:218) at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:44) at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2493) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2478) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2449) at lucee.runtime.engine.Request.exe(Request.java:45) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1216) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1162) 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:779) 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:177) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541) at org.apache.catalina.valves.rewrite.RewriteValve.invoke(RewriteValve.java:289) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135) 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:360) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:891) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1784) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) 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
string451: LIMIT<br> 452: #((loc.params.page-1)*loc.params.perPage)#, #loc.params.perPage#<br> <b>453: &lt;/cfquery&gt;</b><br> 454: <br> 455: &lt;cfset loc.data = rsResults&gt;<br>
codePrintPlain
string451: LIMIT 452: #((loc.params.page-1)*loc.params.perPage)#, #loc.params.perPage# 453: </cfquery> 454: 455: <cfset loc.data = rsResults>
column
number0
id
string??
line
number453
Raw_Trace
stringcom.inventory_search450.invsearch_cfc$cf.udfCall(/com/inventory-search/invSearch.cfc:453)
template
string/home/t2t/public_html/com/inventory-search/invSearch.cfc
type
stringcfml
2
Struct
codePrintHTML
string14: &lt;!--- remove State ---&gt;<br> 15: &lt;cfif results.data.RecordCount EQ 0 AND isStruct(request.routeInfo.state)&gt;<br> <b>16: &lt;cfset results = application.invSearch.getInventory(state='')&gt;</b><br> 17: &lt;cfset page.allSold = &quot;Currently, all #page.title# have been sold. Here is what we found outside of #request.routeInfo.state.name#... !&quot;&gt;<br> 18: &lt;/cfif&gt;<br>
codePrintPlain
string14: <!--- remove State ---> 15: <cfif results.data.RecordCount EQ 0 AND isStruct(request.routeInfo.state)> 16: <cfset results = application.invSearch.getInventory(state='')> 17: <cfset page.allSold = "Currently, all #page.title# have been sold. Here is what we found outside of #request.routeInfo.state.name#... !"> 18: </cfif>
column
number0
id
string??
line
number16
Raw_Trace
stringlayout.bootstrap_2015450.includes.inventory._get_inventory_cfm225$cf.call(/layout/bootstrap-2015/includes/inventory/_get-inventory.cfm:16)
template
string/home/t2t/public_html/layout/bootstrap-2015/includes/inventory/_get-inventory.cfm
type
stringcfml
3
Struct
codePrintHTML
string87: <br> 88: &lt;!--- get inventory search results ---&gt;<br> <b>89: &lt;cfinclude template=&quot;/layout/bootstrap-2015/includes/inventory/_get-inventory.cfm&quot;&gt;</b><br> 90: <br> 91: &lt;/cfsilent&gt;<br>
codePrintPlain
string87: 88: <!--- get inventory search results ---> 89: <cfinclude template="/layout/bootstrap-2015/includes/inventory/_get-inventory.cfm"> 90: 91: </cfsilent>
column
number0
id
string??
line
number89
Raw_Trace
stringlayout.bootstrap_2015450.includes._settings_dealer_page_cfm1215$cf.call(/layout/bootstrap-2015/includes/_settings-dealer-page.cfm:89)
template
string/home/t2t/public_html/layout/bootstrap-2015/includes/_settings-dealer-page.cfm
type
stringcfml
4
Struct
codePrintHTML
string2: <br> 3: &lt;!--- get any special settings for specified template ---&gt;<br> <b>4: &lt;cfinclude template=&quot;/layout/bootstrap-2015/includes/_settings-#page.template#.cfm&quot;&gt;</b><br> 5: <br> 6: &lt;!--- metatags ---&gt;<br>
codePrintPlain
string2: 3: <!--- get any special settings for specified template ---> 4: <cfinclude template="/layout/bootstrap-2015/includes/_settings-#page.template#.cfm"> 5: 6: <!--- metatags --->
column
number0
id
string??
line
number4
Raw_Trace
stringlayout.bootstrap_2015_cfm450$cf.call(/layout/bootstrap-2015.cfm:4)
template
string/home/t2t/public_html/layout/bootstrap-2015.cfm
type
stringcfml
5
Struct
codePrintHTML
string146: &lt;!--- DO NOT EDIT THIS LINE! ---&gt;<br> 147: <br> <b>148: &lt;cfinclude template=&quot;#application.rootURL#layout/#page.layout#.cfm&quot;&gt;</b><br> 149: <br>
codePrintPlain
string146: <!--- DO NOT EDIT THIS LINE! ---> 147: 148: <cfinclude template="#application.rootURL#layout/#page.layout#.cfm"> 149:
column
number0
id
string??
line
number148
Raw_Trace
stringallstate_peterbilt_cfm405$cf.call(/allstate-peterbilt.cfm:148)
template
string/home/t2t/public_html/allstate-peterbilt.cfm
type
stringcfml
6
Struct
codePrintHTML
string230: <br> 231: // include proper route template<br> <b>232: include request.routeInfo.templateToInclude;</b><br> 233: <br> 234: <br>
codePrintPlain
string230: 231: // include proper route template 232: include request.routeInfo.templateToInclude; 233: 234:
column
number0
id
string??
line
number232
Raw_Trace
string_router_cfm$cf.call(/_router.cfm:232)
template
string/home/t2t/public_html/_router.cfm
type
stringcfml
7
Struct
codePrintHTML
string81: // include '/_redirect.cfm';<br> 82: include '/includes/application/_onRequest.cfm';<br> <b>83: include arguments.targetPage;</b><br> 84: return;<br> 85: }<br>
codePrintPlain
string81: // include '/_redirect.cfm'; 82: include '/includes/application/_onRequest.cfm'; 83: include arguments.targetPage; 84: return; 85: }
column
number0
id
string??
line
number83
Raw_Trace
stringapplication_cfc$cf.udfCall1(/Application.cfc:83)
template
string/home/t2t/public_html/Application.cfc
type
stringcfml
type
stringdatabase
where
string