Exception in onError

The action main.default failed.

Unable to find a view for 'main.error' action.

'/views/main/error.cfm' does not exist. (FW1.viewNotFound)

Exception
Catch
additional
Struct (ordered)
code
string
Detail
string'/views/main/error.cfm' does not exist.
ErrorCode
string
Extended_Info
string
ExtendedInfo
string
Message
stringUnable to find a view for 'main.error' action.
StackTrace
stringlucee.runtime.exp.CustomTypeException: Unable to find a view for 'main.error' action. at lucee.runtime.tag.Throw._doStartTag(Throw.java:212) at lucee.runtime.tag.Throw.doStartTag(Throw.java:201) at throw_cfm$cf.udfCall(/throw.cfm:11) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:358) at lucee.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:213) at lucee.runtime.functions.system.CFFunction.call(CFFunction.java:109) at org.corfield.framework_cfc$cf.udfCall8(/org/corfield/framework.cfc:1485) at org.corfield.framework_cfc$cf.udfCall(/org/corfield/framework.cfc) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:358) at lucee.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:213) at lucee.runtime.type.scope.UndefinedImpl.callWithNamedValues(UndefinedImpl.java:804) at lucee.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:866) at lucee.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:1795) at org.corfield.framework_cfc$cf.udfCall9(/org/corfield/framework.cfc:1763) at org.corfield.framework_cfc$cf.udfCall(/org/corfield/framework.cfc) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:358) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:223) at lucee.runtime.type.scope.UndefinedImpl.call(UndefinedImpl.java:786) at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:787) at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1776) at org.corfield.framework_cfc$cf.udfCall3(/org/corfield/framework.cfc:580) at org.corfield.framework_cfc$cf.udfCall(/org/corfield/framework.cfc) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:358) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:223) at lucee.runtime.type.scope.UndefinedImpl.call(UndefinedImpl.java:786) at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:787) at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1776) at org.corfield.framework_cfc$cf.udfCall4(/org/corfield/framework.cfc:667) at org.corfield.framework_cfc$cf.udfCall(/org/corfield/framework.cfc) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:358) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:223) at lucee.runtime.type.scope.UndefinedImpl.call(UndefinedImpl.java:786) at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:787) at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1776) at org.corfield.framework_cfc$cf.udfCall3(/org/corfield/framework.cfc:566) at org.corfield.framework_cfc$cf.udfCall(/org/corfield/framework.cfc) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:358) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:223) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:698) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:586) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1933) at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:444) at lucee.runtime.listener.ModernAppListener.onError(ModernAppListener.java:432) at lucee.runtime.listener.MixedAppListener.onError(MixedAppListener.java:138) at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2522) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2479) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2450) at lucee.runtime.engine.Request.exe(Request.java:45) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1215) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1161) at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:97) at lucee.loader.servlet.CFMLServlet.service(CFMLServlet.java:51) at javax.servlet.http.HttpServlet.service(HttpServlet.java:623) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:199) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:168) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:481) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:130) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.valves.RemoteIpValve.invoke(RemoteIpValve.java:761) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:346) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:388) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:928) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1791) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) at java.base/java.lang.Thread.run(Unknown Source)
TagContext
Array
1
Struct
codePrintHTML
string1483: <br> 1484: &nbsp;&nbsp;&nbsp;private&nbsp;void&nbsp;function&nbsp;raiseException(&nbsp;string&nbsp;type,&nbsp;string&nbsp;message,&nbsp;string&nbsp;detail&nbsp;)&nbsp;{<br> <b>1485: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;throw(&nbsp;type&nbsp;=&nbsp;type,&nbsp;message&nbsp;=&nbsp;message,&nbsp;detail&nbsp;=&nbsp;detail&nbsp;);</b><br> 1486: &nbsp;&nbsp;&nbsp;}<br> 1487: &nbsp;&nbsp;&nbsp;<br>
codePrintPlain
string1483: 1484: private void function raiseException( string type, string message, string detail ) { 1485: throw( type = type, message = message, detail = detail ); 1486: } 1487:
column
number0
id
string??
line
number1485
Raw_Trace
stringorg.corfield.framework_cfc$cf.udfCall8(/org/corfield/framework.cfc:1485)
template
string/var/www/sikkenssamples-test.d10.net/html/org/corfield/framework.cfc
type
stringcfml
2
Struct
codePrintHTML
string1761: &nbsp;&nbsp;&nbsp;private&nbsp;void&nbsp;function&nbsp;viewNotFound()&nbsp;{<br> 1762: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;raiseException(&nbsp;type=&quot;FW1.viewNotFound&quot;,&nbsp;message=&quot;Unable&nbsp;to&nbsp;find&nbsp;a&nbsp;view&nbsp;for&nbsp;'#request.action#'&nbsp;action.&quot;,<br> <b>1763: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;detail=&quot;'#request.missingView#'&nbsp;does&nbsp;not&nbsp;exist.&quot;&nbsp;);</b><br> 1764: &nbsp;&nbsp;&nbsp;}<br> 1765: &nbsp;&nbsp;&nbsp;<br>
codePrintPlain
string1761: private void function viewNotFound() { 1762: raiseException( type="FW1.viewNotFound", message="Unable to find a view for '#request.action#' action.", 1763: detail="'#request.missingView#' does not exist." ); 1764: } 1765:
column
number0
id
string??
line
number1763
Raw_Trace
stringorg.corfield.framework_cfc$cf.udfCall9(/org/corfield/framework.cfc:1763)
template
string/var/www/sikkenssamples-test.d10.net/html/org/corfield/framework.cfc
type
stringcfml
3
Struct
codePrintHTML
string578: &nbsp;&nbsp;&nbsp;public&nbsp;void&nbsp;function&nbsp;onMissingView(&nbsp;struct&nbsp;rc&nbsp;)&nbsp;{<br> 579: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;unable&nbsp;to&nbsp;find&nbsp;a&nbsp;matching&nbsp;view&nbsp;-&nbsp;fail&nbsp;with&nbsp;a&nbsp;nice&nbsp;exception<br> <b>580: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;viewNotFound();</b><br> 581: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;if&nbsp;we&nbsp;got&nbsp;here,&nbsp;we&nbsp;would&nbsp;return&nbsp;the&nbsp;string&nbsp;to&nbsp;be&nbsp;rendered<br> 582: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;but&nbsp;viewNotFound()&nbsp;throws&nbsp;an&nbsp;exception...<br>
codePrintPlain
string578: public void function onMissingView( struct rc ) { 579: // unable to find a matching view - fail with a nice exception 580: viewNotFound(); 581: // if we got here, we would return the string to be rendered 582: // but viewNotFound() throws an exception...
column
number0
id
string??
line
number580
Raw_Trace
stringorg.corfield.framework_cfc$cf.udfCall3(/org/corfield/framework.cfc:580)
template
string/var/www/sikkenssamples-test.d10.net/html/org/corfield/framework.cfc
type
stringcfml
4
Struct
codePrintHTML
string665: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;out&nbsp;=&nbsp;internalView(&nbsp;request.view&nbsp;);<br> 666: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}&nbsp;else&nbsp;{<br> <b>667: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;out&nbsp;=&nbsp;onMissingView(&nbsp;request.context&nbsp;);</b><br> 668: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br> 669: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;for&nbsp;(&nbsp;i&nbsp;=&nbsp;1;&nbsp;i&nbsp;&lt;=&nbsp;arrayLen(request.layouts);&nbsp;i&nbsp;=&nbsp;i&nbsp;+&nbsp;1&nbsp;)&nbsp;{<br>
codePrintPlain
string665: out = internalView( request.view ); 666: } else { 667: out = onMissingView( request.context ); 668: } 669: for ( i = 1; i <= arrayLen(request.layouts); i = i + 1 ) {
column
number0
id
string??
line
number667
Raw_Trace
stringorg.corfield.framework_cfc$cf.udfCall4(/org/corfield/framework.cfc:667)
template
string/var/www/sikkenssamples-test.d10.net/html/org/corfield/framework.cfc
type
stringcfml
5
Struct
codePrintHTML
string564: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br> 565: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;setupRequestWrapper(&nbsp;false&nbsp;);<br> <b>566: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;onRequest(&nbsp;''&nbsp;);</b><br> 567: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}&nbsp;catch&nbsp;(&nbsp;any&nbsp;e&nbsp;)&nbsp;{<br> 568: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;failure(&nbsp;e,&nbsp;'onError'&nbsp;);<br>
codePrintPlain
string564: 565: setupRequestWrapper( false ); 566: onRequest( '' ); 567: } catch ( any e ) { 568: failure( e, 'onError' );
column
number0
id
string??
line
number566
Raw_Trace
stringorg.corfield.framework_cfc$cf.udfCall3(/org/corfield/framework.cfc:566)
template
string/var/www/sikkenssamples-test.d10.net/html/org/corfield/framework.cfc
type
stringcfml
type
stringFW1.viewNotFound

Original exception in onRequestStart

The action main.default failed.

datasource [sikkenssamples_test] doesn't exist

did you mean [sikkenssamples_prod] (database)

Exception
Struct
Entries: 15
additional
Struct (ordered)
Datasource
stringsikkenssamples_test
DataSource
stringsikkenssamples_test
Detail
stringdid you mean [sikkenssamples_prod]
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringdatasource [sikkenssamples_test] doesn't exist
NativeErrorCode
number-1
queryError
string
Sql
string
SQLState
string
StackTrace
stringlucee.runtime.exp.DatabaseException: datasource [sikkenssamples_test] doesn't exist at lucee.runtime.exp.DatabaseException.notFoundException(DatabaseException.java:195) at lucee.runtime.PageContextImpl.getDataSource(PageContextImpl.java:3596) at lucee.runtime.tag.Query.toDatasource(Query.java:251) at lucee.runtime.tag.Query.setDatasource(Query.java:243) at services.country_detector_cfc$cf.udfCall(/services/country_detector.cfc:43) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:358) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:223) at lucee.runtime.type.scope.UndefinedImpl.call(UndefinedImpl.java:786) at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:787) at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1776) at services.country_detector_cfc$cf.udfCall(/services/country_detector.cfc:16) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:358) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:223) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:698) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:586) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1933) at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:787) at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1776) at application_cfc$cf.udfCall(/Application.cfc:107) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:358) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:223) at lucee.runtime.type.scope.UndefinedImpl.call(UndefinedImpl.java:786) at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:787) at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1776) at org.corfield.framework_cfc$cf.udfCall9(/org/corfield/framework.cfc:1725) at org.corfield.framework_cfc$cf.udfCall(/org/corfield/framework.cfc) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:358) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:223) at lucee.runtime.type.scope.UndefinedImpl.call(UndefinedImpl.java:786) at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:787) at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1776) at org.corfield.framework_cfc$cf.udfCall4(/org/corfield/framework.cfc:763) at org.corfield.framework_cfc$cf.udfCall(/org/corfield/framework.cfc) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:358) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:223) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:698) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:586) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1933) at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:444) at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:135) at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:44) at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2494) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2479) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2450) at lucee.runtime.engine.Request.exe(Request.java:45) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1215) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1161) at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:97) at lucee.loader.servlet.CFMLServlet.service(CFMLServlet.java:51) at javax.servlet.http.HttpServlet.service(HttpServlet.java:623) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:199) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:168) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:481) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:130) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.valves.RemoteIpValve.invoke(RemoteIpValve.java:761) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:346) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:388) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:928) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1791) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) at java.base/java.lang.Thread.run(Unknown Source)
TagContext
Array
1
Struct
codePrintHTML
string41: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfargument&nbsp;name=&quot;datasource&quot;&nbsp;required=&quot;true&quot;&nbsp;/&gt;<br> 42: <br> <b>43: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfquery&nbsp;name=&quot;query&quot;&nbsp;datasource=&quot;#arguments.datasource#&quot;&gt;</b><br> 44: <br> 45: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SELECT&nbsp;countries.country_uuid,<br>
codePrintPlain
string41: <cfargument name="datasource" required="true" /> 42: 43: <cfquery name="query" datasource="#arguments.datasource#"> 44: 45: SELECT countries.country_uuid,
column
number0
id
string??
line
number43
Raw_Trace
stringservices.country_detector_cfc$cf.udfCall(/services/country_detector.cfc:43)
template
string/var/www/sikkenssamples-test.d10.net/html/services/country_detector.cfc
type
stringcfml
2
Struct
codePrintHTML
string14: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;session.detected.language_code&nbsp;=&nbsp;language_code&nbsp;/&gt;<br> 15: <br> <b>16: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;data&nbsp;=&nbsp;GetCountryAndLanguage(country_code,&nbsp;language_code,&nbsp;arguments.datasource)&nbsp;/&gt;</b><br> 17: <br> 18: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfif&nbsp;data.recordcount&nbsp;EQ&nbsp;0&gt;<br>
codePrintPlain
string14: <cfset session.detected.language_code = language_code /> 15: 16: <cfset data = GetCountryAndLanguage(country_code, language_code, arguments.datasource) /> 17: 18: <cfif data.recordcount EQ 0>
column
number0
id
string??
line
number16
Raw_Trace
stringservices.country_detector_cfc$cf.udfCall(/services/country_detector.cfc:16)
template
string/var/www/sikkenssamples-test.d10.net/html/services/country_detector.cfc
type
stringcfml
3
Struct
codePrintHTML
string105: <br> 106: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;queries.Init(this.is_live)&nbsp;/&gt;<br> <b>107: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;country_detector.Init(this.datasource)&nbsp;/&gt;</b><br> 108: <br> 109: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;translation.Init(this.datasource)&nbsp;/&gt;<br>
codePrintPlain
string105: 106: <cfset queries.Init(this.is_live) /> 107: <cfset country_detector.Init(this.datasource) /> 108: 109: <cfset translation.Init(this.datasource) />
column
number0
id
string??
line
number107
Raw_Trace
stringapplication_cfc$cf.udfCall(/Application.cfc:107)
template
string/var/www/sikkenssamples-test.d10.net/html/Application.cfc
type
stringcfml
4
Struct
codePrintHTML
string1723: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;controller(&nbsp;variables.magicApplicationController&nbsp;&amp;&nbsp;'.'&nbsp;&amp;&nbsp;variables.magicApplicationAction&nbsp;);<br> 1724: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;setupSubsystemWrapper(&nbsp;request.subsystem&nbsp;);<br> <b>1725: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;setupRequest();</b><br> 1726: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br> 1727: <br>
codePrintPlain
string1723: controller( variables.magicApplicationController & '.' & variables.magicApplicationAction ); 1724: setupSubsystemWrapper( request.subsystem ); 1725: setupRequest(); 1726: } 1727:
column
number0
id
string??
line
number1725
Raw_Trace
stringorg.corfield.framework_cfc$cf.udfCall9(/org/corfield/framework.cfc:1725)
template
string/var/www/sikkenssamples-test.d10.net/html/org/corfield/framework.cfc
type
stringcfml
5
Struct
codePrintHTML
string761: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;structDelete(variables,&nbsp;'onError');<br> 762: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}&nbsp;else&nbsp;{<br> <b>763: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;setupRequestWrapper(&nbsp;true&nbsp;);</b><br> 764: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br> 765: &nbsp;&nbsp;&nbsp;}<br>
codePrintPlain
string761: structDelete(variables, 'onError'); 762: } else { 763: setupRequestWrapper( true ); 764: } 765: }
column
number0
id
string??
line
number763
Raw_Trace
stringorg.corfield.framework_cfc$cf.udfCall4(/org/corfield/framework.cfc:763)
template
string/var/www/sikkenssamples-test.d10.net/html/org/corfield/framework.cfc
type
stringcfml
type
stringdatabase
where
string