Error Details
Catch
Entries: 18
additional
Struct (ordered)
SQL
stringSELECT e.id, e.name, e.price_per_couple, e.community_id, e.start_datetime, c.name as community_name, c.accepts_paypal, c.paypal_email, c.currency FROM events e INNER JOIN communities c ON e.community_id = c.id WHERE e.id = 0
DatabaseName
stringMySQL
DatabaseVersion
string8.0.42-0ubuntu0.24.04.1
DriverName
stringMySQL Connector/J
DriverVersion
stringmysql-connector-j-9.1.0 (Revision: cf2917ea44ae2e43a4514a33771035aa99de73bf)
Datasource
stringmr
Cause
Struct
Entries: 15
additional
Struct (ordered)
SQL
stringSELECT e.id, e.name, e.price_per_couple, e.community_id, e.start_datetime, c.name as community_name, c.accepts_paypal, c.paypal_email, c.currency FROM events e INNER JOIN communities c ON e.community_id = c.id WHERE e.id = 0
DatabaseName
stringMySQL
DatabaseVersion
string8.0.42-0ubuntu0.24.04.1
DriverName
stringMySQL Connector/J
DriverVersion
stringmysql-connector-j-9.1.0 (Revision: cf2917ea44ae2e43a4514a33771035aa99de73bf)
Datasource
stringmr
DataSource
stringmr
Detail
string
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringUnknown column 'c.accepts_paypal' in 'field list'
NativeErrorCode
number1054
queryError
stringSELECT e.id, e.name, e.price_per_couple, e.community_id, e.start_datetime, c.name as community_name, c.accepts_paypal, c.paypal_email, c.currency FROM events e INNER JOIN communities c ON e.community_id = c.id WHERE e.id = 0
Sql
stringSELECT e.id, e.name, e.price_per_couple, e.community_id, e.start_datetime, c.name as community_name, c.accepts_paypal, c.paypal_email, c.currency FROM events e INNER JOIN communities c ON e.community_id = c.id WHERE e.id = 0
SQLState
string42S22
StackTrace
stringlucee.runtime.exp.DatabaseException: Unknown column 'c.accepts_paypal' in 'field list' 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.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:988) at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:382) at lucee.runtime.type.util.QueryUtil.execute(QueryUtil.java:353) at lucee.runtime.type.QueryImpl.execute(QueryImpl.java:305) at lucee.runtime.type.QueryImpl.<init>(QueryImpl.java:242) at lucee.runtime.tag.Query.executeDatasoure(Query.java:1128) at lucee.runtime.tag.Query._doEndTag(Query.java:695) at lucee.runtime.tag.Query.doEndTag(Query.java:560) at register_cfm$cf.call(/register.cfm:21) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1046) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:940) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:921) at application_cfc$cf.udfCall(/application.cfc:123) 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:715) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:588) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:2033) at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:476) 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:2725) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2712) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2683) at lucee.runtime.engine.Request.exe(Request.java:45) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1159) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1116) 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:623) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:199) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:168) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:481) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:130) 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:346) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:388) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:928) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1791) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) at java.base/java.lang.Thread.run(Thread.java:829)
TagContext
Array
1
Struct
codePrintHTML
string19: &nbsp;&nbsp;&nbsp;&nbsp;INNER&nbsp;JOIN&nbsp;communities&nbsp;c&nbsp;ON&nbsp;e.community_id&nbsp;=&nbsp;c.id<br> 20: &nbsp;&nbsp;&nbsp;&nbsp;WHERE&nbsp;e.id&nbsp;=&nbsp;&lt;cfqueryparam&nbsp;value=&quot;#url.event_id#&quot;&nbsp;cfsqltype=&quot;cf_sql_integer&quot;&gt;<br> <b>21: &lt;/cfquery&gt;</b><br> 22: <br> 23: &lt;!---&nbsp;Check&nbsp;if&nbsp;event&nbsp;exists&nbsp;and&nbsp;accepts&nbsp;PayPal&nbsp;if&nbsp;required&nbsp;(or&nbsp;handle&nbsp;price=0)&nbsp;---&gt;<br>
codePrintPlain
string19: INNER JOIN communities c ON e.community_id = c.id 20: WHERE e.id = <cfqueryparam value="#url.event_id#" cfsqltype="cf_sql_integer"> 21: </cfquery> 22: 23: <!--- Check if event exists and accepts PayPal if required (or handle price=0) --->
column
number0
id
string??
line
number21
Raw_Trace
stringregister_cfm$cf.call(/register.cfm:21)
template
string/var/www/html/register.cfm
type
stringcfml
2
Struct
codePrintHTML
string121: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/cfsilent&gt;<br> 122: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfprocessingdirective&nbsp;suppressWhitespace=&quot;true&quot;&gt;<br> <b>123: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfinclude&nbsp;template=&quot;#arguments.targetPage#&quot;&gt;</b><br> 124: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/cfprocessingdirective&gt;<br> 125: &nbsp;&nbsp;&nbsp;&nbsp;&lt;/cffunction&gt;<br>
codePrintPlain
string121: </cfsilent> 122: <cfprocessingdirective suppressWhitespace="true"> 123: <cfinclude template="#arguments.targetPage#"> 124: </cfprocessingdirective> 125: </cffunction>
column
number0
id
string??
line
number123
Raw_Trace
stringapplication_cfc$cf.udfCall(/application.cfc:123)
template
string/var/www/html/application.cfc
type
stringcfml
type
stringdatabase
where
string
DataSource
stringmr
Detail
string
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringUnknown column 'c.accepts_paypal' in 'field list'
name
stringonRequest
NativeErrorCode
number1054
queryError
stringSELECT e.id, e.name, e.price_per_couple, e.community_id, e.start_datetime, c.name as community_name, c.accepts_paypal, c.paypal_email, c.currency FROM events e INNER JOIN communities c ON e.community_id = c.id WHERE e.id = 0
rootCause
Struct
Entries: 15
additional
Struct (ordered)
SQL
stringSELECT e.id, e.name, e.price_per_couple, e.community_id, e.start_datetime, c.name as community_name, c.accepts_paypal, c.paypal_email, c.currency FROM events e INNER JOIN communities c ON e.community_id = c.id WHERE e.id = 0
DatabaseName
stringMySQL
DatabaseVersion
string8.0.42-0ubuntu0.24.04.1
DriverName
stringMySQL Connector/J
DriverVersion
stringmysql-connector-j-9.1.0 (Revision: cf2917ea44ae2e43a4514a33771035aa99de73bf)
Datasource
stringmr
DataSource
stringmr
Detail
string
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringUnknown column 'c.accepts_paypal' in 'field list'
NativeErrorCode
number1054
queryError
stringSELECT e.id, e.name, e.price_per_couple, e.community_id, e.start_datetime, c.name as community_name, c.accepts_paypal, c.paypal_email, c.currency FROM events e INNER JOIN communities c ON e.community_id = c.id WHERE e.id = 0
Sql
stringSELECT e.id, e.name, e.price_per_couple, e.community_id, e.start_datetime, c.name as community_name, c.accepts_paypal, c.paypal_email, c.currency FROM events e INNER JOIN communities c ON e.community_id = c.id WHERE e.id = 0
SQLState
string42S22
StackTrace
stringlucee.runtime.exp.DatabaseException: Unknown column 'c.accepts_paypal' in 'field list' 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.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:988) at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:382) at lucee.runtime.type.util.QueryUtil.execute(QueryUtil.java:353) at lucee.runtime.type.QueryImpl.execute(QueryImpl.java:305) at lucee.runtime.type.QueryImpl.<init>(QueryImpl.java:242) at lucee.runtime.tag.Query.executeDatasoure(Query.java:1128) at lucee.runtime.tag.Query._doEndTag(Query.java:695) at lucee.runtime.tag.Query.doEndTag(Query.java:560) at register_cfm$cf.call(/register.cfm:21) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1046) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:940) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:921) at application_cfc$cf.udfCall(/application.cfc:123) 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:715) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:588) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:2033) at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:476) 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:2725) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2712) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2683) at lucee.runtime.engine.Request.exe(Request.java:45) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1159) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1116) 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:623) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:199) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:168) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:481) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:130) 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:346) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:388) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:928) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1791) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) at java.base/java.lang.Thread.run(Thread.java:829)
TagContext
Array
1
Struct
codePrintHTML
string19: &nbsp;&nbsp;&nbsp;&nbsp;INNER&nbsp;JOIN&nbsp;communities&nbsp;c&nbsp;ON&nbsp;e.community_id&nbsp;=&nbsp;c.id<br> 20: &nbsp;&nbsp;&nbsp;&nbsp;WHERE&nbsp;e.id&nbsp;=&nbsp;&lt;cfqueryparam&nbsp;value=&quot;#url.event_id#&quot;&nbsp;cfsqltype=&quot;cf_sql_integer&quot;&gt;<br> <b>21: &lt;/cfquery&gt;</b><br> 22: <br> 23: &lt;!---&nbsp;Check&nbsp;if&nbsp;event&nbsp;exists&nbsp;and&nbsp;accepts&nbsp;PayPal&nbsp;if&nbsp;required&nbsp;(or&nbsp;handle&nbsp;price=0)&nbsp;---&gt;<br>
codePrintPlain
string19: INNER JOIN communities c ON e.community_id = c.id 20: WHERE e.id = <cfqueryparam value="#url.event_id#" cfsqltype="cf_sql_integer"> 21: </cfquery> 22: 23: <!--- Check if event exists and accepts PayPal if required (or handle price=0) --->
column
number0
id
string??
line
number21
Raw_Trace
stringregister_cfm$cf.call(/register.cfm:21)
template
string/var/www/html/register.cfm
type
stringcfml
2
Struct
codePrintHTML
string121: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/cfsilent&gt;<br> 122: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfprocessingdirective&nbsp;suppressWhitespace=&quot;true&quot;&gt;<br> <b>123: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfinclude&nbsp;template=&quot;#arguments.targetPage#&quot;&gt;</b><br> 124: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/cfprocessingdirective&gt;<br> 125: &nbsp;&nbsp;&nbsp;&nbsp;&lt;/cffunction&gt;<br>
codePrintPlain
string121: </cfsilent> 122: <cfprocessingdirective suppressWhitespace="true"> 123: <cfinclude template="#arguments.targetPage#"> 124: </cfprocessingdirective> 125: </cffunction>
column
number0
id
string??
line
number123
Raw_Trace
stringapplication_cfc$cf.udfCall(/application.cfc:123)
template
string/var/www/html/application.cfc
type
stringcfml
type
stringdatabase
where
string
Sql
stringSELECT e.id, e.name, e.price_per_couple, e.community_id, e.start_datetime, c.name as community_name, c.accepts_paypal, c.paypal_email, c.currency FROM events e INNER JOIN communities c ON e.community_id = c.id WHERE e.id = 0
SQLState
string42S22
StackTrace
stringlucee.runtime.exp.DatabaseException: Unknown column 'c.accepts_paypal' in 'field list' 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.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:988) at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:382) at lucee.runtime.type.util.QueryUtil.execute(QueryUtil.java:353) at lucee.runtime.type.QueryImpl.execute(QueryImpl.java:305) at lucee.runtime.type.QueryImpl.<init>(QueryImpl.java:242) at lucee.runtime.tag.Query.executeDatasoure(Query.java:1128) at lucee.runtime.tag.Query._doEndTag(Query.java:695) at lucee.runtime.tag.Query.doEndTag(Query.java:560) at register_cfm$cf.call(/register.cfm:21) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1046) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:940) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:921) at application_cfc$cf.udfCall(/application.cfc:123) 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:715) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:588) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:2033) at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:476) 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:2725) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2712) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2683) at lucee.runtime.engine.Request.exe(Request.java:45) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1159) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1116) 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:623) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:199) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:168) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:481) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:130) 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:346) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:388) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:928) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1791) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) at java.base/java.lang.Thread.run(Thread.java:829)
TagContext
Array
1
Struct
codePrintHTML
string19: &nbsp;&nbsp;&nbsp;&nbsp;INNER&nbsp;JOIN&nbsp;communities&nbsp;c&nbsp;ON&nbsp;e.community_id&nbsp;=&nbsp;c.id<br> 20: &nbsp;&nbsp;&nbsp;&nbsp;WHERE&nbsp;e.id&nbsp;=&nbsp;&lt;cfqueryparam&nbsp;value=&quot;#url.event_id#&quot;&nbsp;cfsqltype=&quot;cf_sql_integer&quot;&gt;<br> <b>21: &lt;/cfquery&gt;</b><br> 22: <br> 23: &lt;!---&nbsp;Check&nbsp;if&nbsp;event&nbsp;exists&nbsp;and&nbsp;accepts&nbsp;PayPal&nbsp;if&nbsp;required&nbsp;(or&nbsp;handle&nbsp;price=0)&nbsp;---&gt;<br>
codePrintPlain
string19: INNER JOIN communities c ON e.community_id = c.id 20: WHERE e.id = <cfqueryparam value="#url.event_id#" cfsqltype="cf_sql_integer"> 21: </cfquery> 22: 23: <!--- Check if event exists and accepts PayPal if required (or handle price=0) --->
column
number0
id
string??
line
number21
Raw_Trace
stringregister_cfm$cf.call(/register.cfm:21)
template
string/var/www/html/register.cfm
type
stringcfml
2
Struct
codePrintHTML
string121: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/cfsilent&gt;<br> 122: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfprocessingdirective&nbsp;suppressWhitespace=&quot;true&quot;&gt;<br> <b>123: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfinclude&nbsp;template=&quot;#arguments.targetPage#&quot;&gt;</b><br> 124: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/cfprocessingdirective&gt;<br> 125: &nbsp;&nbsp;&nbsp;&nbsp;&lt;/cffunction&gt;<br>
codePrintPlain
string121: </cfsilent> 122: <cfprocessingdirective suppressWhitespace="true"> 123: <cfinclude template="#arguments.targetPage#"> 124: </cfprocessingdirective> 125: </cffunction>
column
number0
id
string??
line
number123
Raw_Trace
stringapplication_cfc$cf.udfCall(/application.cfc:123)
template
string/var/www/html/application.cfc
type
stringcfml
type
stringdatabase
where
string