Kategori: Weekendtur

Catch
Entries: 15
additional
Struct (ordered)
SQL
stringDECLARE @PageSize int = 6; DECLARE @Page int = 2; DECLARE @OfferCount int = ( SELECT COUNT(*) AS nCount FROM TM_WPsys.dbo.Content inner join TM_WPsys.dbo.Content_Categories_Rel ON Content_Categories_Rel.nContentId = Content.nContentID and Content_Categories_Rel.nCategoryId = 72 WHERE Content.nSupplierID = 1726 AND nPageTypeID = 24 AND ( dPublishStart <= {ts '2025-10-21 07:21:06'} OR dPublishStart IS NULL ) ); DECLARE @Pages int = @OfferCount / @PageSize; IF @OfferCount % @PageSize != 0 SET @Pages = @Pages + 1; DECLARE @PageStartIndex int = ((@Page-1) * @PageSize)+1; DECLARE @PageEndIndex int = @Page * @PageSize; SELECT *, @Page AS nPage, @Pages AS nPages FROM ( SELECT Content.nContentId, Content.sUrl, Content.sHeadline, Content.sFeaturedImageURL, ISNUll(Content.dWPCreated, Content.dCreated) AS dCreated, ISNULL(Content.dWPUpdated, Content.dUpdated) AS dUpdated, rowindex = ROW_NUMBER() OVER (ORDER BY ISNULL(Content.dWPCreated,Content.dCreated) DESC) FROM TM_WPsys.dbo.Content inner join TM_WPsys.dbo.Content_Categories_Rel ON Content_Categories_Rel.nContentId = Content.nContentID and Content_Categories_Rel.nCategoryId = 72 WHERE Content.nSupplierID = 1726 AND Content.nPageTypeID = 24 AND ( Content.dPublishStart <= {ts '2025-10-21 07:21:06'} OR Content.dPublishStart IS NULL ) ) vOffers WHERE rowindex >= @PageStartIndex AND rowindex <= @PageEndIndex ORDER BY rowindex
DatabaseName
stringMicrosoft SQL Server
DatabaseVersion
string14.00.3480
DriverName
stringMicrosoft JDBC Driver 12.2 for SQL Server
DriverVersion
string12.2.0.0
Datasource
stringTM_Module
DataSource
stringTM_Module
Detail
string
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringTransaction (Process ID 221) was deadlocked on lock resources with another process and has been chosen as the deadlock victim. Rerun the transaction.
NativeErrorCode
number1205
queryError
stringDECLARE @PageSize int = 6; DECLARE @Page int = 2; DECLARE @OfferCount int = ( SELECT COUNT(*) AS nCount FROM TM_WPsys.dbo.Content inner join TM_WPsys.dbo.Content_Categories_Rel ON Content_Categories_Rel.nContentId = Content.nContentID and Content_Categories_Rel.nCategoryId = 72 WHERE Content.nSupplierID = 1726 AND nPageTypeID = 24 AND ( dPublishStart <= {ts '2025-10-21 07:21:06'} OR dPublishStart IS NULL ) ); DECLARE @Pages int = @OfferCount / @PageSize; IF @OfferCount % @PageSize != 0 SET @Pages = @Pages + 1; DECLARE @PageStartIndex int = ((@Page-1) * @PageSize)+1; DECLARE @PageEndIndex int = @Page * @PageSize; SELECT *, @Page AS nPage, @Pages AS nPages FROM ( SELECT Content.nContentId, Content.sUrl, Content.sHeadline, Content.sFeaturedImageURL, ISNUll(Content.dWPCreated, Content.dCreated) AS dCreated, ISNULL(Content.dWPUpdated, Content.dUpdated) AS dUpdated, rowindex = ROW_NUMBER() OVER (ORDER BY ISNULL(Content.dWPCreated,Content.dCreated) DESC) FROM TM_WPsys.dbo.Content inner join TM_WPsys.dbo.Content_Categories_Rel ON Content_Categories_Rel.nContentId = Content.nContentID and Content_Categories_Rel.nCategoryId = 72 WHERE Content.nSupplierID = 1726 AND Content.nPageTypeID = 24 AND ( Content.dPublishStart <= {ts '2025-10-21 07:21:06'} OR Content.dPublishStart IS NULL ) ) vOffers WHERE rowindex >= @PageStartIndex AND rowindex <= @PageEndIndex ORDER BY rowindex
Sql
stringDECLARE @PageSize int = 6; DECLARE @Page int = 2; DECLARE @OfferCount int = ( SELECT COUNT(*) AS nCount FROM TM_WPsys.dbo.Content inner join TM_WPsys.dbo.Content_Categories_Rel ON Content_Categories_Rel.nContentId = Content.nContentID and Content_Categories_Rel.nCategoryId = 72 WHERE Content.nSupplierID = 1726 AND nPageTypeID = 24 AND ( dPublishStart <= {ts '2025-10-21 07:21:06'} OR dPublishStart IS NULL ) ); DECLARE @Pages int = @OfferCount / @PageSize; IF @OfferCount % @PageSize != 0 SET @Pages = @Pages + 1; DECLARE @PageStartIndex int = ((@Page-1) * @PageSize)+1; DECLARE @PageEndIndex int = @Page * @PageSize; SELECT *, @Page AS nPage, @Pages AS nPages FROM ( SELECT Content.nContentId, Content.sUrl, Content.sHeadline, Content.sFeaturedImageURL, ISNUll(Content.dWPCreated, Content.dCreated) AS dCreated, ISNULL(Content.dWPUpdated, Content.dUpdated) AS dUpdated, rowindex = ROW_NUMBER() OVER (ORDER BY ISNULL(Content.dWPCreated,Content.dCreated) DESC) FROM TM_WPsys.dbo.Content inner join TM_WPsys.dbo.Content_Categories_Rel ON Content_Categories_Rel.nContentId = Content.nContentID and Content_Categories_Rel.nCategoryId = 72 WHERE Content.nSupplierID = 1726 AND Content.nPageTypeID = 24 AND ( Content.dPublishStart <= {ts '2025-10-21 07:21:06'} OR Content.dPublishStart IS NULL ) ) vOffers WHERE rowindex >= @PageStartIndex AND rowindex <= @PageEndIndex ORDER BY rowindex
SQLState
string40001
StackTrace
stringlucee.runtime.exp.DatabaseException: Transaction (Process ID 221) was deadlocked on lock resources with another process and has been chosen as the deadlock victim. Rerun the transaction. at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(SQLServerException.java:265) at com.microsoft.sqlserver.jdbc.SQLServerStatement.getNextResult(SQLServerStatement.java:1695) at com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(SQLServerPreparedStatement.java:620) at com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PrepStmtExecCmd.doExecute(SQLServerPreparedStatement.java:539) at com.microsoft.sqlserver.jdbc.TDSCommand.execute(IOBuffer.java:7685) at com.microsoft.sqlserver.jdbc.SQLServerConnection.executeCommand(SQLServerConnection.java:4048) at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeCommand(SQLServerStatement.java:272) at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeStatement(SQLServerStatement.java:246) at com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.execute(SQLServerPreparedStatement.java:516) at lucee.runtime.type.util.QueryUtil.execute(QueryUtil.java:353) at lucee.runtime.type.QueryImpl.execute(QueryImpl.java:302) at lucee.runtime.type.QueryImpl.<init>(QueryImpl.java:239) at lucee.runtime.tag.Query.executeDatasoure(Query.java:1125) at lucee.runtime.tag.Query._doEndTag(Query.java:692) at lucee.runtime.tag.Query.doEndTag(Query.java:557) at functions.pageparts.pageparts_helper_cfc$cf.udfCall(/rejsesiden/functions/pageparts/pageparts_helper.cfc:174) 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.type.scope.UndefinedImpl.call(UndefinedImpl.java:811) at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:773) at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:2081) at functions.pageparts.appoffers_cfc$cf.udfCall(/rejsesiden/functions/pageparts/appoffers.cfc:152) 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:731) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:604) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:2110) at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:773) at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:2081) at functions.shortcodes_cfc$cf.udfCall2(/tm2022/functions/shortcodes.cfc:227) at functions.shortcodes_cfc$cf.udfCall(/tm2022/functions/shortcodes.cfc) 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.type.scope.UndefinedImpl.call(UndefinedImpl.java:811) at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:773) at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:2081) at functions.shortcodes_cfc$cf.udfCall3(/tm2022/functions/shortcodes.cfc:510) at functions.shortcodes_cfc$cf.udfCall(/tm2022/functions/shortcodes.cfc) 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:732) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:604) at lucee.runtime.ComponentImpl.callWithNamedValues(ComponentImpl.java:2129) at lucee.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:858) at lucee.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:2113) at templates.templates_helper_cfc$cf.udfCall1(/tm2022/templates/templates_helper.cfc:174) at templates.templates_helper_cfc$cf.udfCall(/tm2022/templates/templates_helper.cfc) 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.type.scope.UndefinedImpl.call(UndefinedImpl.java:811) at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:773) at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:2081) at templates.templates_helper_cfc$cf.udfCall1(/rejsesiden/templates/templates_helper.cfc:101) at templates.templates_helper_cfc$cf.udfCall(/rejsesiden/templates/templates_helper.cfc) 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.type.scope.UndefinedImpl.call(UndefinedImpl.java:811) at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:773) at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:2081) at templates.templates_helper_cfc$cf.udfCall1(/rejsesiden/templates/templates_helper.cfc:43) at templates.templates_helper_cfc$cf.udfCall(/rejsesiden/templates/templates_helper.cfc) 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.type.scope.UndefinedImpl.call(UndefinedImpl.java:811) at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:773) at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:2081) at templates.default2_cfc$cf.udfCall(/rejsesiden/templates/default2.cfc:29) 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:731) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:604) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:2110) at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:773) at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:2081) at functions.pagehandler_cfc$cf.udfCall7(/tm2022/functions/pagehandler.cfc:778) at functions.pagehandler_cfc$cf.udfCall(/tm2022/functions/pagehandler.cfc) 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.type.scope.UndefinedImpl.call(UndefinedImpl.java:811) at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:773) at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:2081) at functions.pagehandler_cfc$cf.udfCall6(/tm2022/functions/pagehandler.cfc:538) at functions.pagehandler_cfc$cf.udfCall(/tm2022/functions/pagehandler.cfc) 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:731) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:604) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:2110) at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:773) at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:2081) at index_cfm$cf.call(/index.cfm:178) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1118) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1012) at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:213) at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:41) at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2816) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2803) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2774) at lucee.runtime.engine.Request.exe(Request.java:45) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1113) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1070) 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:764) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:890) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1789) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) 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:61) at java.base/java.lang.Thread.run(Unknown Source)
TagContext
Array
Rows: 11
1
Struct
codePrintHTML
string172: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WHERE<br> 173: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;rowindex&nbsp;&gt;=&nbsp;@PageStartIndex<br> <b>174: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;AND&nbsp;rowindex&nbsp;&lt;=&nbsp;@PageEndIndex</b><br> 175: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ORDER&nbsp;BY<br> 176: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;rowindex<br>
codePrintPlain
string172: WHERE 173: rowindex >= @PageStartIndex 174: AND rowindex <= @PageEndIndex 175: ORDER BY 176: rowindex
column
number0
id
string??
line
number174
Raw_Trace
stringfunctions.pageparts.pageparts_helper_cfc$cf.udfCall(/rejsesiden/functions/pageparts/pageparts_helper.cfc:174)
template
string/mnt/webfiles/Rejsesiden_dk/functions/pageparts/pageparts_helper.cfc
type
stringcfml
2
Struct
codePrintHTML
string150: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cftry&gt;<br> 151: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfscript&gt;<br> <b>152: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;var&nbsp;aOffers&nbsp;=&nbsp;getOffers(arguments.sAttributes);</b><br> 153: <br> 154: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;var&nbsp;sReturn&nbsp;=&nbsp;{<br>
codePrintPlain
string150: <cftry> 151: <cfscript> 152: var aOffers = getOffers(arguments.sAttributes); 153: 154: var sReturn = {
column
number0
id
string??
line
number152
Raw_Trace
stringfunctions.pageparts.appoffers_cfc$cf.udfCall(/rejsesiden/functions/pageparts/appoffers.cfc:152)
template
string/mnt/webfiles/Rejsesiden_dk/functions/pageparts/appoffers.cfc
type
stringcfml
3
Struct
codePrintHTML
string225: <br> 226: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if(sValidateAttributes.status&nbsp;==&nbsp;'ok')&nbsp;{<br> <b>227: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;sShortCodeData&nbsp;=&nbsp;getPagePartsInstance(arguments.sShortCode).getData(sLocalAttributes);</b><br> 228: <br> 229: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if(sShortCodeData.status&nbsp;==&nbsp;'ok')&nbsp;{<br>
codePrintPlain
string225: 226: if(sValidateAttributes.status == 'ok') { 227: sShortCodeData = getPagePartsInstance(arguments.sShortCode).getData(sLocalAttributes); 228: 229: if(sShortCodeData.status == 'ok') {
column
number0
id
string??
line
number227
Raw_Trace
stringfunctions.shortcodes_cfc$cf.udfCall2(/tm2022/functions/shortcodes.cfc:227)
template
string/mnt/webfiles/Travelmarket_2011/tm2022/functions/shortcodes.cfc
type
stringcfml
4
Struct
codePrintHTML
string508: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;timerStart(&quot;shortCodeHasData_#arguments.sShortCode.sGroup1#&quot;,&nbsp;&quot;template&quot;);<br> 509: <br> <b>510: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;var&nbsp;sShortCodeData&nbsp;=&nbsp;getShortCodeData(arguments.sShortCode.sGroup0,&nbsp;arguments.sShortCode.sGroup1,&nbsp;arguments.sShortCode.sGroup2);</b><br> 511: <br> 512: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;timerStop(&quot;shortCodeHasData_#arguments.sShortCode.sGroup1#&quot;,&nbsp;&quot;template&quot;);<br>
codePrintPlain
string508: timerStart("shortCodeHasData_#arguments.sShortCode.sGroup1#", "template"); 509: 510: var sShortCodeData = getShortCodeData(arguments.sShortCode.sGroup0, arguments.sShortCode.sGroup1, arguments.sShortCode.sGroup2); 511: 512: timerStop("shortCodeHasData_#arguments.sShortCode.sGroup1#", "template");
column
number0
id
string??
line
number510
Raw_Trace
stringfunctions.shortcodes_cfc$cf.udfCall3(/tm2022/functions/shortcodes.cfc:510)
template
string/mnt/webfiles/Travelmarket_2011/tm2022/functions/shortcodes.cfc
type
stringcfml
5
Struct
codePrintHTML
string172: <br> 173: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if(!structKeyExists(sShortCodeSettings,&nbsp;'data')&nbsp;||&nbsp;(structKeyExists(sShortCodeSettings,&nbsp;'data')&nbsp;&amp;&amp;&nbsp;sShortCodeSettings.data))&nbsp;{<br> <b>174: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if(this.oShortCodes.shortCodeHasData(sShortCodeTag=sShortCodeTag))&nbsp;{</b><br> 175: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;writeOutput(sShortCodeTag);<br> 176: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br>
codePrintPlain
string172: 173: if(!structKeyExists(sShortCodeSettings, 'data') || (structKeyExists(sShortCodeSettings, 'data') && sShortCodeSettings.data)) { 174: if(this.oShortCodes.shortCodeHasData(sShortCodeTag=sShortCodeTag)) { 175: writeOutput(sShortCodeTag); 176: }
column
number0
id
string??
line
number174
Raw_Trace
stringtemplates.templates_helper_cfc$cf.udfCall1(/tm2022/templates/templates_helper.cfc:174)
template
string/mnt/webfiles/Travelmarket_2011/tm2022/templates/templates_helper.cfc
type
stringcfml
6
Struct
codePrintHTML
string99: <br> 100: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;default:<br> <b>101: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;writeShortCode(variables.sContentItem);</b><br> 102: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;break;<br> 103: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br>
codePrintPlain
string99: 100: default: 101: writeShortCode(variables.sContentItem); 102: break; 103: }
column
number0
id
string??
line
number101
Raw_Trace
stringtemplates.templates_helper_cfc$cf.udfCall1(/rejsesiden/templates/templates_helper.cfc:101)
template
string/mnt/webfiles/Rejsesiden_dk/templates/templates_helper.cfc
type
stringcfml
7
Struct
codePrintHTML
string41: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;switch(variables.sContentItem)&nbsp;{<br> 42: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;default:<br> <b>43: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;defaultShortCodeHandling(variables.sContentItem);</b><br> 44: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;break;<br> 45: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br>
codePrintPlain
string41: switch(variables.sContentItem) { 42: default: 43: defaultShortCodeHandling(variables.sContentItem); 44: break; 45: }
column
number0
id
string??
line
number43
Raw_Trace
stringtemplates.templates_helper_cfc$cf.udfCall1(/rejsesiden/templates/templates_helper.cfc:43)
template
string/mnt/webfiles/Rejsesiden_dk/templates/templates_helper.cfc
type
stringcfml
8
Struct
codePrintHTML
string27: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfif&nbsp;structKeyExists(this.sPageSettings.contentorder,&nbsp;&quot;middle&quot;)&nbsp;AND&nbsp;arrayLen(this.sPageSettings.contentorder.middle)&nbsp;NEQ&nbsp;0&gt;<br> 28: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;section&nbsp;class=&quot;boxed&quot;&gt;<br> <b>29: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;defaultContentOrderHandling(&quot;middle&quot;)&gt;</b><br> 30: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/section&gt;<br> 31: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/cfif&gt;<br>
codePrintPlain
string27: <cfif structKeyExists(this.sPageSettings.contentorder, "middle") AND arrayLen(this.sPageSettings.contentorder.middle) NEQ 0> 28: <section class="boxed"> 29: <cfset defaultContentOrderHandling("middle")> 30: </section> 31: </cfif>
column
number0
id
string??
line
number29
Raw_Trace
stringtemplates.default2_cfc$cf.udfCall(/rejsesiden/templates/default2.cfc:29)
template
string/mnt/webfiles/Rejsesiden_dk/templates/default2.cfc
type
stringcfml
9
Struct
codePrintHTML
string776: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br> 777: <br> <b>778: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;sHTML&nbsp;=&nbsp;oTemplate.getHTML();</b><br> 779: <br> 780: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;timerStop('template',&nbsp;'buildPageContent');<br>
codePrintPlain
string776: } 777: 778: sHTML = oTemplate.getHTML(); 779: 780: timerStop('template', 'buildPageContent');
column
number0
id
string??
line
number778
Raw_Trace
stringfunctions.pagehandler_cfc$cf.udfCall7(/tm2022/functions/pagehandler.cfc:778)
template
string/mnt/webfiles/Travelmarket_2011/tm2022/functions/pagehandler.cfc
type
stringcfml
10
Struct
codePrintHTML
string536: <br> 537: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if(arguments.bBuildPageContent)&nbsp;{<br> <b>538: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;this.sPageContent&nbsp;=&nbsp;buildPageContent();</b><br> 539: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br> 540: <br>
codePrintPlain
string536: 537: if(arguments.bBuildPageContent) { 538: this.sPageContent = buildPageContent(); 539: } 540:
column
number0
id
string??
line
number538
Raw_Trace
stringfunctions.pagehandler_cfc$cf.udfCall6(/tm2022/functions/pagehandler.cfc:538)
template
string/mnt/webfiles/Travelmarket_2011/tm2022/functions/pagehandler.cfc
type
stringcfml
11
Struct
codePrintHTML
string176: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;case&nbsp;'content':<br> 177: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;variables.oTimer.start('setPageData');<br> <b>178: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;variables.oPageHandler.setPageData();</b><br> 179: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;variables.oTimer.stop('setPageData');<br> 180: <br>
codePrintPlain
string176: case 'content': 177: variables.oTimer.start('setPageData'); 178: variables.oPageHandler.setPageData(); 179: variables.oTimer.stop('setPageData'); 180:
column
number0
id
string??
line
number178
Raw_Trace
stringindex_cfm$cf.call(/index.cfm:178)
template
string/mnt/webfiles/Rejsesiden_dk/index.cfm
type
stringcfml
type
stringdatabase
where
string