| Catch Entries: 13
 | 
| additional |  | 
| Cause | | Struct |  | additional |  |  | Detail |  |  | ErrNumber |  |  | ErrorCode |  |  | Extended_Info |  |  | ExtendedInfo |  |  | Message | | string | The function [getPageBySEOName] does not exist in the String. | 
 |  | StackTrace | | string | lucee.runtime.exp.ExpressionException: The function [getPageBySEOName] does not exist in the String.
	at lucee.runtime.type.util.MemberUtil.call(MemberUtil.java:158)
	at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:796)
	at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1775)
	at cms_web180.mvsite_cfc$cf.udfCall4(/CMS-Web/mvSite.cfc:1248)
	at cms_web180.mvsite_cfc$cf.udfCall(/CMS-Web/mvSite.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.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:787)
	at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1775)
	at application_cfc$cf.udfCall(/application.cfc:1831)
	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:218)
	at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:44)
	at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2493)
	at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2478)
	at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2449)
	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:209)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
	at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
	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 mod_cfml.core.invoke(core.java:180)
	at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:670)
	at org.apache.catalina.valves.RemoteIpValve.invoke(RemoteIpValve.java:765)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:346)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:390)
	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:1794)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
	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 | | string | 1246:    <cffunction name="getPageBySEOName" access="public" output="false" returntype="numeric" hint="Sucht eine Seite anhand des SEO Titels"><br>
1247:       <cfargument name="SeoTitle" type="string" required="true"><br>
<b>1248:       <cfreturn this.mvSiteDAO.getPageBySEOName(arguments.SeoTitle)></b><br>
1249:    </cffunction><br>
1250:    <cffunction name="redirectToSeoURL" access="public" output="false" returntype="void" hint="Leitet weiter auf die entsprechende SEOUrl"><br> | 
 |  | codePrintPlain | | string | 1246: 	<cffunction name="getPageBySEOName" access="public" output="false" returntype="numeric" hint="Sucht eine Seite anhand des SEO Titels">
1247: 		<cfargument name="SeoTitle" type="string" required="true">
1248: 		<cfreturn this.mvSiteDAO.getPageBySEOName(arguments.SeoTitle)>
1249: 	</cffunction>
1250: 	<cffunction name="redirectToSeoURL" access="public" output="false" returntype="void" hint="Leitet weiter auf die entsprechende SEOUrl"> | 
 |  | column |  |  | id |  |  | line |  |  | Raw_Trace | | string | cms_web180.mvsite_cfc$cf.udfCall4(/CMS-Web/mvSite.cfc:1248) | 
 |  | template | | string | /var/www/maxverein/CMS-Web/mvSite.cfc | 
 |  | type |  | 
 |  | 2 | | Struct |  | codePrintHTML | | string | 1829:                   request.page_id=0;<br>
1830:                   if(ListLast(arguments.thePage, "/") NEQ "index.cfm"){<br>
<b>1831:                      request.page_id=application.mvSite.getPageBySEOName(ListLast(arguments.thePage, "/")); // Seite via SEO Namen suchen</b><br>
1832:                   }<br>
1833:                   if(request.page_id IS 0) { request.page_id = application.mvSite.getStartPage();} // Wenn gar nix gefunden, dann startseite<br> | 
 |  | codePrintPlain | | string | 1829: 						request.page_id=0;
1830: 						if(ListLast(arguments.thePage, "/") NEQ "index.cfm"){
1831: 							request.page_id=application.mvSite.getPageBySEOName(ListLast(arguments.thePage, "/")); // Seite via SEO Namen suchen
1832: 						}
1833: 						if(request.page_id IS 0) { request.page_id = application.mvSite.getStartPage();} // Wenn gar nix gefunden, dann startseite | 
 |  | column |  |  | id |  |  | line |  |  | Raw_Trace | | string | application_cfc$cf.udfCall(/application.cfc:1831) | 
 |  | template | | string | /var/www/maxverein/application.cfc | 
 |  | type |  | 
 | 
 |  | type |  | 
 | 
