Catch
additional
Struct (ordered)
Detail
string
ErrNumber
number0
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringcomponent [whio.models.anonymoususer] has no function with name [getNotifyByEmail]
StackTrace
stringlucee.runtime.exp.ExpressionException: component [whio.models.anonymoususer] has no function with name [getNotifyByEmail] at lucee.runtime.type.util.ComponentUtil.notFunction(ComponentUtil.java:687) at lucee.runtime.ComponentImpl.onMissingMethod(ComponentImpl.java:609) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:570) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1898) at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:785) at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1709) at whio.view.mail.controls_cfm$cf$cb.call(/whio/view/mail/controls.cfm:13) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:913) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:836) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:829) at lucee.runtime.tag.CFTag.doInclude(CFTag.java:319) at lucee.runtime.tag.CFTag.cfmlStartTag(CFTag.java:245) at lucee.runtime.tag.CFTag.doStartTag(CFTag.java:179) at whio.dsp_traditional_cfm$cf.call(/whio/dsp_traditional.cfm:141) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:913) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:836) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:818) at index_cfm$cf.call(/index.cfm:23) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:913) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:836) at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:216) at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:42) at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2415) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2405) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2380) at lucee.runtime.engine.Request.exe(Request.java:43) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1126) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1072) 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 org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:199) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) 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 org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:803) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:790) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1459) 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
Rows: 3 (showing top 2)
1
Struct
codePrintHTML
string11: &lt;/div&gt;<br> 12: <br> <b>13: &lt;cfif session.usr.getNotifyByEmail()&gt;</b><br> 14: &lt;a href=&quot;/?view=editprofile&quot; title=&quot;Change my notification settings&quot;&gt;&lt;i class=&quot;material-icons&quot; style=&quot;vertical-align: middle&quot;&gt;notifications_active&lt;/i&gt; Email notifications are turned on&lt;/a&gt;<br> 15: &lt;cfelse&gt;<br>
codePrintPlain
string11: </div> 12: 13: <cfif session.usr.getNotifyByEmail()> 14: <a href="/?view=editprofile" title="Change my notification settings"><i class="material-icons" style="vertical-align: middle">notifications_active</i> Email notifications are turned on</a> 15: <cfelse>
column
number0
id
string??
line
number13
Raw_Trace
stringwhio.view.mail.controls_cfm$cf$cb.call(/whio/view/mail/controls.cfm:13)
template
string/var/www/vhosts/trampernz/public_html/whio/view/mail/controls.cfm
type
stringcfml
2
Struct
codePrintHTML
string139: &lt;cfset request.boxButtons = arrayNew(1)&gt;<br> 140: &lt;cfset request.context.box = key&gt;<br> <b>141: &lt;cfsavecontent variable=&quot;boxContent&quot;&gt;&lt;cfmodule template=&quot;#view.boxes[key].file#&quot; attributecollection=&quot;#view.boxes[key].attributes#&quot;&gt;&lt;/cfsavecontent&gt;</b><br> 142: &lt;!--- &lt;cfif isDebugMode()&gt;&lt;cfset boxContent &amp;= &quot;#getTickCount()-t#ms&quot;&gt;&lt;/cfif&gt; ---&gt;<br> 143: &lt;cfset request.boxes[key] = {<br>
codePrintPlain
string139: <cfset request.boxButtons = arrayNew(1)> 140: <cfset request.context.box = key> 141: <cfsavecontent variable="boxContent"><cfmodule template="#view.boxes[key].file#" attributecollection="#view.boxes[key].attributes#"></cfsavecontent> 142: <!--- <cfif isDebugMode()><cfset boxContent &= "#getTickCount()-t#ms"></cfif> ---> 143: <cfset request.boxes[key] = {
column
number0
id
string??
line
number141
Raw_Trace
stringwhio.dsp_traditional_cfm$cf.call(/whio/dsp_traditional.cfm:141)
template
string/var/www/vhosts/trampernz/public_html/whio/dsp_traditional.cfm
type
stringcfml
type
stringexpression