Catch
additional
Struct (ordered)
Function
stringgetuserProfile
Component
stringcfc.users.users
Detail
stringthe function is located at [/home/accessathletes/public_html/cfc/users/users.cfc]
ErrNumber
number0
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringInvalid call of the function [getuserProfile], first Argument [userId] is of invalid type, Cannot cast String [] to a value of type [numeric]
StackTrace
stringlucee.runtime.exp.UDFCasterException: Invalid call of the function [getuserProfile], first Argument [userId] is of invalid type, Cannot cast String [] to a value of type [numeric] at lucee.runtime.type.UDFImpl.castToAndClone(UDFImpl.java:120) at lucee.runtime.type.UDFImpl.defineArguments(UDFImpl.java:171) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:355) at lucee.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:214) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:688) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:604) at lucee.runtime.ComponentImpl.callWithNamedValues(ComponentImpl.java:2129) at lucee.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:858) at lucee.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:2105) at members.profile_cfm$cf.call(/members/profile.cfm:4) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1088) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1012) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:993) at application_cfc$cf.udfCall(/Application.cfc:164) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:224) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:687) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:604) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:2110) at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:477) at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:212) at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:41) at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2816) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2803) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2774) at lucee.runtime.engine.Request.exe(Request.java:45) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1113) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1070) at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:97) at lucee.loader.servlet.jakarta.CFMLServlet.service(CFMLServlet.java:52) at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:710) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:130) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:109) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:79) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:483) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:116) 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:343) at org.apache.coyote.ajp.AjpProcessor.service(AjpProcessor.java:420) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:903) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1773) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:637) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:59) at java.base/java.lang.Thread.run(Unknown Source)
TagContext
Array
1
Struct
codePrintHTML
string2: &nbsp;&nbsp;&nbsp;<br> 3: &lt;cfsilent&gt;<br> <b>4: &nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;user&nbsp;=&nbsp;application.objusers.getuserProfile(userId=session.auth.userID)&gt;&nbsp;&nbsp;&nbsp;</b><br> 5: &nbsp;&nbsp;&nbsp;&lt;cfif&nbsp;user.RecordCount&nbsp;EQ&nbsp;0&gt;<br> 6: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cflocation&nbsp;url=&quot;#application.webRoot#/index.cfm&quot;&nbsp;addtoken=&quot;false&quot;&nbsp;/&gt;<br>
codePrintPlain
string2: 3: <cfsilent> 4: <cfset user = application.objusers.getuserProfile(userId=session.auth.userID)> 5: <cfif user.RecordCount EQ 0> 6: <cflocation url="#application.webRoot#/index.cfm" addtoken="false" />
column
number0
id
string??
line
number4
Raw_Trace
stringmembers.profile_cfm$cf.call(/members/profile.cfm:4)
template
string/home/accessathletes/public_html/members/profile.cfm
type
stringcfml
2
Struct
codePrintHTML
string162: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfinclude&nbsp;template=&quot;/members/discontinued.cfm&quot;&nbsp;/&gt;<br> 163: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfelse&gt;&nbsp;---&gt;<br> <b>164: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfinclude&nbsp;template=&quot;#arguments.TargetPage#&quot;&nbsp;/&gt;</b><br> 165: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;!---&nbsp;&lt;/cfif&gt;&nbsp;---&gt;<br> 166: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br>
codePrintPlain
string162: <cfinclude template="/members/discontinued.cfm" /> 163: <cfelse> ---> 164: <cfinclude template="#arguments.TargetPage#" /> 165: <!--- </cfif> ---> 166:
column
number0
id
string??
line
number164
Raw_Trace
stringapplication_cfc$cf.udfCall(/Application.cfc:164)
template
string/home/accessathletes/public_html/Application.cfc
type
stringcfml
type
stringexpression