| 1 | 1 | Catch Entries: 13 | | additional | | Struct (ordered) | | Function | | | Component | |
| | Cause | | Struct | | additional | | Struct (ordered) | | Function | | | Component | |
| | Detail | | | ErrNumber | | | ErrorCode | | | Extended_Info | | | ExtendedInfo | | | Message | | string | Component [controllers.main] has no accessible Member with name [MAINSERVICE] |
| | StackTrace | | string | lucee.runtime.exp.ExpressionException: Component [controllers.main] has no accessible Member with name [MAINSERVICE]
at lucee.runtime.ComponentScopeShadow.get(ComponentScopeShadow.java:131)
at controllers.main_cfc$cf.udfCall(/controllers/main.cfc:14)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:116)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:361)
at lucee.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:218)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:843)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:709)
at lucee.runtime.ComponentImpl.callWithNamedValues(ComponentImpl.java:2278)
at lucee.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:858)
at lucee.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:851)
at lucee.runtime.util.VariableUtilImpl.callFunction(VariableUtilImpl.java:760)
at lucee.runtime.interpreter.ref.func.UDFCall.getValue(UDFCall.java:62)
at lucee.runtime.interpreter.CFMLExpressionInterpreter.interpret(CFMLExpressionInterpreter.java:206)
at lucee.runtime.functions.dynamicEvaluation.Evaluate._call(Evaluate.java:112)
at lucee.runtime.functions.dynamicEvaluation.Evaluate.call(Evaluate.java:105)
at lucee.runtime.functions.dynamicEvaluation.Evaluate.call(Evaluate.java:45)
at lib.fw1_cfc$cf.udfCall6(/lib/fw1.cfc:1110)
at lib.fw1_cfc$cf.udfCall(/lib/fw1.cfc)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:116)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:361)
at lucee.runtime.type.UDFImpl.call(UDFImpl.java:228)
at lucee.runtime.type.scope.UndefinedImpl.call(UndefinedImpl.java:811)
at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:773)
at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:2075)
at lib.fw1_cfc$cf.udfCall4(/lib/fw1.cfc:623)
at lib.fw1_cfc$cf.udfCall(/lib/fw1.cfc)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:116)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:361)
at lucee.runtime.type.UDFImpl.call(UDFImpl.java:228)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:842)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:709)
at lucee.runtime.ComponentImpl.call(ComponentImpl.java:2259)
at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:503)
at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:238)
at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:43)
at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2806)
at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2793)
at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2764)
at lucee.runtime.engine.Request.exe(Request.java:45)
at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1174)
at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1131)
at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:99)
at lucee.loader.servlet.jakarta.CFMLServlet.service(CFMLServlet.java:41)
at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:710)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:128)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:165)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:77)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:113)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:83)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:72)
at org.apache.catalina.valves.RemoteIpValve.invoke(RemoteIpValve.java:685)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:341)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:397)
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:1778)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:946)
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:480)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:57)
at java.base/java.lang.Thread.run(Unknown Source)
|
| | TagContext | | Array | | 1 | | Struct | | codePrintHTML | | string | 12: rc.isLive = CGI.SCRIPT_NAME == "/index.cfm";<br>
13: rc.debugIP = isDebugMode();<br>
<b>14: rc.hostname = variables.mainService.getHostname();</b><br>
15: rc.basePath = ExpandPath("./");<br>
16: rc.baseURL = CGI.HTTP_HOST & Replace(CGI.SCRIPT_NAME, "/index.cfm", "");<br>
|
| | codePrintPlain | | string | 12: rc.isLive = CGI.SCRIPT_NAME == "/index.cfm";
13: rc.debugIP = isDebugMode();
14: rc.hostname = variables.mainService.getHostname();
15: rc.basePath = ExpandPath("./");
16: rc.baseURL = CGI.HTTP_HOST & Replace(CGI.SCRIPT_NAME, "/index.cfm", "");
|
| | column | | | id | | | line | | | Raw_Trace | | string | controllers.main_cfc$cf.udfCall(/controllers/main.cfc:14) |
| | template | | string | /var/www/html/yln/controllers/main.cfc |
| | type | |
| | 2 | | Struct | | codePrintHTML | | string | 1108: frameworkTrace( 'view( #path# ) called - rendering #viewPath#' );<br>
1109: return internalView( viewPath, args );<br>
<b>1110: } else if ( isSimpleValue( missingView ) ) {</b><br>
1111: return missingView;<br>
1112: } else {<br>
|
| | codePrintPlain | | string | 1108: frameworkTrace( 'view( #path# ) called - rendering #viewPath#' );
1109: return internalView( viewPath, args );
1110: } else if ( isSimpleValue( missingView ) ) {
1111: return missingView;
1112: } else {
|
| | column | | | id | | | line | | | Raw_Trace | | string | lib.fw1_cfc$cf.udfCall6(/lib/fw1.cfc:1110) |
| | template | | string | /var/www/lib/fw1.cfc |
| | type | |
| | 3 | | Struct | | codePrintHTML | | string | 621: }<br>
622: // ensure request.context is available<br>
<b>623: if ( !structKeyExists( request, 'context' ) ) {</b><br>
624: request.context = { };<br>
625: }<br>
|
| | codePrintPlain | | string | 621: }
622: // ensure request.context is available
623: if ( !structKeyExists( request, 'context' ) ) {
624: request.context = { };
625: }
|
| | column | | | id | | | line | | | Raw_Trace | | string | lib.fw1_cfc$cf.udfCall4(/lib/fw1.cfc:623) |
| | template | | string | /var/www/lib/fw1.cfc |
| | type | |
|
| | type | |
| | Detail | | | ErrNumber | | | ErrorCode | | | Extended_Info | | | ExtendedInfo | | | Message | | string | Component [controllers.main] has no accessible Member with name [MAINSERVICE] |
| | name | | | rootCause | | Struct | | additional | | Struct (ordered) | | Function | | | Component | |
| | Detail | | | ErrNumber | | | ErrorCode | | | Extended_Info | | | ExtendedInfo | | | Message | | string | Component [controllers.main] has no accessible Member with name [MAINSERVICE] |
| | StackTrace | | string | lucee.runtime.exp.ExpressionException: Component [controllers.main] has no accessible Member with name [MAINSERVICE]
at lucee.runtime.ComponentScopeShadow.get(ComponentScopeShadow.java:131)
at controllers.main_cfc$cf.udfCall(/controllers/main.cfc:14)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:116)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:361)
at lucee.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:218)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:843)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:709)
at lucee.runtime.ComponentImpl.callWithNamedValues(ComponentImpl.java:2278)
at lucee.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:858)
at lucee.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:851)
at lucee.runtime.util.VariableUtilImpl.callFunction(VariableUtilImpl.java:760)
at lucee.runtime.interpreter.ref.func.UDFCall.getValue(UDFCall.java:62)
at lucee.runtime.interpreter.CFMLExpressionInterpreter.interpret(CFMLExpressionInterpreter.java:206)
at lucee.runtime.functions.dynamicEvaluation.Evaluate._call(Evaluate.java:112)
at lucee.runtime.functions.dynamicEvaluation.Evaluate.call(Evaluate.java:105)
at lucee.runtime.functions.dynamicEvaluation.Evaluate.call(Evaluate.java:45)
at lib.fw1_cfc$cf.udfCall6(/lib/fw1.cfc:1110)
at lib.fw1_cfc$cf.udfCall(/lib/fw1.cfc)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:116)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:361)
at lucee.runtime.type.UDFImpl.call(UDFImpl.java:228)
at lucee.runtime.type.scope.UndefinedImpl.call(UndefinedImpl.java:811)
at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:773)
at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:2075)
at lib.fw1_cfc$cf.udfCall4(/lib/fw1.cfc:623)
at lib.fw1_cfc$cf.udfCall(/lib/fw1.cfc)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:116)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:361)
at lucee.runtime.type.UDFImpl.call(UDFImpl.java:228)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:842)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:709)
at lucee.runtime.ComponentImpl.call(ComponentImpl.java:2259)
at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:503)
at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:238)
at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:43)
at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2806)
at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2793)
at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2764)
at lucee.runtime.engine.Request.exe(Request.java:45)
at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1174)
at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1131)
at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:99)
at lucee.loader.servlet.jakarta.CFMLServlet.service(CFMLServlet.java:41)
at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:710)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:128)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:165)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:77)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:113)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:83)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:72)
at org.apache.catalina.valves.RemoteIpValve.invoke(RemoteIpValve.java:685)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:341)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:397)
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:1778)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:946)
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:480)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:57)
at java.base/java.lang.Thread.run(Unknown Source)
|
| | TagContext | | Array | | 1 | | Struct | | codePrintHTML | | string | 12: rc.isLive = CGI.SCRIPT_NAME == "/index.cfm";<br>
13: rc.debugIP = isDebugMode();<br>
<b>14: rc.hostname = variables.mainService.getHostname();</b><br>
15: rc.basePath = ExpandPath("./");<br>
16: rc.baseURL = CGI.HTTP_HOST & Replace(CGI.SCRIPT_NAME, "/index.cfm", "");<br>
|
| | codePrintPlain | | string | 12: rc.isLive = CGI.SCRIPT_NAME == "/index.cfm";
13: rc.debugIP = isDebugMode();
14: rc.hostname = variables.mainService.getHostname();
15: rc.basePath = ExpandPath("./");
16: rc.baseURL = CGI.HTTP_HOST & Replace(CGI.SCRIPT_NAME, "/index.cfm", "");
|
| | column | | | id | | | line | | | Raw_Trace | | string | controllers.main_cfc$cf.udfCall(/controllers/main.cfc:14) |
| | template | | string | /var/www/html/yln/controllers/main.cfc |
| | type | |
| | 2 | | Struct | | codePrintHTML | | string | 1108: frameworkTrace( 'view( #path# ) called - rendering #viewPath#' );<br>
1109: return internalView( viewPath, args );<br>
<b>1110: } else if ( isSimpleValue( missingView ) ) {</b><br>
1111: return missingView;<br>
1112: } else {<br>
|
| | codePrintPlain | | string | 1108: frameworkTrace( 'view( #path# ) called - rendering #viewPath#' );
1109: return internalView( viewPath, args );
1110: } else if ( isSimpleValue( missingView ) ) {
1111: return missingView;
1112: } else {
|
| | column | | | id | | | line | | | Raw_Trace | | string | lib.fw1_cfc$cf.udfCall6(/lib/fw1.cfc:1110) |
| | template | | string | /var/www/lib/fw1.cfc |
| | type | |
| | 3 | | Struct | | codePrintHTML | | string | 621: }<br>
622: // ensure request.context is available<br>
<b>623: if ( !structKeyExists( request, 'context' ) ) {</b><br>
624: request.context = { };<br>
625: }<br>
|
| | codePrintPlain | | string | 621: }
622: // ensure request.context is available
623: if ( !structKeyExists( request, 'context' ) ) {
624: request.context = { };
625: }
|
| | column | | | id | | | line | | | Raw_Trace | | string | lib.fw1_cfc$cf.udfCall4(/lib/fw1.cfc:623) |
| | template | | string | /var/www/lib/fw1.cfc |
| | type | |
|
| | type | |
| | StackTrace | | string | lucee.runtime.exp.ExpressionException: Component [controllers.main] has no accessible Member with name [MAINSERVICE]
at lucee.runtime.ComponentScopeShadow.get(ComponentScopeShadow.java:131)
at controllers.main_cfc$cf.udfCall(/controllers/main.cfc:14)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:116)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:361)
at lucee.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:218)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:843)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:709)
at lucee.runtime.ComponentImpl.callWithNamedValues(ComponentImpl.java:2278)
at lucee.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:858)
at lucee.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:851)
at lucee.runtime.util.VariableUtilImpl.callFunction(VariableUtilImpl.java:760)
at lucee.runtime.interpreter.ref.func.UDFCall.getValue(UDFCall.java:62)
at lucee.runtime.interpreter.CFMLExpressionInterpreter.interpret(CFMLExpressionInterpreter.java:206)
at lucee.runtime.functions.dynamicEvaluation.Evaluate._call(Evaluate.java:112)
at lucee.runtime.functions.dynamicEvaluation.Evaluate.call(Evaluate.java:105)
at lucee.runtime.functions.dynamicEvaluation.Evaluate.call(Evaluate.java:45)
at lib.fw1_cfc$cf.udfCall6(/lib/fw1.cfc:1110)
at lib.fw1_cfc$cf.udfCall(/lib/fw1.cfc)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:116)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:361)
at lucee.runtime.type.UDFImpl.call(UDFImpl.java:228)
at lucee.runtime.type.scope.UndefinedImpl.call(UndefinedImpl.java:811)
at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:773)
at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:2075)
at lib.fw1_cfc$cf.udfCall4(/lib/fw1.cfc:623)
at lib.fw1_cfc$cf.udfCall(/lib/fw1.cfc)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:116)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:361)
at lucee.runtime.type.UDFImpl.call(UDFImpl.java:228)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:842)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:709)
at lucee.runtime.ComponentImpl.call(ComponentImpl.java:2259)
at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:503)
at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:238)
at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:43)
at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2806)
at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2793)
at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2764)
at lucee.runtime.engine.Request.exe(Request.java:45)
at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1174)
at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1131)
at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:99)
at lucee.loader.servlet.jakarta.CFMLServlet.service(CFMLServlet.java:41)
at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:710)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:128)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:165)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:77)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:113)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:83)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:72)
at org.apache.catalina.valves.RemoteIpValve.invoke(RemoteIpValve.java:685)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:341)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:397)
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:1778)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:946)
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:480)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:57)
at java.base/java.lang.Thread.run(Unknown Source)
|
| | TagContext | | Array | | 1 | | Struct | | codePrintHTML | | string | 12: rc.isLive = CGI.SCRIPT_NAME == "/index.cfm";<br>
13: rc.debugIP = isDebugMode();<br>
<b>14: rc.hostname = variables.mainService.getHostname();</b><br>
15: rc.basePath = ExpandPath("./");<br>
16: rc.baseURL = CGI.HTTP_HOST & Replace(CGI.SCRIPT_NAME, "/index.cfm", "");<br>
|
| | codePrintPlain | | string | 12: rc.isLive = CGI.SCRIPT_NAME == "/index.cfm";
13: rc.debugIP = isDebugMode();
14: rc.hostname = variables.mainService.getHostname();
15: rc.basePath = ExpandPath("./");
16: rc.baseURL = CGI.HTTP_HOST & Replace(CGI.SCRIPT_NAME, "/index.cfm", "");
|
| | column | | | id | | | line | | | Raw_Trace | | string | controllers.main_cfc$cf.udfCall(/controllers/main.cfc:14) |
| | template | | string | /var/www/html/yln/controllers/main.cfc |
| | type | |
| | 2 | | Struct | | codePrintHTML | | string | 1108: frameworkTrace( 'view( #path# ) called - rendering #viewPath#' );<br>
1109: return internalView( viewPath, args );<br>
<b>1110: } else if ( isSimpleValue( missingView ) ) {</b><br>
1111: return missingView;<br>
1112: } else {<br>
|
| | codePrintPlain | | string | 1108: frameworkTrace( 'view( #path# ) called - rendering #viewPath#' );
1109: return internalView( viewPath, args );
1110: } else if ( isSimpleValue( missingView ) ) {
1111: return missingView;
1112: } else {
|
| | column | | | id | | | line | | | Raw_Trace | | string | lib.fw1_cfc$cf.udfCall6(/lib/fw1.cfc:1110) |
| | template | | string | /var/www/lib/fw1.cfc |
| | type | |
| | 3 | | Struct | | codePrintHTML | | string | 621: }<br>
622: // ensure request.context is available<br>
<b>623: if ( !structKeyExists( request, 'context' ) ) {</b><br>
624: request.context = { };<br>
625: }<br>
|
| | codePrintPlain | | string | 621: }
622: // ensure request.context is available
623: if ( !structKeyExists( request, 'context' ) ) {
624: request.context = { };
625: }
|
| | column | | | id | | | line | | | Raw_Trace | | string | lib.fw1_cfc$cf.udfCall4(/lib/fw1.cfc:623) |
| | template | | string | /var/www/lib/fw1.cfc |
| | type | |
|
| | type | |
|