Upcoming Events

Catch
additional
Struct (ordered)
Detail
string
ErrNumber
number0
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringkey [currentsubsponsor] doesn't exist
StackTrace
stringlucee.runtime.exp.ExpressionException: key [currentsubsponsor] doesn't exist at lucee.runtime.type.util.StructSupport.invalidKey(StructSupport.java:69) at lucee.runtime.type.StructImpl.get(StructImpl.java:141) at lucee.runtime.type.scope.storage.StorageScopeImpl.get(StorageScopeImpl.java:250) at cfc.udf_cfc$cf.udfCall(/corecalendar/cfc/udf.cfc:225) 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 __138.__138.usu.templateresources._resources.calendar.includes.list_cfm$cf$3jfn.call(../../usu/templateresources/_resources/calendar/includes/list.cfm:37) 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 __138.__138.usu.templateresources._resources.calendar.index_cfm$cf$3jfh.call(../../usu/templateresources/_resources/calendar/index.cfm:11) 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 calendar.index_cfm$cf.call(/calendar/index.cfm:1) 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:97) at lucee.loader.servlet.CFMLServlet.service(CFMLServlet.java:51) at javax.servlet.http.HttpServlet.service(HttpServlet.java:741) 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:53) 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:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:367) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:868) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1639) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Unknown Source)
TagContext
Array
1
Struct
codePrintHTML
string223: &lt;cfset base &amp;= '?' /&gt;<br> 224: &lt;/cfif&gt;<br> <b>225: &lt;cfset base &amp;= '#sessionVar#=#SESSION['current#sessionVar#']#' /&gt;</b><br> 226: &lt;/cfif&gt;<br> 227: &lt;/cfloop&gt;<br>
codePrintPlain
string223: <cfset base &= '?' /> 224: </cfif> 225: <cfset base &= '#sessionVar#=#SESSION['current#sessionVar#']#' /> 226: </cfif> 227: </cfloop>
column
number0
id
string??
line
number225
Raw_Trace
stringcfc.udf_cfc$cf.udfCall(/corecalendar/cfc/udf.cfc:225)
template
string/u/web/domains/usu/templateresources/_resources/calendar/cfc/udf.cfc
type
stringcfml
2
Struct
codePrintHTML
string35: &lt;cfelseif REQUEST.show EQ 'month'&gt;<br> 36: &lt;cfoutput&gt;<br> <b>37: &lt;a href=&quot;#$.getCalendarURL(DatePart('yyyy', REQUEST.lastMonthYear),DatePart('m', REQUEST.lastMonthYear),1)#&quot;&gt;&lt;i class=&quot;fa fa-angle-left fa-2x&quot;&gt;&lt;/i&gt;&lt;span class=&quot;sr-only&quot;&gt;Previous Month&lt;/span&gt;&lt;/a&gt;</b><br> 38: &lt;h2 class=&quot;text-center h3 mt-0&quot;&gt;#MonthAsString(REQUEST.month)# #REQUEST.year#&lt;/h2&gt;<br> 39: &lt;a href=&quot;#$.getCalendarURL(DatePart('yyyy', REQUEST.nextMonthYear),DatePart('m', REQUEST.nextMonthYear),1)#&quot;&gt;&lt;i class=&quot;fa fa-angle-right fa-2x&quot;&gt;&lt;/i&gt;&lt;span class=&quot;sr-only&quot;&gt;Next Month&lt;/span&gt;&lt;/a&gt; <br>
codePrintPlain
string35: <cfelseif REQUEST.show EQ 'month'> 36: <cfoutput> 37: <a href="#$.getCalendarURL(DatePart('yyyy', REQUEST.lastMonthYear),DatePart('m', REQUEST.lastMonthYear),1)#"><i class="fa fa-angle-left fa-2x"></i><span class="sr-only">Previous Month</span></a> 38: <h2 class="text-center h3 mt-0">#MonthAsString(REQUEST.month)# #REQUEST.year#</h2> 39: <a href="#$.getCalendarURL(DatePart('yyyy', REQUEST.nextMonthYear),DatePart('m', REQUEST.nextMonthYear),1)#"><i class="fa fa-angle-right fa-2x"></i><span class="sr-only">Next Month</span></a>
column
number0
id
string??
line
number37
Raw_Trace
string__138.__138.usu.templateresources._resources.calendar.includes.list_cfm$cf$3jfn.call(../../usu/templateresources/_resources/calendar/includes/list.cfm:37)
template
string/u/web/domains/usu/templateresources/_resources/calendar/includes/list.cfm
type
stringcfml
3
Struct
codePrintHTML
string9: &lt;cfinclude template=&quot;includes/event.cfm&quot;/&gt;<br> 10: &lt;cfelse&gt;<br> <b>11: &lt;cfinclude template=&quot;includes/list.cfm&quot;/&gt;</b><br> 12: &lt;/cfif&gt;<br> 13: &lt;/div&gt; <br>
codePrintPlain
string9: <cfinclude template="includes/event.cfm"/> 10: <cfelse> 11: <cfinclude template="includes/list.cfm"/> 12: </cfif> 13: </div>
column
number0
id
string??
line
number11
Raw_Trace
string__138.__138.usu.templateresources._resources.calendar.index_cfm$cf$3jfh.call(../../usu/templateresources/_resources/calendar/index.cfm:11)
template
string/u/web/domains/usu/templateresources/_resources/calendar/index.cfm
type
stringcfml
4
Struct
codePrintHTML
string<b>1: &lt;cfinclude template=&quot;#application.pathInfo.pagesDeep#usu/templateresources/_resources/calendar/index.cfm&quot;/&gt;</b><br>
codePrintPlain
string1: <cfinclude template="#application.pathInfo.pagesDeep#usu/templateresources/_resources/calendar/index.cfm"/>
column
number0
id
string??
line
number1
Raw_Trace
stringcalendar.index_cfm$cf.call(/calendar/index.cfm:1)
template
string/u/web/domains/usu/huntsman/calendar/index.cfm
type
stringcfml
type
stringexpression