Catch
additional
Struct (ordered)
Detail
string
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringattribute value of tag ProcParam is required, when attribute type has value "in"
StackTrace
stringlucee.runtime.exp.ApplicationException: attribute value of tag ProcParam is required, when attribute type has value "in" at lucee.runtime.tag.ProcParam.doStartTag(ProcParam.java:112) at library_querries.sp_view_blogs_contributor_cfm$cf.call(/Library_Querries/sp_View_Blogs_Contributor.cfm:2) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:901) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:823) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:805) at library_customtags.blogs_view_cfm$cf.call(/Library_CustomTags/Blogs_View.cfm:8) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:901) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:823) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:805) at library_customtags.pagevariables_cfm$cf.call(/Library_CustomTags/PageVariables.cfm:19) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:901) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:823) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:805) at library_customtags.pagetemplate_cfm$cf.call(/Library_CustomTags/PageTemplate.cfm:94) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:901) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:823) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:805) at blogs._2018.february.shoulder_health.index_cfm$cf.call(/blogs/2018/February/shoulder_health/index.cfm:7) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:901) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:823) at lucee.runtime.listener.ClassicAppListener._onRequest(ClassicAppListener.java:66) at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:45) at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2464) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2454) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2427) at lucee.runtime.engine.Request.exe(Request.java:44) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1090) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1038) 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:198) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:496) 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.ajp.AjpProcessor.service(AjpProcessor.java:479) 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:1468) 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
1
Struct
codePrintHTML
string1: &lt;CFSTOREDPROC procedure=&quot;sp_View_Blogs_Contributor&quot; datasource=&quot;#Application.DSN#&quot; username=&quot;#Application.SQLUserName#&quot; password=&quot;#Application.SQLPassword#&quot;&gt;<br> <b>2: &lt;CFPROCPARAM type=&quot;IN&quot; dbvarname=&quot;@ID&quot; value=&quot;#ContributorID#&quot; cfsqltype=&quot;cf_sql_integer&quot;&gt;</b><br> 3: &lt;CFPROCRESULT name=&quot;q_View_Blogs_Contributor&quot; RESULTSET=&quot;1&quot; &gt;<br> 4: &lt;/CFSTOREDPROC&gt;<br>
codePrintPlain
string1: <CFSTOREDPROC procedure="sp_View_Blogs_Contributor" datasource="#Application.DSN#" username="#Application.SQLUserName#" password="#Application.SQLPassword#"> 2: <CFPROCPARAM type="IN" dbvarname="@ID" value="#ContributorID#" cfsqltype="cf_sql_integer"> 3: <CFPROCRESULT name="q_View_Blogs_Contributor" RESULTSET="1" > 4: </CFSTOREDPROC>
column
number0
id
string??
line
number2
Raw_Trace
stringlibrary_querries.sp_view_blogs_contributor_cfm$cf.call(/Library_Querries/sp_View_Blogs_Contributor.cfm:2)
template
stringC:\inetpub\vhosts\pennysnaturalhealth.com.au\httpdocs\Library_Querries\sp_View_Blogs_Contributor.cfm
type
stringcfml
2
Struct
codePrintHTML
string6: &lt;cfinclude template=&quot;#Application.Library.Querries.Root#/sp_View_Blogs_ID.cfm&quot;&gt;<br> 7: &lt;cfset ContributorID = &quot;#q_View_Blogs_ID.Contributor#&quot;&gt;<br> <b>8: &lt;cfinclude template=&quot;#Application.Library.Querries.Root#/sp_View_Blogs_Contributor.cfm&quot;&gt;</b><br> 9: <br> 10: &lt;cfif q_View_Blogs_ID.Homepage NEQ &quot;0&quot;&gt;<br>
codePrintPlain
string6: <cfinclude template="#Application.Library.Querries.Root#/sp_View_Blogs_ID.cfm"> 7: <cfset ContributorID = "#q_View_Blogs_ID.Contributor#"> 8: <cfinclude template="#Application.Library.Querries.Root#/sp_View_Blogs_Contributor.cfm"> 9: 10: <cfif q_View_Blogs_ID.Homepage NEQ "0">
column
number0
id
string??
line
number8
Raw_Trace
stringlibrary_customtags.blogs_view_cfm$cf.call(/Library_CustomTags/Blogs_View.cfm:8)
template
stringC:\inetpub\vhosts\pennysnaturalhealth.com.au\httpdocs\Library_CustomTags\Blogs_View.cfm
type
stringcfml
3
Struct
codePrintHTML
string17: &lt;cfelseif isDefined('url.BlogID') and url.BlogID NEQ &quot;&quot;&gt;<br> 18: &lt;cfset BlogID = &quot;#url.BlogID#&quot;&gt;<br> <b>19: &lt;cfinclude template=&quot;#Application.Library.CustomTags.Root#/Blogs_View.cfm&quot;&gt;</b><br> 20: &lt;cfelseif isDefined('url.ContributorID') and url.ContributorID NEQ &quot;&quot;&gt;<br> 21: &lt;cfset ContributorID = &quot;#url.ContributorID#&quot;&gt;<br>
codePrintPlain
string17: <cfelseif isDefined('url.BlogID') and url.BlogID NEQ ""> 18: <cfset BlogID = "#url.BlogID#"> 19: <cfinclude template="#Application.Library.CustomTags.Root#/Blogs_View.cfm"> 20: <cfelseif isDefined('url.ContributorID') and url.ContributorID NEQ ""> 21: <cfset ContributorID = "#url.ContributorID#">
column
number0
id
string??
line
number19
Raw_Trace
stringlibrary_customtags.pagevariables_cfm$cf.call(/Library_CustomTags/PageVariables.cfm:19)
template
stringC:\inetpub\vhosts\pennysnaturalhealth.com.au\httpdocs\Library_CustomTags\PageVariables.cfm
type
stringcfml
4
Struct
codePrintHTML
string92: &lt;!---&lt;div class=&quot;row col-xs-12 col-sm-12 col-md-9 col-lg-9 pull-left&quot;&gt;---&gt;<br> 93: &lt;div class=&quot;col-lg-9 col-lg-push-0 col-md-9 col-md-push-0 col-sm-12 col-sm-push-0 col-xs-12 col-xs-push-0&quot;&gt;<br> <b>94: &lt;cfinclude template=&quot;#Application.Library.CustomTags.Root#/PageVariables.cfm&quot;&gt;</b><br> 95: &lt;/div&gt;<br> 96: &lt;!---&lt;div class=&quot;row col-xs-12 col-sm-12 col-md-3 col-lg-3 pull-right&quot;&gt;---&gt;<br>
codePrintPlain
string92: <!---<div class="row col-xs-12 col-sm-12 col-md-9 col-lg-9 pull-left">---> 93: <div class="col-lg-9 col-lg-push-0 col-md-9 col-md-push-0 col-sm-12 col-sm-push-0 col-xs-12 col-xs-push-0"> 94: <cfinclude template="#Application.Library.CustomTags.Root#/PageVariables.cfm"> 95: </div> 96: <!---<div class="row col-xs-12 col-sm-12 col-md-3 col-lg-3 pull-right">--->
column
number0
id
string??
line
number94
Raw_Trace
stringlibrary_customtags.pagetemplate_cfm$cf.call(/Library_CustomTags/PageTemplate.cfm:94)
template
stringC:\inetpub\vhosts\pennysnaturalhealth.com.au\httpdocs\Library_CustomTags\PageTemplate.cfm
type
stringcfml
5
Struct
codePrintHTML
string5: &lt;cfset Content.KeyWords = &quot;&quot;&gt;<br> 6: &lt;cfset Content.Description = &quot;&quot;&gt;<br> <b>7: &lt;cfinclude template=&quot;/Library_CustomTags/PageTemplate.cfm&quot;&gt;</b><br> 8: &lt;/cfoutput&gt;<br> 9: <br>
codePrintPlain
string5: <cfset Content.KeyWords = ""> 6: <cfset Content.Description = ""> 7: <cfinclude template="/Library_CustomTags/PageTemplate.cfm"> 8: </cfoutput> 9:
column
number0
id
string??
line
number7
Raw_Trace
stringblogs._2018.february.shoulder_health.index_cfm$cf.call(/blogs/2018/February/shoulder_health/index.cfm:7)
template
stringC:\inetpub\vhosts\pennysnaturalhealth.com.au\httpdocs\Blogs\2018\February\shoulder_health\index.cfm
type
stringcfml
type
stringapplication