Catch
additional
Struct
Detail
string
ErrNumber
number0
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringparameter 2 of the function left must be a positive number now [0]
StackTrace
stringparameter 2 of the function left must be a positive number now [0] at railo.runtime.functions.string.Left.call(Left.java:19):19 at modules.mod_press.plugins.standard.download_cfm$cf.call(D:\www\www121\modules\mod_press\plugins\standard\download.cfm:5):5 at railo.runtime.PageContextImpl.doInclude(PageContextImpl.java:909):909 at railo.runtime.PageContextImpl.doInclude(PageContextImpl.java:813):813 at application_cfc$cf.udfCall1(D:\www\www121\Application.cfc:642):642 at application_cfc$cf.udfCall(D:\www\www121\Application.cfc):-1 at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:93):93 at railo.runtime.type.UDFImpl._call(UDFImpl.java:307):307 at railo.runtime.type.UDFImpl.call(UDFImpl.java:208):208 at railo.runtime.type.scope.UndefinedImpl.call(UndefinedImpl.java:748):748 at railo.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:724):724 at railo.runtime.PageContextImpl.getFunction(PageContextImpl.java:1547):1547 at application_cfc$cf.udfCall1(D:\www\www121\Application.cfc:487):487 at application_cfc$cf.udfCall(D:\www\www121\Application.cfc):-1 at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:93):93 at railo.runtime.type.UDFImpl._call(UDFImpl.java:307):307 at railo.runtime.type.UDFImpl.call(UDFImpl.java:208):208 at railo.runtime.ComponentImpl._call(ComponentImpl.java:623):623 at railo.runtime.ComponentImpl._call(ComponentImpl.java:506):506 at railo.runtime.ComponentImpl.call(ComponentImpl.java:1738):1738 at railo.runtime.listener.ModernAppListener.call(ModernAppListener.java:388):388 at railo.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:114):114 at railo.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:18):18 at railo.runtime.PageContextImpl.execute(PageContextImpl.java:2212):2212 at railo.runtime.PageContextImpl.execute(PageContextImpl.java:2179):2179 at railo.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:331):331 at railo.loader.servlet.CFMLServlet.service(CFMLServlet.java:29):29 at javax.servlet.http.HttpServlet.service(HttpServlet.java:731):731 at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303):303 at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208):208 at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52):52 at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241):241 at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208):208 at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:219):219 at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:110):110 at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:506):506 at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:169):169 at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103):103 at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116):116 at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:445):445 at org.apache.coyote.ajp.AjpAprProcessor.process(AjpAprProcessor.java:188):188 at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:637):637 at org.apache.tomcat.util.net.AprEndpoint$SocketProcessor.doRun(AprEndpoint.java:2555):2555 at org.apache.tomcat.util.net.AprEndpoint$SocketProcessor.run(AprEndpoint.java:2544):2544 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149):1149 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624):624 at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61):61 at java.lang.Thread.run(Thread.java:748):748
TagContext
Array
1
Struct
codePrintHTML
string3: &lt;cfset sUnLangedString = ReplaceNoCase(tmpSlug,sString,&quot;&quot;,&quot;ONCE&quot;)&gt;<br> 4: &lt;cfset iSlash = FindNoCase(&quot;/&quot;,sUnLangedString)&gt;<br> <b>5: &lt;cfset uID = Left(sUnLangedString,iSlash-1)&gt;</b><br> 6: <br> 7: &lt;!--- JFI: Generate PDF ---&gt;<br>
codePrintPlain
string3: <cfset sUnLangedString = ReplaceNoCase(tmpSlug,sString,"","ONCE")> 4: <cfset iSlash = FindNoCase("/",sUnLangedString)> 5: <cfset uID = Left(sUnLangedString,iSlash-1)> 6: 7: <!--- JFI: Generate PDF --->
column
number0
id
string??
line
number5
Raw_Trace
stringmodules.mod_press.plugins.standard.download_cfm$cf.call(D:\www\www121\modules\mod_press\plugins\standard\download.cfm:5)
template
stringD:\www\www121\modules\mod_press\plugins\standard\download.cfm
type
stringcfml
2
Struct
codePrintHTML
string640: &lt;cfinclude template=&quot;/modules/mod_photoaward/plugins/standard/download.cfm&quot;&gt;<br> 641: &lt;cfelse&gt;<br> <b>642: &lt;cfinclude template=&quot;/modules/mod_press/plugins/standard/download.cfm&quot;&gt;</b><br> 643: &lt;/cfif&gt;<br> 644: <br>
codePrintPlain
string640: <cfinclude template="/modules/mod_photoaward/plugins/standard/download.cfm"> 641: <cfelse> 642: <cfinclude template="/modules/mod_press/plugins/standard/download.cfm"> 643: </cfif> 644:
column
number0
id
string??
line
number642
Raw_Trace
stringapplication_cfc$cf.udfCall1(D:\www\www121\Application.cfc:642)
template
stringD:\www\www121\Application.cfc
type
stringcfml
3
Struct
codePrintHTML
string485: <br> 486: &lt;!--- process the slug ---&gt;<br> <b>487: &lt;cfset processSlugPath()/&gt;</b><br> 488: <br> 489: &lt;!--- well, for downloads, exit processing here ---&gt;<br>
codePrintPlain
string485: 486: <!--- process the slug ---> 487: <cfset processSlugPath()/> 488: 489: <!--- well, for downloads, exit processing here --->
column
number0
id
string??
line
number487
Raw_Trace
stringapplication_cfc$cf.udfCall1(D:\www\www121\Application.cfc:487)
template
stringD:\www\www121\Application.cfc
type
stringcfml
type
stringexpression