Catch Entries: 18 |
| additional | | Struct (ordered) | | SQL | | string | SELECT prp.propertyID,
prp.name,
exr.headline,
exr.youTubeID,
exr.vimeoURL,
exr.truplaceURL,
exr.matterportURL,
exr.isHidden
FROM axis_properties prp
LEFT JOIN cms_property_extras exr ON prp.propertyID = exr.propertyID
WHERE prp.propertyID = 4802 |
| | DatabaseName | | | DatabaseVersion | | | DriverName | | | DriverVersion | | string | mysql-connector-j-9.1.0 (Revision: cf2917ea44ae2e43a4514a33771035aa99de73bf) |
| | Datasource | |
|
| Cause | Struct Entries: 15 | | additional | | Struct (ordered) | | SQL | | string | SELECT prp.propertyID,
prp.name,
exr.headline,
exr.youTubeID,
exr.vimeoURL,
exr.truplaceURL,
exr.matterportURL,
exr.isHidden
FROM axis_properties prp
LEFT JOIN cms_property_extras exr ON prp.propertyID = exr.propertyID
WHERE prp.propertyID = 4802 |
| | DatabaseName | | | DatabaseVersion | | | DriverName | | | DriverVersion | | string | mysql-connector-j-9.1.0 (Revision: cf2917ea44ae2e43a4514a33771035aa99de73bf) |
| | Datasource | |
| | DataSource | | | Detail | | | ErrorCode | | | Extended_Info | | | ExtendedInfo | | | Message | | string | Unknown column 'exr.vimeoURL' in 'field list' |
| | NativeErrorCode | | | queryError | | string | SELECT prp.propertyID,
prp.name,
exr.headline,
exr.youTubeID,
exr.vimeoURL,
exr.truplaceURL,
exr.matterportURL,
exr.isHidden
FROM axis_properties prp
LEFT JOIN cms_property_extras exr ON prp.propertyID = exr.propertyID
WHERE prp.propertyID = 4802 |
| | Sql | | string | SELECT prp.propertyID,
prp.name,
exr.headline,
exr.youTubeID,
exr.vimeoURL,
exr.truplaceURL,
exr.matterportURL,
exr.isHidden
FROM axis_properties prp
LEFT JOIN cms_property_extras exr ON prp.propertyID = exr.propertyID
WHERE prp.propertyID = 4802 |
| | SQLState | | | StackTrace | | string | lucee.runtime.exp.DatabaseException: Unknown column 'exr.vimeoURL' in 'field list'
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:112)
at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:114)
at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:988)
at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:382)
at lucee.runtime.type.util.QueryUtil.execute(QueryUtil.java:353)
at lucee.runtime.type.QueryImpl.execute(QueryImpl.java:305)
at lucee.runtime.type.QueryImpl.<init>(QueryImpl.java:242)
at lucee.runtime.tag.Query.executeDatasoure(Query.java:1128)
at lucee.runtime.tag.Query._doEndTag(Query.java:695)
at lucee.runtime.tag.Query.doEndTag(Query.java:560)
at modules.propertyextras.model.propertyextrasobject_cfc$cf.udfCall(/modules/propertyExtras/model/propertyExtrasObject.cfc:43)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357)
at lucee.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:214)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:716)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:588)
at lucee.runtime.ComponentImpl.callWithNamedValues(ComponentImpl.java:2052)
at lucee.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:875)
at lucee.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:2024)
at modules.propertyextras.index_cfm$cf.call(/modules/propertyExtras/index.cfm:15)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1046)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:940)
at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:921)
at bookingengine.pdp.photomap_cfm$cf.call(/bookingEngine/pdp/photoMap.cfm:37)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1046)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:940)
at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:921)
at bookingengine.pdp.property_cfm$cf.call(/bookingEngine/pdp/property.cfm:5)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1046)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:940)
at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:921)
at bookingengine.index_cfm$cf.call_000015(/bookingEngine/index.cfm:495)
at bookingengine.index_cfm$cf.call(/bookingEngine/index.cfm:409)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1046)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:940)
at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:921)
at index_cfm$cf.call(/index.cfm:118)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1046)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:940)
at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:921)
at application_cfc$cf.udfCall_000019(/Application.cfc:328)
at application_cfc$cf.udfCall(/Application.cfc:309)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357)
at lucee.runtime.type.UDFImpl.call(UDFImpl.java:224)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:715)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:588)
at lucee.runtime.ComponentImpl.call(ComponentImpl.java:2033)
at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:476)
at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:212)
at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:41)
at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2725)
at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2712)
at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2683)
at lucee.runtime.engine.Request.exe(Request.java:45)
at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1159)
at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1116)
at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:97)
at lucee.loader.servlet.CFMLServlet.service(CFMLServlet.java:42)
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 com.seefusion.Filter.doFilter(Filter.java:118)
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:482)
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 com.seefusion.SeeFusionValve.invoke(SeeFusionValve.java:52)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:346)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:396)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:937)
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 | | string | 41: LEFT JOIN cms_property_extras exr ON prp.propertyID = exr.propertyID<br>
42: WHERE prp.propertyID = <cfqueryparam value="#arguments.propertyID#" cfsqltype="cf_sql_integer"><br>
<b>43: </cfquery> </b><br>
44: <cfreturn local.qryProperty><br>
45: </cffunction><br>
|
| | codePrintPlain | | string | 41: LEFT JOIN cms_property_extras exr ON prp.propertyID = exr.propertyID
42: WHERE prp.propertyID = <cfqueryparam value="#arguments.propertyID#" cfsqltype="cf_sql_integer">
43: </cfquery>
44: <cfreturn local.qryProperty>
45: </cffunction>
|
| | column | | | id | | | line | | | Raw_Trace | | string | modules.propertyextras.model.propertyextrasobject_cfc$cf.udfCall(/modules/propertyExtras/model/propertyExtrasObject.cfc:43) |
| | template | | string | /var/www/domains/axislinux.be2.icnd.net/htdocs/modules/propertyExtras/model/propertyExtrasObject.cfc |
| | type | |
| | 2 | | Struct | | codePrintHTML | | string | 13: <cfelseif request.moduleSlug EQ "modules.propertyExtras.modals"><br>
14: <!--- Model ---><br>
<b>15: <cfset request.qryPropertyExtras = application.propertyExtrasObject.getProperty(propertyID=request.qryProperty.propertyID)></b><br>
16: <!--- View ---><br>
17: <cfinclude template="view/propertyExtrasModal.cfm"><br>
|
| | codePrintPlain | | string | 13: <cfelseif request.moduleSlug EQ "modules.propertyExtras.modals">
14: <!--- Model --->
15: <cfset request.qryPropertyExtras = application.propertyExtrasObject.getProperty(propertyID=request.qryProperty.propertyID)>
16: <!--- View --->
17: <cfinclude template="view/propertyExtrasModal.cfm">
|
| | column | | | id | | | line | | | Raw_Trace | | string | modules.propertyextras.index_cfm$cf.call(/modules/propertyExtras/index.cfm:15) |
| | template | | string | /var/www/domains/axislinux.be2.icnd.net/htdocs/modules/propertyExtras/index.cfm |
| | type | |
| | 3 | | Struct | | codePrintHTML | | string | 35: <cfif ListFind(request.installedModules,'propertyExtras')><br>
36: <cfset request.moduleSlug = "modules.propertyExtras.modals"><br>
<b>37: <cfinclude template="/modules/propertyExtras/index.cfm"></b><br>
38: </cfif><br>
39: <br>
|
| | codePrintPlain | | string | 35: <cfif ListFind(request.installedModules,'propertyExtras')>
36: <cfset request.moduleSlug = "modules.propertyExtras.modals">
37: <cfinclude template="/modules/propertyExtras/index.cfm">
38: </cfif>
39:
|
| | column | | | id | | | line | | | Raw_Trace | | string | bookingengine.pdp.photomap_cfm$cf.call(/bookingEngine/pdp/photoMap.cfm:37) |
| | template | | string | /var/www/domains/axislinux.be2.icnd.net/htdocs/bookingEngine/pdp/photoMap.cfm |
| | type | |
| | 4 | | Struct | | codePrintHTML | | string | 3: <br>
4: <!-- Property Banner/Gallery/Map --><br>
<b>5: <cfinclude template="photoMap.cfm"></b><br>
6: <br>
7: <!-- Property Base Info --><br>
|
| | codePrintPlain | | string | 3:
4: <!-- Property Banner/Gallery/Map -->
5: <cfinclude template="photoMap.cfm">
6:
7: <!-- Property Base Info -->
|
| | column | | | id | | | line | | | Raw_Trace | | string | bookingengine.pdp.property_cfm$cf.call(/bookingEngine/pdp/property.cfm:5) |
| | template | | string | /var/www/domains/axislinux.be2.icnd.net/htdocs/bookingEngine/pdp/property.cfm |
| | type | |
| | 5 | | Struct | | codePrintHTML | | string | 493: <!--- View ---><br>
494: <cfinclude template="/bookingEngine/components/header.cfm"><br>
<b>495: <cfinclude template="/bookingEngine/pdp/property.cfm"></b><br>
496: <cfinclude template="/bookingEngine/pdp/splitCostCalculator.cfm"><br>
497: <cfinclude template="/bookingEngine/components/footerJavascripts.cfm"> <br>
|
| | codePrintPlain | | string | 493: <!--- View --->
494: <cfinclude template="/bookingEngine/components/header.cfm">
495: <cfinclude template="/bookingEngine/pdp/property.cfm">
496: <cfinclude template="/bookingEngine/pdp/splitCostCalculator.cfm">
497: <cfinclude template="/bookingEngine/components/footerJavascripts.cfm">
|
| | column | | | id | | | line | | | Raw_Trace | | string | bookingengine.index_cfm$cf.call_000015(/bookingEngine/index.cfm:495) |
| | template | | string | /var/www/domains/axislinux.be2.icnd.net/htdocs/bookingEngine/index.cfm |
| | type | |
| | 6 | | Struct | | codePrintHTML | | string | 407: <br>
408: <!--- Property Detail Page ---><br>
<b>409: <cfelseif request.codeSlug EQ "bookingengine.pdp"> </b><br>
410: <!--- Model ---><br>
411: <cfparam name="request.axisParams.checkin" default=""><br>
|
| | codePrintPlain | | string | 407:
408: <!--- Property Detail Page --->
409: <cfelseif request.codeSlug EQ "bookingengine.pdp">
410: <!--- Model --->
411: <cfparam name="request.axisParams.checkin" default="">
|
| | column | | | id | | | line | | | Raw_Trace | | string | bookingengine.index_cfm$cf.call(/bookingEngine/index.cfm:409) |
| | template | | string | /var/www/domains/axislinux.be2.icnd.net/htdocs/bookingEngine/index.cfm |
| | type | |
| | 7 | | Struct | | codePrintHTML | | string | 116: <!--- Grabs the index.cfm Controller file for the Booking Engine ---><br>
117: <cfif application.siteObject.hasBookingEngine()><br>
<b>118: <cfinclude template="/bookingEngine/index.cfm"></b><br>
119: </cfif><br>
120: <br>
|
| | codePrintPlain | | string | 116: <!--- Grabs the index.cfm Controller file for the Booking Engine --->
117: <cfif application.siteObject.hasBookingEngine()>
118: <cfinclude template="/bookingEngine/index.cfm">
119: </cfif>
120:
|
| | column | | | id | | | line | | | Raw_Trace | | string | index_cfm$cf.call(/index.cfm:118) |
| | template | | string | /var/www/domains/axislinux.be2.icnd.net/htdocs/index.cfm |
| | type | |
| | 8 | | Struct | | codePrintHTML | | string | 326: </cfif><br>
327: <!--- Always loads the root index.cfm as the site Controller ---><br>
<b>328: <cfinclude template="/index.cfm"></b><br>
329: </cffunction><br>
330: <br>
|
| | codePrintPlain | | string | 326: </cfif>
327: <!--- Always loads the root index.cfm as the site Controller --->
328: <cfinclude template="/index.cfm">
329: </cffunction>
330:
|
| | column | | | id | | | line | | | Raw_Trace | | string | application_cfc$cf.udfCall_000019(/Application.cfc:328) |
| | template | | string | /var/www/domains/axislinux.be2.icnd.net/htdocs/Application.cfc |
| | type | |
| | 9 | | Struct | | codePrintHTML | | string | 307: <br>
308: <cffunction name="onRequest" returnType="void"><br>
<b>309: <cfargument name="targetPage" type="String" required="true"></b><br>
310: <!--- Creates the request.axisParams.slug variable if it doesn't exist. ---><br>
311: <cfif NOT StructKeyExists(request.axisParams,'slug')><br>
|
| | codePrintPlain | | string | 307:
308: <cffunction name="onRequest" returnType="void">
309: <cfargument name="targetPage" type="String" required="true">
310: <!--- Creates the request.axisParams.slug variable if it doesn't exist. --->
311: <cfif NOT StructKeyExists(request.axisParams,'slug')>
|
| | column | | | id | | | line | | | Raw_Trace | | string | application_cfc$cf.udfCall(/Application.cfc:309) |
| | template | | string | /var/www/domains/axislinux.be2.icnd.net/htdocs/Application.cfc |
| | type | |
|
| | type | | | where | |
|
| DataSource | |
| Detail | |
| ErrorCode | |
| Extended_Info | |
| ExtendedInfo | |
| Message | | string | Unknown column 'exr.vimeoURL' in 'field list' |
|
| name | |
| NativeErrorCode | |
| queryError | | string | SELECT prp.propertyID,
prp.name,
exr.headline,
exr.youTubeID,
exr.vimeoURL,
exr.truplaceURL,
exr.matterportURL,
exr.isHidden
FROM axis_properties prp
LEFT JOIN cms_property_extras exr ON prp.propertyID = exr.propertyID
WHERE prp.propertyID = 4802 |
|
| rootCause | Struct Entries: 15 | | additional | | Struct (ordered) | | SQL | | string | SELECT prp.propertyID,
prp.name,
exr.headline,
exr.youTubeID,
exr.vimeoURL,
exr.truplaceURL,
exr.matterportURL,
exr.isHidden
FROM axis_properties prp
LEFT JOIN cms_property_extras exr ON prp.propertyID = exr.propertyID
WHERE prp.propertyID = 4802 |
| | DatabaseName | | | DatabaseVersion | | | DriverName | | | DriverVersion | | string | mysql-connector-j-9.1.0 (Revision: cf2917ea44ae2e43a4514a33771035aa99de73bf) |
| | Datasource | |
| | DataSource | | | Detail | | | ErrorCode | | | Extended_Info | | | ExtendedInfo | | | Message | | string | Unknown column 'exr.vimeoURL' in 'field list' |
| | NativeErrorCode | | | queryError | | string | SELECT prp.propertyID,
prp.name,
exr.headline,
exr.youTubeID,
exr.vimeoURL,
exr.truplaceURL,
exr.matterportURL,
exr.isHidden
FROM axis_properties prp
LEFT JOIN cms_property_extras exr ON prp.propertyID = exr.propertyID
WHERE prp.propertyID = 4802 |
| | Sql | | string | SELECT prp.propertyID,
prp.name,
exr.headline,
exr.youTubeID,
exr.vimeoURL,
exr.truplaceURL,
exr.matterportURL,
exr.isHidden
FROM axis_properties prp
LEFT JOIN cms_property_extras exr ON prp.propertyID = exr.propertyID
WHERE prp.propertyID = 4802 |
| | SQLState | | | StackTrace | | string | lucee.runtime.exp.DatabaseException: Unknown column 'exr.vimeoURL' in 'field list'
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:112)
at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:114)
at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:988)
at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:382)
at lucee.runtime.type.util.QueryUtil.execute(QueryUtil.java:353)
at lucee.runtime.type.QueryImpl.execute(QueryImpl.java:305)
at lucee.runtime.type.QueryImpl.<init>(QueryImpl.java:242)
at lucee.runtime.tag.Query.executeDatasoure(Query.java:1128)
at lucee.runtime.tag.Query._doEndTag(Query.java:695)
at lucee.runtime.tag.Query.doEndTag(Query.java:560)
at modules.propertyextras.model.propertyextrasobject_cfc$cf.udfCall(/modules/propertyExtras/model/propertyExtrasObject.cfc:43)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357)
at lucee.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:214)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:716)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:588)
at lucee.runtime.ComponentImpl.callWithNamedValues(ComponentImpl.java:2052)
at lucee.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:875)
at lucee.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:2024)
at modules.propertyextras.index_cfm$cf.call(/modules/propertyExtras/index.cfm:15)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1046)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:940)
at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:921)
at bookingengine.pdp.photomap_cfm$cf.call(/bookingEngine/pdp/photoMap.cfm:37)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1046)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:940)
at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:921)
at bookingengine.pdp.property_cfm$cf.call(/bookingEngine/pdp/property.cfm:5)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1046)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:940)
at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:921)
at bookingengine.index_cfm$cf.call_000015(/bookingEngine/index.cfm:495)
at bookingengine.index_cfm$cf.call(/bookingEngine/index.cfm:409)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1046)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:940)
at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:921)
at index_cfm$cf.call(/index.cfm:118)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1046)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:940)
at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:921)
at application_cfc$cf.udfCall_000019(/Application.cfc:328)
at application_cfc$cf.udfCall(/Application.cfc:309)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357)
at lucee.runtime.type.UDFImpl.call(UDFImpl.java:224)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:715)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:588)
at lucee.runtime.ComponentImpl.call(ComponentImpl.java:2033)
at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:476)
at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:212)
at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:41)
at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2725)
at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2712)
at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2683)
at lucee.runtime.engine.Request.exe(Request.java:45)
at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1159)
at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1116)
at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:97)
at lucee.loader.servlet.CFMLServlet.service(CFMLServlet.java:42)
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 com.seefusion.Filter.doFilter(Filter.java:118)
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:482)
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 com.seefusion.SeeFusionValve.invoke(SeeFusionValve.java:52)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:346)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:396)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:937)
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 | | string | 41: LEFT JOIN cms_property_extras exr ON prp.propertyID = exr.propertyID<br>
42: WHERE prp.propertyID = <cfqueryparam value="#arguments.propertyID#" cfsqltype="cf_sql_integer"><br>
<b>43: </cfquery> </b><br>
44: <cfreturn local.qryProperty><br>
45: </cffunction><br>
|
| | codePrintPlain | | string | 41: LEFT JOIN cms_property_extras exr ON prp.propertyID = exr.propertyID
42: WHERE prp.propertyID = <cfqueryparam value="#arguments.propertyID#" cfsqltype="cf_sql_integer">
43: </cfquery>
44: <cfreturn local.qryProperty>
45: </cffunction>
|
| | column | | | id | | | line | | | Raw_Trace | | string | modules.propertyextras.model.propertyextrasobject_cfc$cf.udfCall(/modules/propertyExtras/model/propertyExtrasObject.cfc:43) |
| | template | | string | /var/www/domains/axislinux.be2.icnd.net/htdocs/modules/propertyExtras/model/propertyExtrasObject.cfc |
| | type | |
| | 2 | | Struct | | codePrintHTML | | string | 13: <cfelseif request.moduleSlug EQ "modules.propertyExtras.modals"><br>
14: <!--- Model ---><br>
<b>15: <cfset request.qryPropertyExtras = application.propertyExtrasObject.getProperty(propertyID=request.qryProperty.propertyID)></b><br>
16: <!--- View ---><br>
17: <cfinclude template="view/propertyExtrasModal.cfm"><br>
|
| | codePrintPlain | | string | 13: <cfelseif request.moduleSlug EQ "modules.propertyExtras.modals">
14: <!--- Model --->
15: <cfset request.qryPropertyExtras = application.propertyExtrasObject.getProperty(propertyID=request.qryProperty.propertyID)>
16: <!--- View --->
17: <cfinclude template="view/propertyExtrasModal.cfm">
|
| | column | | | id | | | line | | | Raw_Trace | | string | modules.propertyextras.index_cfm$cf.call(/modules/propertyExtras/index.cfm:15) |
| | template | | string | /var/www/domains/axislinux.be2.icnd.net/htdocs/modules/propertyExtras/index.cfm |
| | type | |
| | 3 | | Struct | | codePrintHTML | | string | 35: <cfif ListFind(request.installedModules,'propertyExtras')><br>
36: <cfset request.moduleSlug = "modules.propertyExtras.modals"><br>
<b>37: <cfinclude template="/modules/propertyExtras/index.cfm"></b><br>
38: </cfif><br>
39: <br>
|
| | codePrintPlain | | string | 35: <cfif ListFind(request.installedModules,'propertyExtras')>
36: <cfset request.moduleSlug = "modules.propertyExtras.modals">
37: <cfinclude template="/modules/propertyExtras/index.cfm">
38: </cfif>
39:
|
| | column | | | id | | | line | | | Raw_Trace | | string | bookingengine.pdp.photomap_cfm$cf.call(/bookingEngine/pdp/photoMap.cfm:37) |
| | template | | string | /var/www/domains/axislinux.be2.icnd.net/htdocs/bookingEngine/pdp/photoMap.cfm |
| | type | |
| | 4 | | Struct | | codePrintHTML | | string | 3: <br>
4: <!-- Property Banner/Gallery/Map --><br>
<b>5: <cfinclude template="photoMap.cfm"></b><br>
6: <br>
7: <!-- Property Base Info --><br>
|
| | codePrintPlain | | string | 3:
4: <!-- Property Banner/Gallery/Map -->
5: <cfinclude template="photoMap.cfm">
6:
7: <!-- Property Base Info -->
|
| | column | | | id | | | line | | | Raw_Trace | | string | bookingengine.pdp.property_cfm$cf.call(/bookingEngine/pdp/property.cfm:5) |
| | template | | string | /var/www/domains/axislinux.be2.icnd.net/htdocs/bookingEngine/pdp/property.cfm |
| | type | |
| | 5 | | Struct | | codePrintHTML | | string | 493: <!--- View ---><br>
494: <cfinclude template="/bookingEngine/components/header.cfm"><br>
<b>495: <cfinclude template="/bookingEngine/pdp/property.cfm"></b><br>
496: <cfinclude template="/bookingEngine/pdp/splitCostCalculator.cfm"><br>
497: <cfinclude template="/bookingEngine/components/footerJavascripts.cfm"> <br>
|
| | codePrintPlain | | string | 493: <!--- View --->
494: <cfinclude template="/bookingEngine/components/header.cfm">
495: <cfinclude template="/bookingEngine/pdp/property.cfm">
496: <cfinclude template="/bookingEngine/pdp/splitCostCalculator.cfm">
497: <cfinclude template="/bookingEngine/components/footerJavascripts.cfm">
|
| | column | | | id | | | line | | | Raw_Trace | | string | bookingengine.index_cfm$cf.call_000015(/bookingEngine/index.cfm:495) |
| | template | | string | /var/www/domains/axislinux.be2.icnd.net/htdocs/bookingEngine/index.cfm |
| | type | |
| | 6 | | Struct | | codePrintHTML | | string | 407: <br>
408: <!--- Property Detail Page ---><br>
<b>409: <cfelseif request.codeSlug EQ "bookingengine.pdp"> </b><br>
410: <!--- Model ---><br>
411: <cfparam name="request.axisParams.checkin" default=""><br>
|
| | codePrintPlain | | string | 407:
408: <!--- Property Detail Page --->
409: <cfelseif request.codeSlug EQ "bookingengine.pdp">
410: <!--- Model --->
411: <cfparam name="request.axisParams.checkin" default="">
|
| | column | | | id | | | line | | | Raw_Trace | | string | bookingengine.index_cfm$cf.call(/bookingEngine/index.cfm:409) |
| | template | | string | /var/www/domains/axislinux.be2.icnd.net/htdocs/bookingEngine/index.cfm |
| | type | |
| | 7 | | Struct | | codePrintHTML | | string | 116: <!--- Grabs the index.cfm Controller file for the Booking Engine ---><br>
117: <cfif application.siteObject.hasBookingEngine()><br>
<b>118: <cfinclude template="/bookingEngine/index.cfm"></b><br>
119: </cfif><br>
120: <br>
|
| | codePrintPlain | | string | 116: <!--- Grabs the index.cfm Controller file for the Booking Engine --->
117: <cfif application.siteObject.hasBookingEngine()>
118: <cfinclude template="/bookingEngine/index.cfm">
119: </cfif>
120:
|
| | column | | | id | | | line | | | Raw_Trace | | string | index_cfm$cf.call(/index.cfm:118) |
| | template | | string | /var/www/domains/axislinux.be2.icnd.net/htdocs/index.cfm |
| | type | |
| | 8 | | Struct | | codePrintHTML | | string | 326: </cfif><br>
327: <!--- Always loads the root index.cfm as the site Controller ---><br>
<b>328: <cfinclude template="/index.cfm"></b><br>
329: </cffunction><br>
330: <br>
|
| | codePrintPlain | | string | 326: </cfif>
327: <!--- Always loads the root index.cfm as the site Controller --->
328: <cfinclude template="/index.cfm">
329: </cffunction>
330:
|
| | column | | | id | | | line | | | Raw_Trace | | string | application_cfc$cf.udfCall_000019(/Application.cfc:328) |
| | template | | string | /var/www/domains/axislinux.be2.icnd.net/htdocs/Application.cfc |
| | type | |
| | 9 | | Struct | | codePrintHTML | | string | 307: <br>
308: <cffunction name="onRequest" returnType="void"><br>
<b>309: <cfargument name="targetPage" type="String" required="true"></b><br>
310: <!--- Creates the request.axisParams.slug variable if it doesn't exist. ---><br>
311: <cfif NOT StructKeyExists(request.axisParams,'slug')><br>
|
| | codePrintPlain | | string | 307:
308: <cffunction name="onRequest" returnType="void">
309: <cfargument name="targetPage" type="String" required="true">
310: <!--- Creates the request.axisParams.slug variable if it doesn't exist. --->
311: <cfif NOT StructKeyExists(request.axisParams,'slug')>
|
| | column | | | id | | | line | | | Raw_Trace | | string | application_cfc$cf.udfCall(/Application.cfc:309) |
| | template | | string | /var/www/domains/axislinux.be2.icnd.net/htdocs/Application.cfc |
| | type | |
|
| | type | | | where | |
|
| Sql | | string | SELECT prp.propertyID,
prp.name,
exr.headline,
exr.youTubeID,
exr.vimeoURL,
exr.truplaceURL,
exr.matterportURL,
exr.isHidden
FROM axis_properties prp
LEFT JOIN cms_property_extras exr ON prp.propertyID = exr.propertyID
WHERE prp.propertyID = 4802 |
|
| SQLState | |
| StackTrace | | string | lucee.runtime.exp.DatabaseException: Unknown column 'exr.vimeoURL' in 'field list'
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:112)
at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:114)
at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:988)
at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:382)
at lucee.runtime.type.util.QueryUtil.execute(QueryUtil.java:353)
at lucee.runtime.type.QueryImpl.execute(QueryImpl.java:305)
at lucee.runtime.type.QueryImpl.<init>(QueryImpl.java:242)
at lucee.runtime.tag.Query.executeDatasoure(Query.java:1128)
at lucee.runtime.tag.Query._doEndTag(Query.java:695)
at lucee.runtime.tag.Query.doEndTag(Query.java:560)
at modules.propertyextras.model.propertyextrasobject_cfc$cf.udfCall(/modules/propertyExtras/model/propertyExtrasObject.cfc:43)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357)
at lucee.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:214)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:716)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:588)
at lucee.runtime.ComponentImpl.callWithNamedValues(ComponentImpl.java:2052)
at lucee.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:875)
at lucee.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:2024)
at modules.propertyextras.index_cfm$cf.call(/modules/propertyExtras/index.cfm:15)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1046)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:940)
at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:921)
at bookingengine.pdp.photomap_cfm$cf.call(/bookingEngine/pdp/photoMap.cfm:37)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1046)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:940)
at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:921)
at bookingengine.pdp.property_cfm$cf.call(/bookingEngine/pdp/property.cfm:5)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1046)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:940)
at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:921)
at bookingengine.index_cfm$cf.call_000015(/bookingEngine/index.cfm:495)
at bookingengine.index_cfm$cf.call(/bookingEngine/index.cfm:409)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1046)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:940)
at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:921)
at index_cfm$cf.call(/index.cfm:118)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1046)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:940)
at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:921)
at application_cfc$cf.udfCall_000019(/Application.cfc:328)
at application_cfc$cf.udfCall(/Application.cfc:309)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357)
at lucee.runtime.type.UDFImpl.call(UDFImpl.java:224)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:715)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:588)
at lucee.runtime.ComponentImpl.call(ComponentImpl.java:2033)
at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:476)
at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:212)
at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:41)
at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2725)
at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2712)
at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2683)
at lucee.runtime.engine.Request.exe(Request.java:45)
at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1159)
at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1116)
at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:97)
at lucee.loader.servlet.CFMLServlet.service(CFMLServlet.java:42)
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 com.seefusion.Filter.doFilter(Filter.java:118)
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:482)
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 com.seefusion.SeeFusionValve.invoke(SeeFusionValve.java:52)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:346)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:396)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:937)
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 | | string | 41: LEFT JOIN cms_property_extras exr ON prp.propertyID = exr.propertyID<br>
42: WHERE prp.propertyID = <cfqueryparam value="#arguments.propertyID#" cfsqltype="cf_sql_integer"><br>
<b>43: </cfquery> </b><br>
44: <cfreturn local.qryProperty><br>
45: </cffunction><br>
|
| | codePrintPlain | | string | 41: LEFT JOIN cms_property_extras exr ON prp.propertyID = exr.propertyID
42: WHERE prp.propertyID = <cfqueryparam value="#arguments.propertyID#" cfsqltype="cf_sql_integer">
43: </cfquery>
44: <cfreturn local.qryProperty>
45: </cffunction>
|
| | column | | | id | | | line | | | Raw_Trace | | string | modules.propertyextras.model.propertyextrasobject_cfc$cf.udfCall(/modules/propertyExtras/model/propertyExtrasObject.cfc:43) |
| | template | | string | /var/www/domains/axislinux.be2.icnd.net/htdocs/modules/propertyExtras/model/propertyExtrasObject.cfc |
| | type | |
| | 2 | | Struct | | codePrintHTML | | string | 13: <cfelseif request.moduleSlug EQ "modules.propertyExtras.modals"><br>
14: <!--- Model ---><br>
<b>15: <cfset request.qryPropertyExtras = application.propertyExtrasObject.getProperty(propertyID=request.qryProperty.propertyID)></b><br>
16: <!--- View ---><br>
17: <cfinclude template="view/propertyExtrasModal.cfm"><br>
|
| | codePrintPlain | | string | 13: <cfelseif request.moduleSlug EQ "modules.propertyExtras.modals">
14: <!--- Model --->
15: <cfset request.qryPropertyExtras = application.propertyExtrasObject.getProperty(propertyID=request.qryProperty.propertyID)>
16: <!--- View --->
17: <cfinclude template="view/propertyExtrasModal.cfm">
|
| | column | | | id | | | line | | | Raw_Trace | | string | modules.propertyextras.index_cfm$cf.call(/modules/propertyExtras/index.cfm:15) |
| | template | | string | /var/www/domains/axislinux.be2.icnd.net/htdocs/modules/propertyExtras/index.cfm |
| | type | |
| | 3 | | Struct | | codePrintHTML | | string | 35: <cfif ListFind(request.installedModules,'propertyExtras')><br>
36: <cfset request.moduleSlug = "modules.propertyExtras.modals"><br>
<b>37: <cfinclude template="/modules/propertyExtras/index.cfm"></b><br>
38: </cfif><br>
39: <br>
|
| | codePrintPlain | | string | 35: <cfif ListFind(request.installedModules,'propertyExtras')>
36: <cfset request.moduleSlug = "modules.propertyExtras.modals">
37: <cfinclude template="/modules/propertyExtras/index.cfm">
38: </cfif>
39:
|
| | column | | | id | | | line | | | Raw_Trace | | string | bookingengine.pdp.photomap_cfm$cf.call(/bookingEngine/pdp/photoMap.cfm:37) |
| | template | | string | /var/www/domains/axislinux.be2.icnd.net/htdocs/bookingEngine/pdp/photoMap.cfm |
| | type | |
| | 4 | | Struct | | codePrintHTML | | string | 3: <br>
4: <!-- Property Banner/Gallery/Map --><br>
<b>5: <cfinclude template="photoMap.cfm"></b><br>
6: <br>
7: <!-- Property Base Info --><br>
|
| | codePrintPlain | | string | 3:
4: <!-- Property Banner/Gallery/Map -->
5: <cfinclude template="photoMap.cfm">
6:
7: <!-- Property Base Info -->
|
| | column | | | id | | | line | | | Raw_Trace | | string | bookingengine.pdp.property_cfm$cf.call(/bookingEngine/pdp/property.cfm:5) |
| | template | | string | /var/www/domains/axislinux.be2.icnd.net/htdocs/bookingEngine/pdp/property.cfm |
| | type | |
| | 5 | | Struct | | codePrintHTML | | string | 493: <!--- View ---><br>
494: <cfinclude template="/bookingEngine/components/header.cfm"><br>
<b>495: <cfinclude template="/bookingEngine/pdp/property.cfm"></b><br>
496: <cfinclude template="/bookingEngine/pdp/splitCostCalculator.cfm"><br>
497: <cfinclude template="/bookingEngine/components/footerJavascripts.cfm"> <br>
|
| | codePrintPlain | | string | 493: <!--- View --->
494: <cfinclude template="/bookingEngine/components/header.cfm">
495: <cfinclude template="/bookingEngine/pdp/property.cfm">
496: <cfinclude template="/bookingEngine/pdp/splitCostCalculator.cfm">
497: <cfinclude template="/bookingEngine/components/footerJavascripts.cfm">
|
| | column | | | id | | | line | | | Raw_Trace | | string | bookingengine.index_cfm$cf.call_000015(/bookingEngine/index.cfm:495) |
| | template | | string | /var/www/domains/axislinux.be2.icnd.net/htdocs/bookingEngine/index.cfm |
| | type | |
| | 6 | | Struct | | codePrintHTML | | string | 407: <br>
408: <!--- Property Detail Page ---><br>
<b>409: <cfelseif request.codeSlug EQ "bookingengine.pdp"> </b><br>
410: <!--- Model ---><br>
411: <cfparam name="request.axisParams.checkin" default=""><br>
|
| | codePrintPlain | | string | 407:
408: <!--- Property Detail Page --->
409: <cfelseif request.codeSlug EQ "bookingengine.pdp">
410: <!--- Model --->
411: <cfparam name="request.axisParams.checkin" default="">
|
| | column | | | id | | | line | | | Raw_Trace | | string | bookingengine.index_cfm$cf.call(/bookingEngine/index.cfm:409) |
| | template | | string | /var/www/domains/axislinux.be2.icnd.net/htdocs/bookingEngine/index.cfm |
| | type | |
| | 7 | | Struct | | codePrintHTML | | string | 116: <!--- Grabs the index.cfm Controller file for the Booking Engine ---><br>
117: <cfif application.siteObject.hasBookingEngine()><br>
<b>118: <cfinclude template="/bookingEngine/index.cfm"></b><br>
119: </cfif><br>
120: <br>
|
| | codePrintPlain | | string | 116: <!--- Grabs the index.cfm Controller file for the Booking Engine --->
117: <cfif application.siteObject.hasBookingEngine()>
118: <cfinclude template="/bookingEngine/index.cfm">
119: </cfif>
120:
|
| | column | | | id | | | line | | | Raw_Trace | | string | index_cfm$cf.call(/index.cfm:118) |
| | template | | string | /var/www/domains/axislinux.be2.icnd.net/htdocs/index.cfm |
| | type | |
| | 8 | | Struct | | codePrintHTML | | string | 326: </cfif><br>
327: <!--- Always loads the root index.cfm as the site Controller ---><br>
<b>328: <cfinclude template="/index.cfm"></b><br>
329: </cffunction><br>
330: <br>
|
| | codePrintPlain | | string | 326: </cfif>
327: <!--- Always loads the root index.cfm as the site Controller --->
328: <cfinclude template="/index.cfm">
329: </cffunction>
330:
|
| | column | | | id | | | line | | | Raw_Trace | | string | application_cfc$cf.udfCall_000019(/Application.cfc:328) |
| | template | | string | /var/www/domains/axislinux.be2.icnd.net/htdocs/Application.cfc |
| | type | |
| | 9 | | Struct | | codePrintHTML | | string | 307: <br>
308: <cffunction name="onRequest" returnType="void"><br>
<b>309: <cfargument name="targetPage" type="String" required="true"></b><br>
310: <!--- Creates the request.axisParams.slug variable if it doesn't exist. ---><br>
311: <cfif NOT StructKeyExists(request.axisParams,'slug')><br>
|
| | codePrintPlain | | string | 307:
308: <cffunction name="onRequest" returnType="void">
309: <cfargument name="targetPage" type="String" required="true">
310: <!--- Creates the request.axisParams.slug variable if it doesn't exist. --->
311: <cfif NOT StructKeyExists(request.axisParams,'slug')>
|
| | column | | | id | | | line | | | Raw_Trace | | string | application_cfc$cf.udfCall(/Application.cfc:309) |
| | template | | string | /var/www/domains/axislinux.be2.icnd.net/htdocs/Application.cfc |
| | type | |
|
|
| type | |
| where | |