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-java-8.0.15 (Revision: 79a4336f140499bd22dd07f02b708e163844e3d5)
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-java-8.0.15 (Revision: 79a4336f140499bd22dd07f02b708e163844e3d5)
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:120) at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97) at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) at com.mysql.cj.jdbc.StatementImpl.executeInternal(StatementImpl.java:782) at com.mysql.cj.jdbc.StatementImpl.execute(StatementImpl.java:666) at lucee.runtime.type.util.QueryUtil.execute(QueryUtil.java:286) at lucee.runtime.type.QueryImpl.execute(QueryImpl.java:261) at lucee.runtime.type.QueryImpl.<init>(QueryImpl.java:215) at lucee.runtime.tag.Query.executeDatasoure(Query.java:1055) at lucee.runtime.tag.Query._doEndTag(Query.java:655) at lucee.runtime.tag.Query.doEndTag(Query.java:537) at index_cfm$cf.call(/index.cfm:29) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:911) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:834) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:816) at controller_cfm$cf.call(/controller.cfm:20) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:911) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:834) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:816) at application_cfc$cf.udfCall(/application.cfc:27) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:106) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:342) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:215) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:646) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:568) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1898) at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:436) at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:215) at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:42) at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2409) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2399) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2374) at lucee.runtime.engine.Request.exe(Request.java:43) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1109) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1055) 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:741) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:526) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) 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:394) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:860) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Unknown Source)
TagContext
Array
1
Struct
codePrintHTML
string27: &lt;cfquery name=&quot;sections&quot; datasource=&quot;#datasrc#&quot;&gt;<br> 28: select * from pageSections where pageId = #page.pageId# and isActive = 1 order by pageSortOrder;<br> <b>29: &lt;/cfquery&gt;</b><br> 30: &lt;cfif isdefined(&quot;showPreviewContent&quot;) and showPreviewContent and isdefined(&quot;url.hid&quot;) and url.hid GT 0&gt;<br> 31: &lt;!--- We want to preview a old history content piece ---&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.call(/index.cfm:29)
template
stringC:\Websites\rStud\index.cfm
type
stringcfml
2
Struct
codePrintHTML
string18: &lt;cfset cgiQueryString = left(cgiQueryString,len(cgiQueryString)-1) /&gt;<br> 19: &lt;/cfif&gt;<br> <b>20: &lt;cfinclude template=&quot;index.cfm&quot; /&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.call(/controller.cfm:20)
template
stringC:\Websites\rStud\controller.cfm
type
stringcfml
3
Struct
codePrintHTML
string25: <br> 26: &lt;cfsavecontent variable=&quot;content&quot;&gt;<br> <b>27: &lt;cfinclude template=&quot;#arguments.targetPage#&quot;&gt;</b><br> 28: &lt;/cfsavecontent&gt;<br> 29: &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\rStud\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-java-8.0.15 (Revision: 79a4336f140499bd22dd07f02b708e163844e3d5)
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:120) at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97) at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) at com.mysql.cj.jdbc.StatementImpl.executeInternal(StatementImpl.java:782) at com.mysql.cj.jdbc.StatementImpl.execute(StatementImpl.java:666) at lucee.runtime.type.util.QueryUtil.execute(QueryUtil.java:286) at lucee.runtime.type.QueryImpl.execute(QueryImpl.java:261) at lucee.runtime.type.QueryImpl.<init>(QueryImpl.java:215) at lucee.runtime.tag.Query.executeDatasoure(Query.java:1055) at lucee.runtime.tag.Query._doEndTag(Query.java:655) at lucee.runtime.tag.Query.doEndTag(Query.java:537) at index_cfm$cf.call(/index.cfm:29) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:911) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:834) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:816) at controller_cfm$cf.call(/controller.cfm:20) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:911) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:834) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:816) at application_cfc$cf.udfCall(/application.cfc:27) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:106) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:342) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:215) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:646) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:568) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1898) at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:436) at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:215) at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:42) at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2409) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2399) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2374) at lucee.runtime.engine.Request.exe(Request.java:43) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1109) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1055) 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:741) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:526) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) 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:394) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:860) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Unknown Source)
TagContext
Array
1
Struct
codePrintHTML
string27: &lt;cfquery name=&quot;sections&quot; datasource=&quot;#datasrc#&quot;&gt;<br> 28: select * from pageSections where pageId = #page.pageId# and isActive = 1 order by pageSortOrder;<br> <b>29: &lt;/cfquery&gt;</b><br> 30: &lt;cfif isdefined(&quot;showPreviewContent&quot;) and showPreviewContent and isdefined(&quot;url.hid&quot;) and url.hid GT 0&gt;<br> 31: &lt;!--- We want to preview a old history content piece ---&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.call(/index.cfm:29)
template
stringC:\Websites\rStud\index.cfm
type
stringcfml
2
Struct
codePrintHTML
string18: &lt;cfset cgiQueryString = left(cgiQueryString,len(cgiQueryString)-1) /&gt;<br> 19: &lt;/cfif&gt;<br> <b>20: &lt;cfinclude template=&quot;index.cfm&quot; /&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.call(/controller.cfm:20)
template
stringC:\Websites\rStud\controller.cfm
type
stringcfml
3
Struct
codePrintHTML
string25: <br> 26: &lt;cfsavecontent variable=&quot;content&quot;&gt;<br> <b>27: &lt;cfinclude template=&quot;#arguments.targetPage#&quot;&gt;</b><br> 28: &lt;/cfsavecontent&gt;<br> 29: &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\rStud\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:120) at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97) at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) at com.mysql.cj.jdbc.StatementImpl.executeInternal(StatementImpl.java:782) at com.mysql.cj.jdbc.StatementImpl.execute(StatementImpl.java:666) at lucee.runtime.type.util.QueryUtil.execute(QueryUtil.java:286) at lucee.runtime.type.QueryImpl.execute(QueryImpl.java:261) at lucee.runtime.type.QueryImpl.<init>(QueryImpl.java:215) at lucee.runtime.tag.Query.executeDatasoure(Query.java:1055) at lucee.runtime.tag.Query._doEndTag(Query.java:655) at lucee.runtime.tag.Query.doEndTag(Query.java:537) at index_cfm$cf.call(/index.cfm:29) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:911) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:834) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:816) at controller_cfm$cf.call(/controller.cfm:20) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:911) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:834) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:816) at application_cfc$cf.udfCall(/application.cfc:27) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:106) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:342) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:215) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:646) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:568) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1898) at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:436) at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:215) at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:42) at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2409) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2399) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2374) at lucee.runtime.engine.Request.exe(Request.java:43) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1109) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1055) 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:741) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:526) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) 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:394) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:860) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Unknown Source)
TagContext
Array
1
Struct
codePrintHTML
string27: &lt;cfquery name=&quot;sections&quot; datasource=&quot;#datasrc#&quot;&gt;<br> 28: select * from pageSections where pageId = #page.pageId# and isActive = 1 order by pageSortOrder;<br> <b>29: &lt;/cfquery&gt;</b><br> 30: &lt;cfif isdefined(&quot;showPreviewContent&quot;) and showPreviewContent and isdefined(&quot;url.hid&quot;) and url.hid GT 0&gt;<br> 31: &lt;!--- We want to preview a old history content piece ---&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.call(/index.cfm:29)
template
stringC:\Websites\rStud\index.cfm
type
stringcfml
2
Struct
codePrintHTML
string18: &lt;cfset cgiQueryString = left(cgiQueryString,len(cgiQueryString)-1) /&gt;<br> 19: &lt;/cfif&gt;<br> <b>20: &lt;cfinclude template=&quot;index.cfm&quot; /&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.call(/controller.cfm:20)
template
stringC:\Websites\rStud\controller.cfm
type
stringcfml
3
Struct
codePrintHTML
string25: <br> 26: &lt;cfsavecontent variable=&quot;content&quot;&gt;<br> <b>27: &lt;cfinclude template=&quot;#arguments.targetPage#&quot;&gt;</b><br> 28: &lt;/cfsavecontent&gt;<br> 29: &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\rStud\application.cfc
type
stringcfml
type
stringdatabase
where
string