Catch Entries: 18 | additional | Struct (ordered) | SQL | string | SELECT
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 | | DatabaseVersion | string | 8.0.42-0ubuntu0.24.04.1 |
| DriverName | | DriverVersion | string | mysql-connector-j-9.1.0 (Revision: cf2917ea44ae2e43a4514a33771035aa99de73bf) |
| Datasource | |
| Cause | Struct Entries: 15 | additional | Struct (ordered) | SQL | string | SELECT
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 | | DatabaseVersion | string | 8.0.42-0ubuntu0.24.04.1 |
| DriverName | | DriverVersion | string | mysql-connector-j-9.1.0 (Revision: cf2917ea44ae2e43a4514a33771035aa99de73bf) |
| Datasource | |
| DataSource | | Detail | | ErrorCode | | Extended_Info | | ExtendedInfo | | Message | string | Unknown column 'c.accepts_paypal' in 'field list' |
| NativeErrorCode | | queryError | string | SELECT
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 | string | SELECT
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 | | StackTrace | string | lucee.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 | string | 19: INNER JOIN communities c ON e.community_id = c.id<br>
20: WHERE e.id = <cfqueryparam value="#url.event_id#" cfsqltype="cf_sql_integer"><br>
<b>21: </cfquery></b><br>
22: <br>
23: <!--- Check if event exists and accepts PayPal if required (or handle price=0) ---><br>
|
| codePrintPlain | string | 19: 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 | | id | | line | | Raw_Trace | string | register_cfm$cf.call(/register.cfm:21) |
| template | string | /var/www/html/register.cfm |
| type | |
| 2 | Struct | codePrintHTML | string | 121: </cfsilent><br>
122: <cfprocessingdirective suppressWhitespace="true"><br>
<b>123: <cfinclude template="#arguments.targetPage#"></b><br>
124: </cfprocessingdirective><br>
125: </cffunction><br>
|
| codePrintPlain | string | 121: </cfsilent>
122: <cfprocessingdirective suppressWhitespace="true">
123: <cfinclude template="#arguments.targetPage#">
124: </cfprocessingdirective>
125: </cffunction>
|
| column | | id | | line | | Raw_Trace | string | application_cfc$cf.udfCall(/application.cfc:123) |
| template | string | /var/www/html/application.cfc |
| type | |
|
| type | | where | |
| DataSource | | Detail | | ErrorCode | | Extended_Info | | ExtendedInfo | | Message | string | Unknown column 'c.accepts_paypal' in 'field list' |
| name | | NativeErrorCode | | queryError | string | SELECT
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 | string | SELECT
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 | | DatabaseVersion | string | 8.0.42-0ubuntu0.24.04.1 |
| DriverName | | DriverVersion | string | mysql-connector-j-9.1.0 (Revision: cf2917ea44ae2e43a4514a33771035aa99de73bf) |
| Datasource | |
| DataSource | | Detail | | ErrorCode | | Extended_Info | | ExtendedInfo | | Message | string | Unknown column 'c.accepts_paypal' in 'field list' |
| NativeErrorCode | | queryError | string | SELECT
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 | string | SELECT
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 | | StackTrace | string | lucee.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 | string | 19: INNER JOIN communities c ON e.community_id = c.id<br>
20: WHERE e.id = <cfqueryparam value="#url.event_id#" cfsqltype="cf_sql_integer"><br>
<b>21: </cfquery></b><br>
22: <br>
23: <!--- Check if event exists and accepts PayPal if required (or handle price=0) ---><br>
|
| codePrintPlain | string | 19: 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 | | id | | line | | Raw_Trace | string | register_cfm$cf.call(/register.cfm:21) |
| template | string | /var/www/html/register.cfm |
| type | |
| 2 | Struct | codePrintHTML | string | 121: </cfsilent><br>
122: <cfprocessingdirective suppressWhitespace="true"><br>
<b>123: <cfinclude template="#arguments.targetPage#"></b><br>
124: </cfprocessingdirective><br>
125: </cffunction><br>
|
| codePrintPlain | string | 121: </cfsilent>
122: <cfprocessingdirective suppressWhitespace="true">
123: <cfinclude template="#arguments.targetPage#">
124: </cfprocessingdirective>
125: </cffunction>
|
| column | | id | | line | | Raw_Trace | string | application_cfc$cf.udfCall(/application.cfc:123) |
| template | string | /var/www/html/application.cfc |
| type | |
|
| type | | where | |
| Sql | string | SELECT
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 | | StackTrace | string | lucee.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 | string | 19: INNER JOIN communities c ON e.community_id = c.id<br>
20: WHERE e.id = <cfqueryparam value="#url.event_id#" cfsqltype="cf_sql_integer"><br>
<b>21: </cfquery></b><br>
22: <br>
23: <!--- Check if event exists and accepts PayPal if required (or handle price=0) ---><br>
|
| codePrintPlain | string | 19: 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 | | id | | line | | Raw_Trace | string | register_cfm$cf.call(/register.cfm:21) |
| template | string | /var/www/html/register.cfm |
| type | |
| 2 | Struct | codePrintHTML | string | 121: </cfsilent><br>
122: <cfprocessingdirective suppressWhitespace="true"><br>
<b>123: <cfinclude template="#arguments.targetPage#"></b><br>
124: </cfprocessingdirective><br>
125: </cffunction><br>
|
| codePrintPlain | string | 121: </cfsilent>
122: <cfprocessingdirective suppressWhitespace="true">
123: <cfinclude template="#arguments.targetPage#">
124: </cfprocessingdirective>
125: </cffunction>
|
| column | | id | | line | | Raw_Trace | string | application_cfc$cf.udfCall(/application.cfc:123) |
| template | string | /var/www/html/application.cfc |
| type | |
|
| type | | where | |
|