Catch
Entries: 15
additional
Struct (ordered)
SQL
stringSELECT a.quiz_id,a.quiz_topic,a.quiz_EndDate,b.question_text,c.* FROM tbl_quiz a,tbl_quiz_question b,tbl_quiz_question_options c WHERE a.quiz_id = b.quiz_id AND b.question_id = c.question_id AND a.quiz_isactvie = 1 AND DATEDIFF(a.quiz_EndDate,NOW()) >=0 ORDER BY c.question_id
DatabaseName
stringMySQL
DatabaseVersion
string9.1.0
DriverName
stringMySQL Connector/J
DriverVersion
stringmysql-connector-j-8.0.33 (Revision: 7d6b0800528b6b25c68b52dc10d6c1c8429c100c)
Datasource
stringmoviez
DataSource
stringmoviez
Detail
string
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringTable 'treviews.tbl_quiz' doesn't exist
NativeErrorCode
number1146
queryError
stringSELECT a.quiz_id,a.quiz_topic,a.quiz_EndDate,b.question_text,c.* FROM tbl_quiz a,tbl_quiz_question b,tbl_quiz_question_options c WHERE a.quiz_id = b.quiz_id AND b.question_id = c.question_id AND a.quiz_isactvie = 1 AND DATEDIFF(a.quiz_EndDate,NOW()) >=0 ORDER BY c.question_id
Sql
stringSELECT a.quiz_id,a.quiz_topic,a.quiz_EndDate,b.question_text,c.* FROM tbl_quiz a,tbl_quiz_question b,tbl_quiz_question_options c WHERE a.quiz_id = b.quiz_id AND b.question_id = c.question_id AND a.quiz_isactvie = 1 AND DATEDIFF(a.quiz_EndDate,NOW()) >=0 ORDER BY c.question_id
SQLState
string42S02
StackTrace
stringlucee.runtime.exp.DatabaseException: Table 'treviews.tbl_quiz' doesn't exist 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 dao_cfc$cf.udfCall6(/dao.cfc:619) at dao_cfc$cf.udfCall(/dao.cfc) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:358) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:223) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:664) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:586) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1933) at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:787) at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1776) at cont_cfc$cf.udfCall7(/cont.cfc:303) at cont_cfc$cf.udfCall(/cont.cfc) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:358) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:223) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:664) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:586) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1933) at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:787) at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1776) at events_cfm$cf.call(/events.cfm:929) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1026) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:949) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:930) at index_cfm$cf.call(/index.cfm:5) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1026) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:949) at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:219) at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:44) at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2494) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2479) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2450) at lucee.runtime.engine.Request.exe(Request.java:45) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1215) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1161) 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.ajp.AjpProcessor.service(AjpProcessor.java:424) 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(Unknown Source)
TagContext
Array
1
Struct
codePrintHTML
string617: AND&nbsp;b.question_id&nbsp;=&nbsp;c.question_id<br> 618: AND&nbsp;a.quiz_isactvie&nbsp;=&nbsp;1&nbsp;AND&nbsp;DATEDIFF(a.quiz_EndDate,NOW())&nbsp;&gt;=0&nbsp;&nbsp;ORDER&nbsp;BY&nbsp;c.question_id<br> <b>619: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/cfquery&gt;</b><br> 620: <br> 621: &nbsp;&nbsp;&nbsp;&nbsp;&lt;cfreturn&nbsp;GetQuiz&gt;<br>
codePrintPlain
string617: AND b.question_id = c.question_id 618: AND a.quiz_isactvie = 1 AND DATEDIFF(a.quiz_EndDate,NOW()) >=0 ORDER BY c.question_id 619: </cfquery> 620: 621: <cfreturn GetQuiz>
column
number0
id
string??
line
number619
Raw_Trace
stringdao_cfc$cf.udfCall6(/dao.cfc:619)
template
stringC:\inetpub\wwwroot\localtalent.in\dao.cfc
type
stringcfml
2
Struct
codePrintHTML
string301: <br> 302: &lt;cffunction&nbsp;name=&quot;GetQuizoptNans&quot;&nbsp;access=&quot;public&quot;&nbsp;returntype=&quot;query&quot;&gt;<br> <b>303: &nbsp;&nbsp;&nbsp;&lt;cfreturn&nbsp;application.dao.GetQuizoptNans()&gt;</b><br> 304: &nbsp;&nbsp;&nbsp;&lt;/cffunction&gt;<br> 305: &nbsp;&nbsp;&nbsp;<br>
codePrintPlain
string301: 302: <cffunction name="GetQuizoptNans" access="public" returntype="query"> 303: <cfreturn application.dao.GetQuizoptNans()> 304: </cffunction> 305:
column
number0
id
string??
line
number303
Raw_Trace
stringcont_cfc$cf.udfCall7(/cont.cfc:303)
template
stringC:\inetpub\wwwroot\localtalent.in\cont.cfc
type
stringcfml
3
Struct
codePrintHTML
string927: &lt;cfcase&nbsp;value=&quot;viewquiz&quot;&gt;<br> 928: <br> <b>929: &nbsp;&lt;cfset&nbsp;variables.QuizOpAns&nbsp;=&nbsp;application.cont.GetQuizoptNans()&gt;</b><br> 930: <br> 931: &lt;!---&lt;cfif&nbsp;session.loggedinvl&gt;---&gt;<br>
codePrintPlain
string927: <cfcase value="viewquiz"> 928: 929: <cfset variables.QuizOpAns = application.cont.GetQuizoptNans()> 930: 931: <!---<cfif session.loggedinvl>--->
column
number0
id
string??
line
number929
Raw_Trace
stringevents_cfm$cf.call(/events.cfm:929)
template
stringC:\inetpub\wwwroot\localtalent.in\events.cfm
type
stringcfml
4
Struct
codePrintHTML
string3: &lt;!---&nbsp;&lt;cfinclude&nbsp;template=&quot;cookie.cfm&quot;&gt;&nbsp;---&gt;<br> 4: &lt;cfinclude&nbsp;template=&quot;Cfunctions.cfm&quot;&gt;<br> <b>5: &lt;cfinclude&nbsp;template=&quot;events.cfm&quot;&gt;</b><br> 6: &nbsp;&lt;cfset&nbsp;variables.gip&nbsp;=&nbsp;application.cont.Fgetgossip()&gt;<br> 7: &lt;!DOCTYPE&nbsp;html&gt;<br>
codePrintPlain
string3: <!--- <cfinclude template="cookie.cfm"> ---> 4: <cfinclude template="Cfunctions.cfm"> 5: <cfinclude template="events.cfm"> 6: <cfset variables.gip = application.cont.Fgetgossip()> 7: <!DOCTYPE html>
column
number0
id
string??
line
number5
Raw_Trace
stringindex_cfm$cf.call(/index.cfm:5)
template
stringC:\inetpub\wwwroot\localtalent.in\index.cfm
type
stringcfml
type
stringdatabase
where
string