| Detail |  | 
| ErrNumber |  | 
| ErrorCode |  | 
| Extended_Info |  | 
| ExtendedInfo |  | 
| Message | | string | The function [getPageBySEOName] does not exist in the String. | 
 | 
| name |  | 
| rootCause | | Struct |  | additional |  |  | Detail |  |  | ErrNumber |  |  | ErrorCode |  |  | Extended_Info |  |  | ExtendedInfo |  |  | Message | | string | The function [getPageBySEOName] does not exist in the String. | 
 |  | StackTrace | | string | lucee.runtime.exp.ExpressionException: The function [getPageBySEOName] does not exist in the String.
	at lucee.runtime.type.util.MemberUtil.call(MemberUtil.java:158)
	at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:796)
	at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1775)
	at cms_web180.mvsite_cfc$cf.udfCall4(/CMS-Web/mvSite.cfc:1248)
	at cms_web180.mvsite_cfc$cf.udfCall(/CMS-Web/mvSite.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.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:787)
	at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1775)
	at application_cfc$cf.udfCall(/application.cfc:1831)
	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:218)
	at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:44)
	at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2493)
	at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2478)
	at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2449)
	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:209)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
	at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
	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 mod_cfml.core.invoke(core.java:180)
	at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:670)
	at org.apache.catalina.valves.RemoteIpValve.invoke(RemoteIpValve.java:765)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:346)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:390)
	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:1794)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
	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 | | string | 1246:    <cffunction name="getPageBySEOName" access="public" output="false" returntype="numeric" hint="Sucht eine Seite anhand des SEO Titels"><br>
1247:       <cfargument name="SeoTitle" type="string" required="true"><br>
<b>1248:       <cfreturn this.mvSiteDAO.getPageBySEOName(arguments.SeoTitle)></b><br>
1249:    </cffunction><br>
1250:    <cffunction name="redirectToSeoURL" access="public" output="false" returntype="void" hint="Leitet weiter auf die entsprechende SEOUrl"><br> | 
 |  | codePrintPlain | | string | 1246: 	<cffunction name="getPageBySEOName" access="public" output="false" returntype="numeric" hint="Sucht eine Seite anhand des SEO Titels">
1247: 		<cfargument name="SeoTitle" type="string" required="true">
1248: 		<cfreturn this.mvSiteDAO.getPageBySEOName(arguments.SeoTitle)>
1249: 	</cffunction>
1250: 	<cffunction name="redirectToSeoURL" access="public" output="false" returntype="void" hint="Leitet weiter auf die entsprechende SEOUrl"> | 
 |  | column |  |  | id |  |  | line |  |  | Raw_Trace | | string | cms_web180.mvsite_cfc$cf.udfCall4(/CMS-Web/mvSite.cfc:1248) | 
 |  | template | | string | /var/www/maxverein/CMS-Web/mvSite.cfc | 
 |  | type |  | 
 |  | 2 | | Struct |  | codePrintHTML | | string | 1829:                   request.page_id=0;<br>
1830:                   if(ListLast(arguments.thePage, "/") NEQ "index.cfm"){<br>
<b>1831:                      request.page_id=application.mvSite.getPageBySEOName(ListLast(arguments.thePage, "/")); // Seite via SEO Namen suchen</b><br>
1832:                   }<br>
1833:                   if(request.page_id IS 0) { request.page_id = application.mvSite.getStartPage();} // Wenn gar nix gefunden, dann startseite<br> | 
 |  | codePrintPlain | | string | 1829: 						request.page_id=0;
1830: 						if(ListLast(arguments.thePage, "/") NEQ "index.cfm"){
1831: 							request.page_id=application.mvSite.getPageBySEOName(ListLast(arguments.thePage, "/")); // Seite via SEO Namen suchen
1832: 						}
1833: 						if(request.page_id IS 0) { request.page_id = application.mvSite.getStartPage();} // Wenn gar nix gefunden, dann startseite | 
 |  | column |  |  | id |  |  | line |  |  | Raw_Trace | | string | application_cfc$cf.udfCall(/application.cfc:1831) | 
 |  | template | | string | /var/www/maxverein/application.cfc | 
 |  | type |  | 
 | 
 |  | type |  | 
 | 
