Catch
Entries: 15
additional
Struct (ordered)
SQL
stringselect * from tbl_movies where inc= 1 order by dates desc
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
stringUnknown column 'inc' in 'where clause'
NativeErrorCode
number1054
queryError
stringselect * from tbl_movies where inc= 1 order by dates desc
Sql
stringselect * from tbl_movies where inc= 1 order by dates desc
SQLState
string42S22
StackTrace
stringlucee.runtime.exp.DatabaseException: Unknown column 'inc' in 'where clause' 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.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:916) at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:354) at lucee.runtime.type.util.QueryUtil.execute(QueryUtil.java:328) at lucee.runtime.type.QueryImpl.execute(QueryImpl.java:296) 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.udfCall4(/dao.cfc:407) 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.udfCall2(/cont.cfc:85) 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:221) 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
string405: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfquery&nbsp;name=&quot;getmovies&quot;&nbsp;datasource=&quot;#application.dsn#&quot;&gt;<br> 406: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;select&nbsp;*&nbsp;from&nbsp;tbl_movies&nbsp;where&nbsp;inc=&nbsp;&lt;cfqueryparam&nbsp;cfsqltype=&quot;cf_sql_bigint&quot;&nbsp;value=&quot;1&quot;&gt;&nbsp;order&nbsp;by&nbsp;dates&nbsp;desc<br> <b>407: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/cfquery&gt;</b><br> 408: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfreturn&nbsp;getmovies&gt;<br> 409: &nbsp;&nbsp;&nbsp;&lt;/cffunction&gt;<br>
codePrintPlain
string405: <cfquery name="getmovies" datasource="#application.dsn#"> 406: select * from tbl_movies where inc= <cfqueryparam cfsqltype="cf_sql_bigint" value="1"> order by dates desc 407: </cfquery> 408: <cfreturn getmovies> 409: </cffunction>
column
number0
id
string??
line
number407
Raw_Trace
stringdao_cfc$cf.udfCall4(/dao.cfc:407)
template
stringC:\inetpub\wwwroot\localtalent.in\dao.cfc
type
stringcfml
2
Struct
codePrintHTML
string83: &nbsp;&nbsp;&nbsp;&lt;/cffunction&gt;<br> 84: &nbsp;&nbsp;&nbsp;&lt;cffunction&nbsp;name=&quot;Fmoviescomp&quot;&nbsp;access=&quot;public&quot;&nbsp;returntype=&quot;query&quot;&gt;<br> <b>85: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfreturn&nbsp;application.dao.Fmoviescomp()&gt;</b><br> 86: &nbsp;&nbsp;&nbsp;&lt;/cffunction&gt;<br> 87: &nbsp;&nbsp;&nbsp;&lt;cffunction&nbsp;name=&quot;Fvideos&quot;&nbsp;access=&quot;public&quot;&nbsp;returntype=&quot;query&quot;&gt;<br>
codePrintPlain
string83: </cffunction> 84: <cffunction name="Fmoviescomp" access="public" returntype="query"> 85: <cfreturn application.dao.Fmoviescomp()> 86: </cffunction> 87: <cffunction name="Fvideos" access="public" returntype="query">
column
number0
id
string??
line
number85
Raw_Trace
stringcont_cfc$cf.udfCall2(/cont.cfc:85)
template
stringC:\inetpub\wwwroot\localtalent.in\cont.cfc
type
stringcfml
3
Struct
codePrintHTML
string219: <br> 220: &lt;cfcase&nbsp;value=&quot;comp&quot;&gt;<br> <b>221: &lt;cfset&nbsp;variables.mov&nbsp;=&nbsp;application.cont.Fmoviescomp()&gt;</b><br> 222: &lt;cfset&nbsp;variables.viewpage&nbsp;=&nbsp;&quot;comp.cfm&quot;&gt;<br> 223: &lt;/cfcase&gt;<br>
codePrintPlain
string219: 220: <cfcase value="comp"> 221: <cfset variables.mov = application.cont.Fmoviescomp()> 222: <cfset variables.viewpage = "comp.cfm"> 223: </cfcase>
column
number0
id
string??
line
number221
Raw_Trace
stringevents_cfm$cf.call(/events.cfm:221)
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