Warning! ERROR



Catch
Entries: 18
additional
Struct (ordered)
SQL
stringselect * from pageSections where pageId = and isActive = 1 order by pageSortOrder;
DatabaseName
stringMySQL
DatabaseVersion
string8.0.22
DriverName
stringMySQL Connector/J
DriverVersion
stringmysql-connector-j-9.2.0 (Revision: a3909bfeb62d5a517ab444bb88ba7ecf26100297)
Datasource
stringrstud
Cause
Struct
Entries: 15
additional
Struct (ordered)
SQL
stringselect * from pageSections where pageId = and isActive = 1 order by pageSortOrder;
DatabaseName
stringMySQL
DatabaseVersion
string8.0.22
DriverName
stringMySQL Connector/J
DriverVersion
stringmysql-connector-j-9.2.0 (Revision: a3909bfeb62d5a517ab444bb88ba7ecf26100297)
Datasource
stringrstud
DataSource
stringrstud
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 'and isActive = 1 order by pageSortOrder' at line 1
NativeErrorCode
number1064
queryError
stringselect * from pageSections where pageId = and isActive = 1 order by pageSortOrder;
Sql
stringselect * from pageSections where pageId = and isActive = 1 order by pageSortOrder;
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 'and isActive = 1 order by pageSortOrder' at line 1 at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:112) at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:114) at com.mysql.cj.jdbc.StatementImpl.executeInternal(StatementImpl.java:837) at com.mysql.cj.jdbc.StatementImpl.execute(StatementImpl.java:685) at lucee.runtime.type.util.QueryUtil.execute(QueryUtil.java:345) at lucee.runtime.type.QueryImpl.execute(QueryImpl.java:293) at lucee.runtime.type.QueryImpl.<init>(QueryImpl.java:239) at lucee.runtime.tag.Query.executeDatasoure(Query.java:1125) at lucee.runtime.tag.Query._doEndTag(Query.java:692) at lucee.runtime.tag.Query.doEndTag(Query.java:557) at index_cfm$cf$bq.call(/index.cfm:29) 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 controller_cfm$cf$bp.call(/controller.cfm:20) 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 application_cfc$cf.udfCall(/Application.cfc:27) 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:212) 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
string27: &lt;cfquery&nbsp;name=&quot;sections&quot;&nbsp;datasource=&quot;#datasrc#&quot;&gt;<br> 28: &nbsp;&nbsp;&nbsp;&nbsp;select&nbsp;*&nbsp;from&nbsp;pageSections&nbsp;where&nbsp;pageId&nbsp;=&nbsp;#page.pageId#&nbsp;and&nbsp;isActive&nbsp;=&nbsp;1&nbsp;order&nbsp;by&nbsp;pageSortOrder;<br> <b>29: &lt;/cfquery&gt;</b><br> 30: &lt;cfif&nbsp;isdefined(&quot;showPreviewContent&quot;)&nbsp;and&nbsp;showPreviewContent&nbsp;and&nbsp;isdefined(&quot;url.hid&quot;)&nbsp;and&nbsp;url.hid&nbsp;GT&nbsp;0&gt;<br> 31: &nbsp;&nbsp;&nbsp;&lt;!---&nbsp;We&nbsp;want&nbsp;to&nbsp;preview&nbsp;a&nbsp;old&nbsp;history&nbsp;content&nbsp;piece&nbsp;---&gt;<br>
codePrintPlain
string27: <cfquery name="sections" datasource="#datasrc#"> 28: select * from pageSections where pageId = #page.pageId# and isActive = 1 order by pageSortOrder; 29: </cfquery> 30: <cfif isdefined("showPreviewContent") and showPreviewContent and isdefined("url.hid") and url.hid GT 0> 31: <!--- We want to preview a old history content piece --->
column
number0
id
string??
line
number29
Raw_Trace
stringindex_cfm$cf$bq.call(/index.cfm:29)
template
stringC:\Websites\miniCMS\index.cfm
type
stringcfml
2
Struct
codePrintHTML
string18: &nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;cgiQueryString&nbsp;=&nbsp;left(cgiQueryString,len(cgiQueryString)-1)&nbsp;/&gt;<br> 19: &lt;/cfif&gt;<br> <b>20: &lt;cfinclude&nbsp;template=&quot;index.cfm&quot;&nbsp;/&gt;</b><br>
codePrintPlain
string18: <cfset cgiQueryString = left(cgiQueryString,len(cgiQueryString)-1) /> 19: </cfif> 20: <cfinclude template="index.cfm" />
column
number0
id
string??
line
number20
Raw_Trace
stringcontroller_cfm$cf$bp.call(/controller.cfm:20)
template
stringC:\Websites\miniCMS\controller.cfm
type
stringcfml
3
Struct
codePrintHTML
string25: <br> 26: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfsavecontent&nbsp;variable=&quot;content&quot;&gt;<br> <b>27: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfinclude&nbsp;template=&quot;#arguments.targetPage#&quot;&gt;</b><br> 28: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/cfsavecontent&gt;<br> 29: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfoutput&gt;#content#&lt;/cfoutput&gt;<br>
codePrintPlain
string25: 26: <cfsavecontent variable="content"> 27: <cfinclude template="#arguments.targetPage#"> 28: </cfsavecontent> 29: <cfoutput>#content#</cfoutput>
column
number0
id
string??
line
number27
Raw_Trace
stringapplication_cfc$cf.udfCall(/Application.cfc:27)
template
stringC:\Websites\miniCMS\Application.cfc
type
stringcfml
type
stringdatabase
where
string
DataSource
stringrstud
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 'and isActive = 1 order by pageSortOrder' at line 1
name
stringonRequest
NativeErrorCode
number1064
queryError
stringselect * from pageSections where pageId = and isActive = 1 order by pageSortOrder;
rootCause
Struct
Entries: 15
additional
Struct (ordered)
SQL
stringselect * from pageSections where pageId = and isActive = 1 order by pageSortOrder;
DatabaseName
stringMySQL
DatabaseVersion
string8.0.22
DriverName
stringMySQL Connector/J
DriverVersion
stringmysql-connector-j-9.2.0 (Revision: a3909bfeb62d5a517ab444bb88ba7ecf26100297)
Datasource
stringrstud
DataSource
stringrstud
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 'and isActive = 1 order by pageSortOrder' at line 1
NativeErrorCode
number1064
queryError
stringselect * from pageSections where pageId = and isActive = 1 order by pageSortOrder;
Sql
stringselect * from pageSections where pageId = and isActive = 1 order by pageSortOrder;
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 'and isActive = 1 order by pageSortOrder' at line 1 at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:112) at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:114) at com.mysql.cj.jdbc.StatementImpl.executeInternal(StatementImpl.java:837) at com.mysql.cj.jdbc.StatementImpl.execute(StatementImpl.java:685) at lucee.runtime.type.util.QueryUtil.execute(QueryUtil.java:345) at lucee.runtime.type.QueryImpl.execute(QueryImpl.java:293) at lucee.runtime.type.QueryImpl.<init>(QueryImpl.java:239) at lucee.runtime.tag.Query.executeDatasoure(Query.java:1125) at lucee.runtime.tag.Query._doEndTag(Query.java:692) at lucee.runtime.tag.Query.doEndTag(Query.java:557) at index_cfm$cf$bq.call(/index.cfm:29) 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 controller_cfm$cf$bp.call(/controller.cfm:20) 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 application_cfc$cf.udfCall(/Application.cfc:27) 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:212) 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
string27: &lt;cfquery&nbsp;name=&quot;sections&quot;&nbsp;datasource=&quot;#datasrc#&quot;&gt;<br> 28: &nbsp;&nbsp;&nbsp;&nbsp;select&nbsp;*&nbsp;from&nbsp;pageSections&nbsp;where&nbsp;pageId&nbsp;=&nbsp;#page.pageId#&nbsp;and&nbsp;isActive&nbsp;=&nbsp;1&nbsp;order&nbsp;by&nbsp;pageSortOrder;<br> <b>29: &lt;/cfquery&gt;</b><br> 30: &lt;cfif&nbsp;isdefined(&quot;showPreviewContent&quot;)&nbsp;and&nbsp;showPreviewContent&nbsp;and&nbsp;isdefined(&quot;url.hid&quot;)&nbsp;and&nbsp;url.hid&nbsp;GT&nbsp;0&gt;<br> 31: &nbsp;&nbsp;&nbsp;&lt;!---&nbsp;We&nbsp;want&nbsp;to&nbsp;preview&nbsp;a&nbsp;old&nbsp;history&nbsp;content&nbsp;piece&nbsp;---&gt;<br>
codePrintPlain
string27: <cfquery name="sections" datasource="#datasrc#"> 28: select * from pageSections where pageId = #page.pageId# and isActive = 1 order by pageSortOrder; 29: </cfquery> 30: <cfif isdefined("showPreviewContent") and showPreviewContent and isdefined("url.hid") and url.hid GT 0> 31: <!--- We want to preview a old history content piece --->
column
number0
id
string??
line
number29
Raw_Trace
stringindex_cfm$cf$bq.call(/index.cfm:29)
template
stringC:\Websites\miniCMS\index.cfm
type
stringcfml
2
Struct
codePrintHTML
string18: &nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;cgiQueryString&nbsp;=&nbsp;left(cgiQueryString,len(cgiQueryString)-1)&nbsp;/&gt;<br> 19: &lt;/cfif&gt;<br> <b>20: &lt;cfinclude&nbsp;template=&quot;index.cfm&quot;&nbsp;/&gt;</b><br>
codePrintPlain
string18: <cfset cgiQueryString = left(cgiQueryString,len(cgiQueryString)-1) /> 19: </cfif> 20: <cfinclude template="index.cfm" />
column
number0
id
string??
line
number20
Raw_Trace
stringcontroller_cfm$cf$bp.call(/controller.cfm:20)
template
stringC:\Websites\miniCMS\controller.cfm
type
stringcfml
3
Struct
codePrintHTML
string25: <br> 26: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfsavecontent&nbsp;variable=&quot;content&quot;&gt;<br> <b>27: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfinclude&nbsp;template=&quot;#arguments.targetPage#&quot;&gt;</b><br> 28: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/cfsavecontent&gt;<br> 29: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfoutput&gt;#content#&lt;/cfoutput&gt;<br>
codePrintPlain
string25: 26: <cfsavecontent variable="content"> 27: <cfinclude template="#arguments.targetPage#"> 28: </cfsavecontent> 29: <cfoutput>#content#</cfoutput>
column
number0
id
string??
line
number27
Raw_Trace
stringapplication_cfc$cf.udfCall(/Application.cfc:27)
template
stringC:\Websites\miniCMS\Application.cfc
type
stringcfml
type
stringdatabase
where
string
Sql
stringselect * from pageSections where pageId = and isActive = 1 order by pageSortOrder;
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 'and isActive = 1 order by pageSortOrder' at line 1 at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:112) at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:114) at com.mysql.cj.jdbc.StatementImpl.executeInternal(StatementImpl.java:837) at com.mysql.cj.jdbc.StatementImpl.execute(StatementImpl.java:685) at lucee.runtime.type.util.QueryUtil.execute(QueryUtil.java:345) at lucee.runtime.type.QueryImpl.execute(QueryImpl.java:293) at lucee.runtime.type.QueryImpl.<init>(QueryImpl.java:239) at lucee.runtime.tag.Query.executeDatasoure(Query.java:1125) at lucee.runtime.tag.Query._doEndTag(Query.java:692) at lucee.runtime.tag.Query.doEndTag(Query.java:557) at index_cfm$cf$bq.call(/index.cfm:29) 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 controller_cfm$cf$bp.call(/controller.cfm:20) 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 application_cfc$cf.udfCall(/Application.cfc:27) 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:212) 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
string27: &lt;cfquery&nbsp;name=&quot;sections&quot;&nbsp;datasource=&quot;#datasrc#&quot;&gt;<br> 28: &nbsp;&nbsp;&nbsp;&nbsp;select&nbsp;*&nbsp;from&nbsp;pageSections&nbsp;where&nbsp;pageId&nbsp;=&nbsp;#page.pageId#&nbsp;and&nbsp;isActive&nbsp;=&nbsp;1&nbsp;order&nbsp;by&nbsp;pageSortOrder;<br> <b>29: &lt;/cfquery&gt;</b><br> 30: &lt;cfif&nbsp;isdefined(&quot;showPreviewContent&quot;)&nbsp;and&nbsp;showPreviewContent&nbsp;and&nbsp;isdefined(&quot;url.hid&quot;)&nbsp;and&nbsp;url.hid&nbsp;GT&nbsp;0&gt;<br> 31: &nbsp;&nbsp;&nbsp;&lt;!---&nbsp;We&nbsp;want&nbsp;to&nbsp;preview&nbsp;a&nbsp;old&nbsp;history&nbsp;content&nbsp;piece&nbsp;---&gt;<br>
codePrintPlain
string27: <cfquery name="sections" datasource="#datasrc#"> 28: select * from pageSections where pageId = #page.pageId# and isActive = 1 order by pageSortOrder; 29: </cfquery> 30: <cfif isdefined("showPreviewContent") and showPreviewContent and isdefined("url.hid") and url.hid GT 0> 31: <!--- We want to preview a old history content piece --->
column
number0
id
string??
line
number29
Raw_Trace
stringindex_cfm$cf$bq.call(/index.cfm:29)
template
stringC:\Websites\miniCMS\index.cfm
type
stringcfml
2
Struct
codePrintHTML
string18: &nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;cgiQueryString&nbsp;=&nbsp;left(cgiQueryString,len(cgiQueryString)-1)&nbsp;/&gt;<br> 19: &lt;/cfif&gt;<br> <b>20: &lt;cfinclude&nbsp;template=&quot;index.cfm&quot;&nbsp;/&gt;</b><br>
codePrintPlain
string18: <cfset cgiQueryString = left(cgiQueryString,len(cgiQueryString)-1) /> 19: </cfif> 20: <cfinclude template="index.cfm" />
column
number0
id
string??
line
number20
Raw_Trace
stringcontroller_cfm$cf$bp.call(/controller.cfm:20)
template
stringC:\Websites\miniCMS\controller.cfm
type
stringcfml
3
Struct
codePrintHTML
string25: <br> 26: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfsavecontent&nbsp;variable=&quot;content&quot;&gt;<br> <b>27: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfinclude&nbsp;template=&quot;#arguments.targetPage#&quot;&gt;</b><br> 28: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/cfsavecontent&gt;<br> 29: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfoutput&gt;#content#&lt;/cfoutput&gt;<br>
codePrintPlain
string25: 26: <cfsavecontent variable="content"> 27: <cfinclude template="#arguments.targetPage#"> 28: </cfsavecontent> 29: <cfoutput>#content#</cfoutput>
column
number0
id
string??
line
number27
Raw_Trace
stringapplication_cfc$cf.udfCall(/Application.cfc:27)
template
stringC:\Websites\miniCMS\Application.cfc
type
stringcfml
type
stringdatabase
where
string