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 com.forms_cfc$cf.udfCall2(/omnia/com/forms.cfc:605) at com.forms_cfc$cf.udfCall(/omnia/com/forms.cfc) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:356) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:223) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:701) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:589) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1993) at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:787) at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1777) at templates.basetemplate.preprocesscontent_cfm$cf.call(/templates/BaseTemplate/preProcessContent.cfm:20) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1058) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:950) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:931) at templates.basetemplate._blank_cfm$cf.call(/templates/BaseTemplate/_blank.cfm:43) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1058) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:950) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:931) at index_cfm$cf.call(/index.cfm:97) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1058) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:950) at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:221) at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:44) at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2494) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2480) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2451) at lucee.runtime.engine.Request.exe(Request.java:45) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1219) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1165) 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
string603: SELECT * FROM custom_forms WHERE shortcode = '#formVal#' AND isSurvey = 1<br> 604: &lt;/cfquery&gt;<br> <b>605: &lt;cfset json = DeserializeJSON(thisForm.json)/&gt;</b><br> 606: &lt;cfset inputCount = arrayLen(json['formData'])/&gt;<br> 607: &lt;cfif thisForm.html neq &quot;&quot;&gt; <br>
codePrintPlain
string603: SELECT * FROM custom_forms WHERE shortcode = '#formVal#' AND isSurvey = 1 604: </cfquery> 605: <cfset json = DeserializeJSON(thisForm.json)/> 606: <cfset inputCount = arrayLen(json['formData'])/> 607: <cfif thisForm.html neq "">
column
number0
id
string??
line
number605
Raw_Trace
stringcom.forms_cfc$cf.udfCall2(/omnia/com/forms.cfc:605)
template
string/var/efs/www/omnia/com/forms.cfc
type
stringcfml
2
Struct
codePrintHTML
string18: &lt;/cfif&gt;<br> 19: &lt;cfif findNoCase(&quot;[[[SURVEY_&quot;,request.currentContent)&gt;<br> <b>20: &lt;cfset request.currentContent = request.formObj.insertSurveysIntoContent(request.currentContent)&gt;</b><br> 21: &lt;/cfif&gt;<br> 22: &lt;cfif findNoCase(&quot;[[[BLOG_&quot;,request.currentContent)&gt;<br>
codePrintPlain
string18: </cfif> 19: <cfif findNoCase("[[[SURVEY_",request.currentContent)> 20: <cfset request.currentContent = request.formObj.insertSurveysIntoContent(request.currentContent)> 21: </cfif> 22: <cfif findNoCase("[[[BLOG_",request.currentContent)>
column
number0
id
string??
line
number20
Raw_Trace
stringtemplates.basetemplate.preprocesscontent_cfm$cf.call(/templates/BaseTemplate/preProcessContent.cfm:20)
template
string/var/efs/www/omnia/templates/BaseTemplate/preProcessContent.cfm
type
stringcfml
3
Struct
codePrintHTML
string41: &lt;cfinclude template=&quot;#request.getContent.useIncludeContentBefore#&quot;&gt;<br> 42: &lt;/cfif&gt;<br> <b>43: &lt;cfinclude template=&quot;./preProcessContent.cfm&quot;&gt;</b><br> 44: #request.currentContent#<br> 45: &lt;cfif isDefined(&quot;request.getContent&quot;) AND request.getContent.useIncludeContentAfter neq &quot;&quot; AND (NOT isDefined(&quot;url.editPage&quot;) OR (isDefined(&quot;url.editPage&quot;) AND url.editPage eq 0))&gt;<br>
codePrintPlain
string41: <cfinclude template="#request.getContent.useIncludeContentBefore#"> 42: </cfif> 43: <cfinclude template="./preProcessContent.cfm"> 44: #request.currentContent# 45: <cfif isDefined("request.getContent") AND request.getContent.useIncludeContentAfter neq "" AND (NOT isDefined("url.editPage") OR (isDefined("url.editPage") AND url.editPage eq 0))>
column
number0
id
string??
line
number43
Raw_Trace
stringtemplates.basetemplate._blank_cfm$cf.call(/templates/BaseTemplate/_blank.cfm:43)
template
string/var/efs/www/omnia/templates/BaseTemplate/_blank.cfm
type
stringcfml
4
Struct
codePrintHTML
string95: &lt;cfinclude template=&quot;templates/#request.getPage.themeName#/directoryDetail.cfm&quot;&gt;<br> 96: &lt;cfelse&gt;<br> <b>97: &lt;cfinclude template=&quot;templates/#request.getPage.themeName#/#request.getPage.templateFile#&quot;&gt;</b><br> 98: &lt;/cfif&gt;<br> 99: &lt;/cfif&gt;<br>
codePrintPlain
string95: <cfinclude template="templates/#request.getPage.themeName#/directoryDetail.cfm"> 96: <cfelse> 97: <cfinclude template="templates/#request.getPage.themeName#/#request.getPage.templateFile#"> 98: </cfif> 99: </cfif>
column
number0
id
string??
line
number97
Raw_Trace
stringindex_cfm$cf.call(/index.cfm:97)
template
string/var/efs/www/omnia/index.cfm
type
stringcfml
type
stringexpression
eventname2
string