Array |
1 | Struct | codePrintHTML | string | 41: AND COMPANY_ID = #Int(REQUEST.DefaultCompanyID)#<br>
42: AND EXPIRE_DT IS NULL<br>
<b>43: </CFQUERY></b><br>
44: <br>
45: <cfif GetCMSContent.RecordCount IS 1><br>
|
| codePrintPlain | string | 41: AND COMPANY_ID = #Int(REQUEST.DefaultCompanyID)#
42: AND EXPIRE_DT IS NULL
43: </CFQUERY>
44:
45: <cfif GetCMSContent.RecordCount IS 1>
|
| column | | id | | line | | Raw_Trace | string | system.modules.cmscontent.actions.act_getjsoncontentv2_cfm$cf.call(/RootDir/system/modules/CMSContent/Actions/act_GetJSONContentV2.cfm:43) |
| template | string | /www/shopdoterra-iact/system/modules/CMSContent/Actions/act_GetJSONContentV2.cfm |
| type | |
|
2 | Struct | codePrintHTML | string | 3: <cfif not len(trim(attributes.cmscountry)) and not len(trim(attributes.cmslanguage))><cfexit></cfif><!---WF174408 handle if country/language is blank---><br>
4: <br>
<b>5: <cfinclude template="act_GetJSONContentV2.cfm"><Cfexit><!---WF173804 V2 of content generator to split queries for more use of caching---></b><br>
6: <br>
7: <cfif REQUEST.Tier IS "dev" OR IsDefined("CLIENT.SupportLogin")><!---20210719_JMM increase cache time for load---><br>
|
| codePrintPlain | string | 3: <cfif not len(trim(attributes.cmscountry)) and not len(trim(attributes.cmslanguage))><cfexit></cfif><!---WF174408 handle if country/language is blank--->
4:
5: <cfinclude template="act_GetJSONContentV2.cfm"><Cfexit><!---WF173804 V2 of content generator to split queries for more use of caching--->
6:
7: <cfif REQUEST.Tier IS "dev" OR IsDefined("CLIENT.SupportLogin")><!---20210719_JMM increase cache time for load--->
|
| column | | id | | line | | Raw_Trace | string | system.modules.cmscontent.actions.act_getjsoncontent_cfm$cf.call(/RootDir/system/modules/CMSContent/Actions/act_GetJSONContent.cfm:5) |
| template | string | /www/shopdoterra-iact/system/modules/CMSContent/Actions/act_GetJSONContent.cfm |
| type | |
|
3 | Struct | codePrintHTML | string | 65: cmslabellist="#ATTRIBUTES.CMSLabelList#"<br>
66: cmsrequiredcontent="#ATTRIBUTES.CMSRequiredContent#"<br>
<b>67: notoplevelarray="#ATTRIBUTES.NoTopLevelArray#"></b><br>
68: <cfif listLen(ATTRIBUTES.CMSTemplateName) gt 1 AND isDefined("REQUEST.CMSJSONContent")><!---WF175494 content that are arrays not supported pulling more than 1 at a time---><br>
69: <cfset structAppend(local.myCMSJSONContent,REQUEST.CMSJSONContent)><!---WF175494 append REQUEST.CMSJSONContent to temp container as it gets reset each time---><br>
|
| codePrintPlain | string | 65: cmslabellist="#ATTRIBUTES.CMSLabelList#"
66: cmsrequiredcontent="#ATTRIBUTES.CMSRequiredContent#"
67: notoplevelarray="#ATTRIBUTES.NoTopLevelArray#">
68: <cfif listLen(ATTRIBUTES.CMSTemplateName) gt 1 AND isDefined("REQUEST.CMSJSONContent")><!---WF175494 content that are arrays not supported pulling more than 1 at a time--->
69: <cfset structAppend(local.myCMSJSONContent,REQUEST.CMSJSONContent)><!---WF175494 append REQUEST.CMSJSONContent to temp container as it gets reset each time--->
|
| column | | id | | line | | Raw_Trace | string | system.modules.cmscontent.fbx_switch_cfm$cf.call(/RootDir/system/modules/CMSContent/fbx_Switch.cfm:67) |
| template | string | /www/shopdoterra-iact/system/modules/CMSContent/fbx_Switch.cfm |
| type | |
|
4 | Struct | codePrintHTML | string | 68: <cfset Variables.LanguageErrorNotification = ""><br>
69: <cfif NOT IsDefined("REQUEST.CMSJSONContent.error_labels.error_special_characters_not_allowed.content")><br>
<b>70: <cfmodule template="#REQUEST.CallFile('fbx_Switch.cfm', 'CMSContent')#" action="GetCMSContent" CMStemplateName="shophome" CMSLabelList="shophome" CMSRequiredContent="error_labels.error_special_characters_not_allowed.content"><!--- WF172508 - Devante H ---></b><br>
71: </cfif><br>
72: <cfif IsDefined("REQUEST.CMSJSONContent.shophome_labels.shop_previous_site.content") AND REQUEST.CMSJSONContent.shophome_labels.shop_previous_site.content NEQ ''><br>
|
| codePrintPlain | string | 68: <cfset Variables.LanguageErrorNotification = "">
69: <cfif NOT IsDefined("REQUEST.CMSJSONContent.error_labels.error_special_characters_not_allowed.content")>
70: <cfmodule template="#REQUEST.CallFile('fbx_Switch.cfm', 'CMSContent')#" action="GetCMSContent" CMStemplateName="shophome" CMSLabelList="shophome" CMSRequiredContent="error_labels.error_special_characters_not_allowed.content"><!--- WF172508 - Devante H --->
71: </cfif>
72: <cfif IsDefined("REQUEST.CMSJSONContent.shophome_labels.shop_previous_site.content") AND REQUEST.CMSJSONContent.shophome_labels.shop_previous_site.content NEQ ''>
|
| column | | id | | line | | Raw_Trace | string | custom.sharedconfig.ita.cfg_companyapplication_cfm$cf.call(/RootDir/custom/sharedconfig/ITA/cfg_CompanyApplication.cfm:70) |
| template | string | /www/shopdoterra-iact/custom/sharedconfig/ITA/cfg_CompanyApplication.cfm |
| type | |
|
5 | Struct | codePrintHTML | string | 220: include "../custom/sharedconfig/EO/cfg_CompanyApplication.cfm";<br>
221: } else if (StructKeyExists(REQUEST.ParsedURL, 'ParsedCountry') AND REQUEST.ParsedURL['ParsedCountry'] NEQ "" AND FileExists("../custom/sharedconfig/#REQUEST.ParsedURL['ParsedCountry']#/cfg_CompanyApplication.cfm")) {<br>
<b>222: include "../custom/sharedconfig/#REQUEST.ParsedURL['ParsedCountry']#/cfg_CompanyApplication.cfm";</b><br>
223: } else if (REQUEST.getUserCurrentCountry() NEQ "" AND FileExists("../custom/sharedconfig/#REQUEST.getUserCurrentCountry()#/cfg_CompanyApplication.cfm")) {<br>
224: include "../custom/sharedconfig/#REQUEST.getUserCurrentCountry()#/cfg_CompanyApplication.cfm";<br>
|
| codePrintPlain | string | 220: include "../custom/sharedconfig/EO/cfg_CompanyApplication.cfm";
221: } else if (StructKeyExists(REQUEST.ParsedURL, 'ParsedCountry') AND REQUEST.ParsedURL['ParsedCountry'] NEQ "" AND FileExists("../custom/sharedconfig/#REQUEST.ParsedURL['ParsedCountry']#/cfg_CompanyApplication.cfm")) {
222: include "../custom/sharedconfig/#REQUEST.ParsedURL['ParsedCountry']#/cfg_CompanyApplication.cfm";
223: } else if (REQUEST.getUserCurrentCountry() NEQ "" AND FileExists("../custom/sharedconfig/#REQUEST.getUserCurrentCountry()#/cfg_CompanyApplication.cfm")) {
224: include "../custom/sharedconfig/#REQUEST.getUserCurrentCountry()#/cfg_CompanyApplication.cfm";
|
| column | | id | | line | | Raw_Trace | string | wwwroot.companyapplication_cfm$cf.call(/RootDir/wwwroot/CompanyApplication.cfm:222) |
| template | string | /www/shopdoterra-iact/wwwroot/CompanyApplication.cfm |
| type | |
|
6 | Struct | codePrintHTML | string | 161: <br>
162: <!--- CF MX 7 fix. CompanyApplication is uniqe to a client, so make sure it pulls from that dir. Linked files include from where the original file's location, not where the link is ---><br>
<b>163: <CFINCLUDE TEMPLATE="/RootDir/wwwroot/CompanyApplication.cfm"></b><br>
164: <br>
165: <cfset REQUEST.DTScacheParam = ""><br>
|
| codePrintPlain | string | 161:
162: <!--- CF MX 7 fix. CompanyApplication is uniqe to a client, so make sure it pulls from that dir. Linked files include from where the original file's location, not where the link is --->
163: <CFINCLUDE TEMPLATE="/RootDir/wwwroot/CompanyApplication.cfm">
164:
165: <cfset REQUEST.DTScacheParam = "">
|
| column | | id | | line | | Raw_Trace | string | system.sharedconfig.cfg_application_cfm$cf.call(/RootDir/system/sharedconfig/cfg_Application.cfm:163) |
| template | string | /www/shopdoterra-iact/system/sharedconfig/cfg_Application.cfm |
| type | |
|
7 | Struct | codePrintHTML | string | 292: </cfif><br>
293: <cfscript><br>
<b>294: include "/RootDir/system/sharedconfig/cfg_Application.cfm";</b><br>
295: </cfscript><br>
296: <cfif StructKeyExists(this,'CustomOnRequestStart')><br>
|
| codePrintPlain | string | 292: </cfif>
293: <cfscript>
294: include "/RootDir/system/sharedconfig/cfg_Application.cfm";
295: </cfscript>
296: <cfif StructKeyExists(this,'CustomOnRequestStart')>
|
| column | | id | | line | | Raw_Trace | string | __138.system.sharedconfig.udf_applicationmethods_cfm$cf.udfCall(../system/sharedconfig/udf_ApplicationMethods.cfm:294) |
| template | string | /www/shopdoterra-iact/system/sharedconfig/udf_ApplicationMethods.cfm |
| type | |
|