by Sharon Soileau 03-10-2009 02:00 AM
Training
| Catch |
| additional | | Struct (ordered) | | Function | | | Component | | string | cfc.utilities.utilities |
|
|
| Detail | |
| ErrNumber | |
| ErrorCode | |
| Extended_Info | |
| ExtendedInfo | |
| Message | | string | Parameter 3 of function mid which is now [-120] must be a non-negative integer or -1 (for string length) |
|
| StackTrace | | string | lucee.runtime.exp.ExpressionException: Parameter 3 of function mid which is now [-120] must be a non-negative integer or -1 (for string length)
at lucee.runtime.functions.string.Mid.call(Mid.java:42)
at cfc.utilities.utilities_cfc$cf$53a.udfCall(/cfc/utilities/utilities.cfc:106)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357)
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 shared.partials.blogfull_cfm$cf$575.call(/shared/partials/blogfull.cfm:49)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1088)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1012)
at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:1004)
at lucee.runtime.tag.CFTag.doInclude(CFTag.java:319)
at lucee.runtime.tag.CFTag.cfmlEndTag(CFTag.java:260)
at lucee.runtime.tag.CFTag.doAfterBody(CFTag.java:207)
at blog.blogdisplay_cfm$cf$5g6.call(/blog/blogdisplay.cfm:95)
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$52t.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 | | string | 104: <cfset local.srcUrlStart = FindNoCase("src",local.stgTxt,1)+5><br>
105: <cfset local.srcUrlEnd = FindNoCase("/userfiles",local.stgTxt, local.srcUrlStart)-1><br>
<b>106: <cfset local.imgSrc = Mid(local.stgTxt, local.srcUrlStart, local.srcUrlEnd-local.srcUrlStart+1)></b><br>
107: <cfif Len(local.imgSrc)><br>
108: <cfset local.stgTxt = ReplaceNoCase(local.stgTxt, local.imgSrc,"../","one")><br>
|
| | codePrintPlain | | string | 104: <cfset local.srcUrlStart = FindNoCase("src",local.stgTxt,1)+5>
105: <cfset local.srcUrlEnd = FindNoCase("/userfiles",local.stgTxt, local.srcUrlStart)-1>
106: <cfset local.imgSrc = Mid(local.stgTxt, local.srcUrlStart, local.srcUrlEnd-local.srcUrlStart+1)>
107: <cfif Len(local.imgSrc)>
108: <cfset local.stgTxt = ReplaceNoCase(local.stgTxt, local.imgSrc,"../","one")>
|
| | column | | | id | | | line | | | Raw_Trace | | string | cfc.utilities.utilities_cfc$cf$53a.udfCall(/cfc/utilities/utilities.cfc:106) |
| | template | | string | /home/accessathletes/public_html/cfc/utilities/utilities.cfc |
| | type | |
| | 2 | | Struct | | codePrintHTML | | string | 47: <br>
48: <div class="clear spacer">&nbsp;</div><br>
<b>49: <cfset strText = application.objUtilities.getAllImages(formText=attributes.Text)></b><br>
50: <cfset stgText = strText.formText><br>
51: <!--- <cfdump var="#strText#" abort="true"> ---><br>
|
| | codePrintPlain | | string | 47:
48: <div class="clear spacer"> </div>
49: <cfset strText = application.objUtilities.getAllImages(formText=attributes.Text)>
50: <cfset stgText = strText.formText>
51: <!--- <cfdump var="#strText#" abort="true"> --->
|
| | column | | | id | | | line | | | Raw_Trace | | string | shared.partials.blogfull_cfm$cf$575.call(/shared/partials/blogfull.cfm:49) |
| | template | | string | /home/accessathletes/public_html/shared/partials/blogfull.cfm |
| | type | |
| | 3 | | Struct | | codePrintHTML | | string | 93: Terms="#blogsearchterms#"<br>
94: commentsClosed="#blogPost.commentsClosed#"><br>
<b>95: </partial:blogfull></b><br>
96: <cfelseif blogPost.blogTypeID eq 4><br>
97: <partial:blogvideo<br>
|
| | codePrintPlain | | string | 93: Terms="#blogsearchterms#"
94: commentsClosed="#blogPost.commentsClosed#">
95: </partial:blogfull>
96: <cfelseif blogPost.blogTypeID eq 4>
97: <partial:blogvideo
|
| | column | | | id | | | line | | | Raw_Trace | | string | blog.blogdisplay_cfm$cf$5g6.call(/blog/blogdisplay.cfm:95) |
| | template | | string | /home/accessathletes/public_html/blog/blogdisplay.cfm |
| | type | |
| | 4 | | Struct | | codePrintHTML | | string | 162: <cfinclude template="/members/discontinued.cfm" /><br>
163: <cfelse> ---><br>
<b>164: <cfinclude template="#arguments.TargetPage#" /></b><br>
165: <!--- </cfif> ---><br>
166: <br>
|
| | codePrintPlain | | string | 162: <cfinclude template="/members/discontinued.cfm" />
163: <cfelse> --->
164: <cfinclude template="#arguments.TargetPage#" />
165: <!--- </cfif> --->
166:
|
| | column | | | id | | | line | | | Raw_Trace | | string | application_cfc$cf$52t.udfCall(/Application.cfc:164) |
| | template | | string | /home/accessathletes/public_html/Application.cfc |
| | type | |
|
|
| type | |