Top Cat

Member Since 05/26/2022

 
Top Cat
Contact Top

Bio

The original. Conceived of the GoodBye Catz in response to the Hello Kitty craze. Dedicated to the success of The Catverse and all those that participate.

Public Crypto Wallet

0xc6637FB20942FE5F24981ba13dac8C9A2f1224da


Minted Catz!
Favorite Catz!
We apologize, but an error has occured.

You can notify us of this error by sending the following email.
Click here to send email.
Error
Scope Arguments
Exception1
Catch
additional
Struct (ordered)
pattern
stringdeserializejson(JSONVar:string, [strictMapping:boolean]):any
Detail
stringMust be the valid JSON string
ErrNumber
number0
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringInvalid call of the function [DeserializeJSON], first Argument [JSONVar] is invalid, input value cannot be empty string.
StackTrace
stringlucee.runtime.exp.FunctionException: Invalid call of the function [DeserializeJSON], first Argument [JSONVar] is invalid, input value cannot be empty string. at lucee.runtime.functions.conversion.DeserializeJSON.call(DeserializeJSON.java:54) at lucee.runtime.functions.conversion.DeserializeJSON.call(DeserializeJSON.java:49) at custom._2406.include_directorydetail_cfm$cf.call(/custom/2406/include_directoryDetail.cfm:320) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1060) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:952) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:933) at templates.basetemplate.directorydetail_cfm$cf.call(/templates/BaseTemplate/directoryDetail.cfm:23) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1060) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:952) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:933) at index_cfm$cf.call(/index.cfm:95) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1060) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:952) at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:220) at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:44) at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2716) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2702) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2673) at lucee.runtime.engine.Request.exe(Request.java:45) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1259) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1205) at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:102) at lucee.loader.servlet.CFMLServlet.service(CFMLServlet.java:51) at javax.servlet.http.HttpServlet.service(HttpServlet.java:742) 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:52) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at com.seefusion.Filter.doFilter(Filter.java:109) 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:198) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:493) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:140) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:81) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87) at com.seefusion.SeeFusionValve.invoke(SeeFusionValve.java:52) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:800) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:806) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1498) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.lang.Thread.run(Thread.java:748)
TagContext
Array
1
Struct
codePrintHTML
string318: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfhttpparam&nbsp;type=&quot;header&quot;&nbsp;name=&quot;Content-Type&quot;&nbsp;value=&quot;application/json&quot;&gt;<br> 319: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/cfhttp&gt;<br> <b>320: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;minted&nbsp;=&nbsp;DeserializeJSON(minted['filecontent'])/&gt;</b><br> 321: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;!---&lt;cfquery&nbsp;name=&quot;getLikes&quot;&nbsp;dbtype=&quot;query&quot;&gt;<br> 322: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SELECT&nbsp;COUNT(likeid)AS&nbsp;likes,&nbsp;ipAddress&nbsp;FROM&nbsp;getAllLikes&nbsp;WHERE&nbsp;productid&nbsp;=&nbsp;#val(productid)#<br>
codePrintPlain
string318: <cfhttpparam type="header" name="Content-Type" value="application/json"> 319: </cfhttp> 320: <cfset minted = DeserializeJSON(minted['filecontent'])/> 321: <!---<cfquery name="getLikes" dbtype="query"> 322: SELECT COUNT(likeid)AS likes, ipAddress FROM getAllLikes WHERE productid = #val(productid)#
column
number0
id
string??
line
number320
Raw_Trace
stringcustom._2406.include_directorydetail_cfm$cf.call(/custom/2406/include_directoryDetail.cfm:320)
template
string/var/efs/www/omnia/custom/2406/include_directoryDetail.cfm
type
stringcfml
2
Struct
codePrintHTML
string21: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;filePath&nbsp;=&nbsp;&quot;#fullPath#/#val(request.siteid)#/include_directoryDetail.cfm&quot;/&gt;<br> 22: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfif&nbsp;fileExists(filePath)&gt;<br> <b>23: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfinclude&nbsp;template=&quot;../../custom/#request.siteid#/include_directoryDetail.cfm&quot;&gt;</b><br> 24: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfelse&gt;<br> 25: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfinclude&nbsp;template=&quot;../../global_templates/include_directoryDetail.cfm&quot;&gt;<br>
codePrintPlain
string21: <cfset filePath = "#fullPath#/#val(request.siteid)#/include_directoryDetail.cfm"/> 22: <cfif fileExists(filePath)> 23: <cfinclude template="../../custom/#request.siteid#/include_directoryDetail.cfm"> 24: <cfelse> 25: <cfinclude template="../../global_templates/include_directoryDetail.cfm">
column
number0
id
string??
line
number23
Raw_Trace
stringtemplates.basetemplate.directorydetail_cfm$cf.call(/templates/BaseTemplate/directoryDetail.cfm:23)
template
string/var/efs/www/omnia/templates/BaseTemplate/directoryDetail.cfm
type
stringcfml
3
Struct
codePrintHTML
string93: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfinclude&nbsp;template=&quot;templates/#request.getPage.themeName#/generic_propertyDetails.cfm&quot;&gt;<br> 94: &nbsp;&nbsp;&lt;cfelseif&nbsp;isDefined(&quot;url.directory&quot;)&gt;<br> <b>95: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfinclude&nbsp;template=&quot;templates/#request.getPage.themeName#/directoryDetail.cfm&quot;&gt;</b><br> 96: &nbsp;&nbsp;&nbsp;&lt;cfelse&gt;<br> 97: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfinclude&nbsp;template=&quot;templates/#request.getPage.themeName#/#request.getPage.templateFile#&quot;&gt;<br>
codePrintPlain
string93: <cfinclude template="templates/#request.getPage.themeName#/generic_propertyDetails.cfm"> 94: <cfelseif isDefined("url.directory")> 95: <cfinclude template="templates/#request.getPage.themeName#/directoryDetail.cfm"> 96: <cfelse> 97: <cfinclude template="templates/#request.getPage.themeName#/#request.getPage.templateFile#">
column
number0
id
string??
line
number95
Raw_Trace
stringindex_cfm$cf.call(/index.cfm:95)
template
string/var/efs/www/omnia/index.cfm
type
stringcfml
type
stringexpression
eventname2
string