| StackTrace | | string | lucee.runtime.exp.ExpressionException: The function [getPageBySEOName] does not exist in the String.
	at lucee.runtime.type.util.MemberUtil.call(MemberUtil.java:158)
	at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:796)
	at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1775)
	at cms_web180.mvsite_cfc$cf.udfCall4(/CMS-Web/mvSite.cfc:1248)
	at cms_web180.mvsite_cfc$cf.udfCall(/CMS-Web/mvSite.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.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:787)
	at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1775)
	at application_cfc$cf.udfCall(/application.cfc:1831)
	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:218)
	at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:44)
	at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2493)
	at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2478)
	at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2449)
	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:209)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
	at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153)
	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 mod_cfml.core.invoke(core.java:180)
	at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:670)
	at org.apache.catalina.valves.RemoteIpValve.invoke(RemoteIpValve.java:765)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:346)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:390)
	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:1794)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
	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 | | string | 1246:    <cffunction name="getPageBySEOName" access="public" output="false" returntype="numeric" hint="Sucht eine Seite anhand des SEO Titels"><br>
1247:       <cfargument name="SeoTitle" type="string" required="true"><br>
<b>1248:       <cfreturn this.mvSiteDAO.getPageBySEOName(arguments.SeoTitle)></b><br>
1249:    </cffunction><br>
1250:    <cffunction name="redirectToSeoURL" access="public" output="false" returntype="void" hint="Leitet weiter auf die entsprechende SEOUrl"><br> | 
 |  | codePrintPlain | | string | 1246: 	<cffunction name="getPageBySEOName" access="public" output="false" returntype="numeric" hint="Sucht eine Seite anhand des SEO Titels">
1247: 		<cfargument name="SeoTitle" type="string" required="true">
1248: 		<cfreturn this.mvSiteDAO.getPageBySEOName(arguments.SeoTitle)>
1249: 	</cffunction>
1250: 	<cffunction name="redirectToSeoURL" access="public" output="false" returntype="void" hint="Leitet weiter auf die entsprechende SEOUrl"> | 
 |  | column |  |  | id |  |  | line |  |  | Raw_Trace | | string | cms_web180.mvsite_cfc$cf.udfCall4(/CMS-Web/mvSite.cfc:1248) | 
 |  | template | | string | /var/www/maxverein/CMS-Web/mvSite.cfc | 
 |  | type |  | 
 |  | 2 | | Struct |  | codePrintHTML | | string | 1829:                   request.page_id=0;<br>
1830:                   if(ListLast(arguments.thePage, "/") NEQ "index.cfm"){<br>
<b>1831:                      request.page_id=application.mvSite.getPageBySEOName(ListLast(arguments.thePage, "/")); // Seite via SEO Namen suchen</b><br>
1832:                   }<br>
1833:                   if(request.page_id IS 0) { request.page_id = application.mvSite.getStartPage();} // Wenn gar nix gefunden, dann startseite<br> | 
 |  | codePrintPlain | | string | 1829: 						request.page_id=0;
1830: 						if(ListLast(arguments.thePage, "/") NEQ "index.cfm"){
1831: 							request.page_id=application.mvSite.getPageBySEOName(ListLast(arguments.thePage, "/")); // Seite via SEO Namen suchen
1832: 						}
1833: 						if(request.page_id IS 0) { request.page_id = application.mvSite.getStartPage();} // Wenn gar nix gefunden, dann startseite | 
 |  | column |  |  | id |  |  | line |  |  | Raw_Trace | | string | application_cfc$cf.udfCall(/application.cfc:1831) | 
 |  | template | | string | /var/www/maxverein/application.cfc | 
 |  | type |  | 
 | 
 | 
| type |  |