The following query took 0.0009s an returned row(s)
Triggered by: Convert::raw2sql:183 > Subsite::getSubsiteIDForDomain:257 > InitStateMiddleware->detectSubsiteId:97 > InitStateMiddleware->process:41
SET
sql_mode = 'ANSI'
The following query took 0.0011s an returned 1 row(s)
Triggered by: Convert::raw2sql:183 > Subsite::getSubsiteIDForDomain:257 > InitStateMiddleware->detectSubsiteId:97 > InitStateMiddleware->process:41
SHOW DATABASES LIKE 'silverstripe'
array:1 [
"Database (silverstripe)" => "silverstripe"
]
The following query took 0.0024s an returned 1 row(s)
Triggered by: Subsite::getSubsiteIDForDomain:281 > InitStateMiddleware->detectSubsiteId:97 > InitStateMiddleware->process:41 > LoginSessionMiddleware->process:30
SELECT
DISTINCT count(DISTINCT "SubsiteDomain"."ID") AS "Count"
FROM
"SubsiteDomain"
INNER JOIN "Subsite" ON "Subsite"."ID" = "SubsiteDomain"."SubsiteID"
AND "Subsite"."IsPublic" = 1
WHERE
(
'test.wellkiwis.co.nz' LIKE replace(
"SubsiteDomain"."Domain", '*', '%'
)
)
array:1 [
"Count" => 1
]
The following query took 0.0009s an returned 1 row(s)
Triggered by: Subsite::getSubsiteIDForDomain:282 > InitStateMiddleware->detectSubsiteId:97 > InitStateMiddleware->process:41 > LoginSessionMiddleware->process:30
SELECT
"SubsiteDomain"."SubsiteID",
"SubsiteDomain"."IsPrimary" AS "_SortColumn0"
FROM
"SubsiteDomain"
INNER JOIN "Subsite" ON "Subsite"."ID" = "SubsiteDomain"."SubsiteID"
AND "Subsite"."IsPublic" = 1
WHERE
(
'test.wellkiwis.co.nz' LIKE replace(
"SubsiteDomain"."Domain", '*', '%'
)
)
ORDER BY
"_SortColumn0" DESC
array:2 [
"SubsiteID" => 36
"_SortColumn0" => 0
]
The following query took 0.0009s an returned 1 row(s)
Triggered by: Subsite::getSubsiteIDForDomain:283 > InitStateMiddleware->detectSubsiteId:97 > InitStateMiddleware->process:41 > LoginSessionMiddleware->process:30
SELECT
"SubsiteDomain"."Domain",
"SubsiteDomain"."IsPrimary" AS "_SortColumn0"
FROM
"SubsiteDomain"
INNER JOIN "Subsite" ON "Subsite"."ID" = "SubsiteDomain"."SubsiteID"
AND "Subsite"."IsPublic" = 1
WHERE
(
'test.wellkiwis.co.nz' LIKE replace(
"SubsiteDomain"."Domain", '*', '%'
)
)
ORDER BY
"_SortColumn0" DESC
array:2 [
"Domain" => "test.wellkiwis.co.nz"
"_SortColumn0" => 0
]
The following query took 0.0027s an returned 35 row(s)
Triggered by: Security::database_is_ready:1113 > AuditHook->onAfterInit:362 > Extension->invokeExtension:142 > Controller->doInit:131
SHOW FULL FIELDS IN "Member"
"ID,ClassName,Created,LastEdited,FirstName,Surname,Email,Password,RememberLoginToken,NumVisit,LastVisited,AutoLoginHash,AutoLoginExpired,PasswordEncryption,Salt,PasswordExpiry,LockedOutUntil,Locale,FailedLoginCount,DateFormat,TimeFormat,ValidationKey,NeedsValidation,NeedsApproval,PublicFieldsRaw,ProfilePageID,Company,TempIDHash,TempIDExpired,URLSegment,BlogProfileSummary,BlogProfileImageID,SAMLSessionIndex,GUID,SsoAttributes"
The following query took 0.0008s an returned 1 row(s)
Triggered by: Security::database_is_ready:1113 > AuditHook->onAfterInit:362 > Extension->invokeExtension:142 > Controller->doInit:131
SHOW COLLATION LIKE 'utf8_general_ci'
array:6 [
"Collation" => "utf8_general_ci"
"Charset" => "utf8"
"Id" => 33
"Default" => "Yes"
"Compiled" => "Yes"
"Sortlen" => 1
]
The following query took 0.0011s an returned 12 row(s)
Triggered by: Security::database_is_ready:1113 > AuditHook->onAfterInit:362 > Extension->invokeExtension:142 > Controller->doInit:131
SHOW FULL FIELDS IN "Group"
"ID,ClassName,Created,LastEdited,Title,Description,Code,Locked,Sort,HtmlEditorConfig,AccessAllSubsites,ParentID"
The following query took 0.0012s an returned 8 row(s)
Triggered by: Security::database_is_ready:1113 > AuditHook->onAfterInit:362 > Extension->invokeExtension:142 > Controller->doInit:131
SHOW FULL FIELDS IN "Permission"
"ID,ClassName,Created,LastEdited,Code,Arg,Type,GroupID"
The following query took 0.0027s an returned 1 row(s)
Triggered by: ModelAsController->getNestedController:126
SELECT
DISTINCT "SiteTree_Live"."ClassName",
"SiteTree_Live"."LastEdited",
"SiteTree_Live"."Created",
"SiteTree_Live"."Priority",
"SiteTree_Live"."ShareTokenSalt",
"SiteTree_Live"."ContentReviewType",
"SiteTree_Live"."ReviewPeriodDays",
"SiteTree_Live"."NextReviewDate",
"SiteTree_Live"."LastEditedByName",
"SiteTree_Live"."OwnerNames",
"SiteTree_Live"."ProvideComments",
"SiteTree_Live"."ModerationRequired",
"SiteTree_Live"."CommentsRequireLogin",
"SiteTree_Live"."ShowPageUtilities",
"SiteTree_Live"."AlgoliaIndexed",
"SiteTree_Live"."AlgoliaError",
"SiteTree_Live"."AlgoliaUUID",
"SiteTree_Live"."CanViewType",
"SiteTree_Live"."CanEditType",
"SiteTree_Live"."Version",
"SiteTree_Live"."URLSegment",
"SiteTree_Live"."Title",
"SiteTree_Live"."MenuTitle",
"SiteTree_Live"."Content",
"SiteTree_Live"."MetaDescription",
"SiteTree_Live"."ExtraMeta",
"SiteTree_Live"."ShowInMenus",
"SiteTree_Live"."ShowInSearch",
"SiteTree_Live"."Sort",
"SiteTree_Live"."HasBrokenFile",
"SiteTree_Live"."HasBrokenLink",
"SiteTree_Live"."ReportClass",
"SiteTree_Live"."WorkflowDefinitionID",
"SiteTree_Live"."SubsiteID",
"SiteTree_Live"."ParentID",
"SiteTree_Live"."ID",
CASE WHEN "SiteTree_Live"."ClassName" IS NOT NULL THEN
"SiteTree_Live"."ClassName"
ELSE
'SilverStripe\\CMS\\Model\\SiteTree'
END AS "RecordClassName"
FROM
"SiteTree_Live"
WHERE
(
"SiteTree_Live"."URLSegment" = 'news-and-findings'
)
AND ("SiteTree_Live"."ParentID" = 0)
AND (
"SiteTree_Live"."SubsiteID" IN (36)
)
ORDER BY
"SiteTree_Live"."Sort" ASC
LIMIT
1
array:37 [
"ClassName" => "Page"
"LastEdited" => "2024-09-27 09:26:36"
"Created" => "2021-06-03 09:39:34"
"Priority" => null
"ShareTokenSalt" => null
"ContentReviewType" => "Inherit"
"ReviewPeriodDays" => 0
"NextReviewDate" => null
"LastEditedByName" => "Martiza Marull"
"OwnerNames" => null
"ProvideComments" => 0
"ModerationRequired" => "None"
"CommentsRequireLogin" => 0
"ShowPageUtilities" => 0
"AlgoliaIndexed" => null
"AlgoliaError" => null
"AlgoliaUUID" => null
"CanViewType" => "Inherit"
"CanEditType" => "Inherit"
"Version" => 106
"URLSegment" => "news-and-findings"
"Title" => "Study Reports & News"
"MenuTitle" => null
"Content" => null
"MetaDescription" => null
"ExtraMeta" => null
"ShowInMenus" => 1
"ShowInSearch" => 1
"Sort" => 6
"HasBrokenFile" => 0
"HasBrokenLink" => 0
"ReportClass" => null
"WorkflowDefinitionID" => 0
"SubsiteID" => 36
"ParentID" => 0
"ID" => 2819
"RecordClassName" => "Page"
]
The following query took 0.0037s an returned 1 row(s)
Triggered by: ContentController->handleRequest:207
SELECT
DISTINCT "SiteTree_Live"."ClassName",
"SiteTree_Live"."LastEdited",
"SiteTree_Live"."Created",
"SiteTree_Live"."Priority",
"SiteTree_Live"."ShareTokenSalt",
"SiteTree_Live"."ContentReviewType",
"SiteTree_Live"."ReviewPeriodDays",
"SiteTree_Live"."NextReviewDate",
"SiteTree_Live"."LastEditedByName",
"SiteTree_Live"."OwnerNames",
"SiteTree_Live"."ProvideComments",
"SiteTree_Live"."ModerationRequired",
"SiteTree_Live"."CommentsRequireLogin",
"SiteTree_Live"."ShowPageUtilities",
"SiteTree_Live"."AlgoliaIndexed",
"SiteTree_Live"."AlgoliaError",
"SiteTree_Live"."AlgoliaUUID",
"SiteTree_Live"."CanViewType",
"SiteTree_Live"."CanEditType",
"SiteTree_Live"."Version",
"SiteTree_Live"."URLSegment",
"SiteTree_Live"."Title",
"SiteTree_Live"."MenuTitle",
"SiteTree_Live"."Content",
"SiteTree_Live"."MetaDescription",
"SiteTree_Live"."ExtraMeta",
"SiteTree_Live"."ShowInMenus",
"SiteTree_Live"."ShowInSearch",
"SiteTree_Live"."Sort",
"SiteTree_Live"."HasBrokenFile",
"SiteTree_Live"."HasBrokenLink",
"SiteTree_Live"."ReportClass",
"SiteTree_Live"."WorkflowDefinitionID",
"SiteTree_Live"."SubsiteID",
"SiteTree_Live"."ParentID",
"SiteTree_Live"."ID",
CASE WHEN "SiteTree_Live"."ClassName" IS NOT NULL THEN
"SiteTree_Live"."ClassName"
ELSE
'SilverStripe\\CMS\\Model\\SiteTree'
END AS "RecordClassName"
FROM
"SiteTree_Live"
WHERE
(
"SiteTree_Live"."ParentID" = 2819
)
AND (
"SiteTree_Live"."URLSegment" = 'published-papers-news'
)
AND (
"SiteTree_Live"."SubsiteID" IN (36)
)
ORDER BY
"SiteTree_Live"."Sort" ASC
LIMIT
1
array:37 [
"ClassName" => "Page"
"LastEdited" => "2024-06-07 09:24:30"
"Created" => "2021-06-03 09:56:56"
"Priority" => null
"ShareTokenSalt" => null
"ContentReviewType" => "Inherit"
"ReviewPeriodDays" => 0
"NextReviewDate" => null
"LastEditedByName" => "Ruth Seeds"
"OwnerNames" => null
"ProvideComments" => 0
"ModerationRequired" => "None"
"CommentsRequireLogin" => 0
"ShowPageUtilities" => 0
"AlgoliaIndexed" => null
"AlgoliaError" => null
"AlgoliaUUID" => null
"CanViewType" => "Inherit"
"CanEditType" => "Inherit"
"Version" => 19
"URLSegment" => "published-papers-news"
"Title" => "Published Papers & News"
"MenuTitle" => null
"Content" => null
"MetaDescription" => null
"ExtraMeta" => null
"ShowInMenus" => 1
"ShowInSearch" => 1
"Sort" => 2
"HasBrokenFile" => 0
"HasBrokenLink" => 0
"ReportClass" => null
"WorkflowDefinitionID" => 0
"SubsiteID" => 36
"ParentID" => 2819
"ID" => 2823
"RecordClassName" => "Page"
]
The following query took 0.0019s an returned 1 row(s)
Triggered by: SiteTree->RelativeLink:711 > RootURLController::should_be_on_root:59 > ContentController->init:153
SELECT
DISTINCT "SiteTree_Live"."ClassName",
"SiteTree_Live"."LastEdited",
"SiteTree_Live"."Created",
"SiteTree_Live"."Priority",
"SiteTree_Live"."ShareTokenSalt",
"SiteTree_Live"."ContentReviewType",
"SiteTree_Live"."ReviewPeriodDays",
"SiteTree_Live"."NextReviewDate",
"SiteTree_Live"."LastEditedByName",
"SiteTree_Live"."OwnerNames",
"SiteTree_Live"."ProvideComments",
"SiteTree_Live"."ModerationRequired",
"SiteTree_Live"."CommentsRequireLogin",
"SiteTree_Live"."ShowPageUtilities",
"SiteTree_Live"."AlgoliaIndexed",
"SiteTree_Live"."AlgoliaError",
"SiteTree_Live"."AlgoliaUUID",
"SiteTree_Live"."CanViewType",
"SiteTree_Live"."CanEditType",
"SiteTree_Live"."Version",
"SiteTree_Live"."URLSegment",
"SiteTree_Live"."Title",
"SiteTree_Live"."MenuTitle",
"SiteTree_Live"."Content",
"SiteTree_Live"."MetaDescription",
"SiteTree_Live"."ExtraMeta",
"SiteTree_Live"."ShowInMenus",
"SiteTree_Live"."ShowInSearch",
"SiteTree_Live"."Sort",
"SiteTree_Live"."HasBrokenFile",
"SiteTree_Live"."HasBrokenLink",
"SiteTree_Live"."ReportClass",
"SiteTree_Live"."WorkflowDefinitionID",
"SiteTree_Live"."SubsiteID",
"SiteTree_Live"."ParentID",
"SiteTree_Live"."ID",
CASE WHEN "SiteTree_Live"."ClassName" IS NOT NULL THEN
"SiteTree_Live"."ClassName"
ELSE
'SilverStripe\\CMS\\Model\\SiteTree'
END AS "RecordClassName"
FROM
"SiteTree_Live"
WHERE
("SiteTree_Live"."ID" = 2819)
ORDER BY
"SiteTree_Live"."Sort" ASC
LIMIT
1
array:37 [
"ClassName" => "Page"
"LastEdited" => "2024-09-27 09:26:36"
"Created" => "2021-06-03 09:39:34"
"Priority" => null
"ShareTokenSalt" => null
"ContentReviewType" => "Inherit"
"ReviewPeriodDays" => 0
"NextReviewDate" => null
"LastEditedByName" => "Martiza Marull"
"OwnerNames" => null
"ProvideComments" => 0
"ModerationRequired" => "None"
"CommentsRequireLogin" => 0
"ShowPageUtilities" => 0
"AlgoliaIndexed" => null
"AlgoliaError" => null
"AlgoliaUUID" => null
"CanViewType" => "Inherit"
"CanEditType" => "Inherit"
"Version" => 106
"URLSegment" => "news-and-findings"
"Title" => "Study Reports & News"
"MenuTitle" => null
"Content" => null
"MetaDescription" => null
"ExtraMeta" => null
"ShowInMenus" => 1
"ShowInSearch" => 1
"Sort" => 6
"HasBrokenFile" => 0
"HasBrokenLink" => 0
"ReportClass" => null
"WorkflowDefinitionID" => 0
"SubsiteID" => 36
"ParentID" => 0
"ID" => 2819
"RecordClassName" => "Page"
]
The following query took 0.0019s an returned 1 row(s)
Triggered by: Subsite::currentSubsite:188 > SiteTreeSubsites::contentcontrollerInit:401 > Extension->invokeExtension:142 > ContentController->init:169
SELECT
DISTINCT "Subsite"."ClassName",
"Subsite"."LastEdited",
"Subsite"."Created",
"Subsite"."Title",
"Subsite"."RedirectURL",
"Subsite"."DefaultSite",
"Subsite"."Theme",
"Subsite"."Language",
"Subsite"."IsPublic",
"Subsite"."PageTypeBlacklist",
"Subsite"."ID",
CASE WHEN "Subsite"."ClassName" IS NOT NULL THEN
"Subsite"."ClassName"
ELSE
'SilverStripe\\Subsites\\Model\\Subsite'
END AS "RecordClassName"
FROM
"Subsite"
WHERE
("Subsite"."ID" = 36)
ORDER BY
"Subsite"."Title" ASC
LIMIT
1
array:12 [
"ClassName" => "SilverStripe\Subsites\Model\Subsite"
"LastEdited" => "2021-06-08 16:43:18"
"Created" => "2021-05-07 13:47:27"
"Title" => "Wellkiwis2021"
"RedirectURL" => null
"DefaultSite" => 0
"Theme" => "wellkiwis"
"Language" => "en_US"
"IsPublic" => 1
"PageTypeBlacklist" => "["ESR\\ESR\\Pages\\EsrNewsHolder","ESR\\ESR\\Pages\\EsrPublicationPage","ESR\\ESR\\Pages\\EsrPublicationHolder","ESR\\ESR\\Pages\\EsrCaseStudyHolderPage","ESR\\ESR\\Pages\\EsrCaseStudyPage","ESR\\ESR\\Pages\\EsrDeptPage","ESR\\ESR\\Pages\\EsrFeatureHolder","ESR\\ESR\\Pages\\EsrFeedDisplayPage","ESR\\ESR\\Pages\\EsrFullWidthPage","ESR\\ESR\\Pages\\EsrHolder","ESR\\ESR\\Pages\\EsrHomePage","ESR\\ESR\\Pages\\EsrPage","ESR\\ESR\\Pages\\EsrProfileHolderPage","ESR\\ESR\\Pages\\EsrProfilePage","ESR\\ESR\\Pages\\EsrSectionPage","Strmix\\Strmix\\Pages\\StrmixCookiePolicyPage","Strmix\\Strmix\\Pages\\StrmixHomePage","Strmix\\Strmix\\Pages\\StrmixNewsHolder","Strmix\\Strmix\\Pages\\StrmixNewsPage","Strmix\\Strmix\\Pages\\StrmixPage"]"
"ID" => 36
"RecordClassName" => "SilverStripe\Subsites\Model\Subsite"
]
The following query took 0.0022s an returned 1 row(s)
Triggered by: SiteTreeSubsites->alternateSiteConfig:304 > Extension->invokeExtension:142 > SiteTree->getSiteConfig:1410 > SiteTree->canView:1212
SELECT
DISTINCT "SiteConfig"."ClassName",
"SiteConfig"."LastEdited",
"SiteConfig"."Created",
"SiteConfig"."ReviewPeriodDays",
"SiteConfig"."ReviewFrom",
"SiteConfig"."ReviewSubject",
"SiteConfig"."ReviewBody",
"SiteConfig"."GACode",
"SiteConfig"."FacebookURL",
"SiteConfig"."TwitterUsername",
"SiteConfig"."FooterLogoLink",
"SiteConfig"."FooterLogoDescription",
"SiteConfig"."FooterLogoSecondaryLink",
"SiteConfig"."FooterLogoSecondaryDescription",
"SiteConfig"."EmptySearch",
"SiteConfig"."NoSearchResults",
"SiteConfig"."MainFontFamily",
"SiteConfig"."HeaderBackground",
"SiteConfig"."NavigationBarBackground",
"SiteConfig"."CarouselBackground",
"SiteConfig"."FooterBackground",
"SiteConfig"."AccentColor",
"SiteConfig"."TextLinkColor",
"SiteConfig"."CookieConsentTitle",
"SiteConfig"."CookieConsentContent",
"SiteConfig"."FacebookPixelID",
"SiteConfig"."CustAlertTitle",
"SiteConfig"."CustAlertType",
"SiteConfig"."CustAlertBody",
"SiteConfig"."CustAlertToggle",
"SiteConfig"."RedirectAllSiteTrafficTo",
"SiteConfig"."NoIndex",
"SiteConfig"."MethCalcTimeoutThreshold",
"SiteConfig"."MethCalcRequestThreshold",
"SiteConfig"."MethCalcWhitelist",
"SiteConfig"."MethCalcSwabAreaDesc",
"SiteConfig"."MethCalcRoomAreaDesc",
"SiteConfig"."MethCalcTestValueDesc",
"SiteConfig"."MethCalcUserTypeDesc",
"SiteConfig"."MethCalcDescription",
"SiteConfig"."MethCalcDisclaimer",
"SiteConfig"."MethCalcGTA",
"SiteConfig"."MethCalcGTM",
"SiteConfig"."IncludeSearch",
"SiteConfig"."ContactTitle",
"SiteConfig"."ContactText",
"SiteConfig"."ContactEmail",
"SiteConfig"."ContactPhone",
"SiteConfig"."HideContact",
"SiteConfig"."LinkedinID",
"SiteConfig"."YoutubeURL",
"SiteConfig"."InstagramURL",
"SiteConfig"."CopyrightText",
"SiteConfig"."CopyrightLink",
"SiteConfig"."EnableNewFooter",
"SiteConfig"."FooterColor",
"SiteConfig"."Title",
"SiteConfig"."Tagline",
"SiteConfig"."CanViewType",
"SiteConfig"."CanEditType",
"SiteConfig"."CanCreateTopLevelType",
"SiteConfig"."SubsiteID",
"SiteConfig"."LogoID",
"SiteConfig"."LogoRetinaID",
"SiteConfig"."FooterLogoID",
"SiteConfig"."FooterLogoRetinaID",
"SiteConfig"."FooterLogoSecondaryID",
"SiteConfig"."FavIconID",
"SiteConfig"."AppleTouchIcon144ID",
"SiteConfig"."AppleTouchIcon114ID",
"SiteConfig"."AppleTouchIcon72ID",
"SiteConfig"."AppleTouchIcon57ID",
"SiteConfig"."WellKiwisLinkID",
"SiteConfig"."MethCalcLogoID",
"SiteConfig"."ContactLinkID",
"SiteConfig"."ID",
CASE WHEN "SiteConfig"."ClassName" IS NOT NULL THEN
"SiteConfig"."ClassName"
ELSE
'SilverStripe\\SiteConfig\\SiteConfig'
END AS "RecordClassName"
FROM
"SiteConfig"
WHERE
("SubsiteID" = 36)
LIMIT
1
array:77 [
"ClassName" => "SilverStripe\SiteConfig\SiteConfig"
"LastEdited" => "2024-10-24 19:54:15"
"Created" => "2021-05-07 13:47:27"
"ReviewPeriodDays" => 0
"ReviewFrom" => "cwp@cloudmail.esr.cri.nz"
"ReviewSubject" => "Page(s) are due for content review"
"ReviewBody" => "<h2>Page(s) due for review</h2><p>There are $PagesCount pages that are due for review today by you.</p>"
"GACode" => "UA-5114971-29"
"FacebookURL" => null
"TwitterUsername" => null
"FooterLogoLink" => null
"FooterLogoDescription" => null
"FooterLogoSecondaryLink" => "https://www.esr.cri.nz"
"FooterLogoSecondaryDescription" => null
"EmptySearch" => null
"NoSearchResults" => null
"MainFontFamily" => "fira-sans"
"HeaderBackground" => "oasis"
"NavigationBarBackground" => "oasis"
"CarouselBackground" => "white"
"FooterBackground" => "rodeo-dust"
"AccentColor" => "vivid-pink"
"TextLinkColor" => "default-accent"
"CookieConsentTitle" => null
"CookieConsentContent" => null
"FacebookPixelID" => "1747838755393077"
"CustAlertTitle" => "To find out how the planned stri"
"CustAlertType" => "grass"
"CustAlertBody" => "<p>To find out how the planned strike action could affect sample collection, please click <a href="https://www.wellkiwis.co.nz/providing-blood-samples/scl-collection/">here</a>.</p>"
"CustAlertToggle" => 1
"RedirectAllSiteTrafficTo" => null
"NoIndex" => 0
"MethCalcTimeoutThreshold" => null
"MethCalcRequestThreshold" => null
"MethCalcWhitelist" => null
"MethCalcSwabAreaDesc" => null
"MethCalcRoomAreaDesc" => null
"MethCalcTestValueDesc" => null
"MethCalcUserTypeDesc" => null
"MethCalcDescription" => null
"MethCalcDisclaimer" => null
"MethCalcGTA" => null
"MethCalcGTM" => null
"IncludeSearch" => 0
"ContactTitle" => "Contact us"
"ContactText" => null
"ContactEmail" => "wellkiwis@esr.cri.nz"
"ContactPhone" => "0800 493555 (08004WELLKIWI)"
"HideContact" => 1
"LinkedinID" => null
"YoutubeURL" => null
"InstagramURL" => "wellkiwis"
"CopyrightText" => "<p><span>© 2023 Wellkiwis</span></p>"
"CopyrightLink" => null
"EnableNewFooter" => 1
"FooterColor" => null
"Title" => "Wellkiwis"
"Tagline" => null
"CanViewType" => "Anyone"
"CanEditType" => "LoggedInUsers"
"CanCreateTopLevelType" => "LoggedInUsers"
"SubsiteID" => 36
"LogoID" => 6506
"LogoRetinaID" => 0
"FooterLogoID" => 6521
"FooterLogoRetinaID" => 0
"FooterLogoSecondaryID" => 8355
"FavIconID" => 0
"AppleTouchIcon144ID" => 0
"AppleTouchIcon114ID" => 0
"AppleTouchIcon72ID" => 0
"AppleTouchIcon57ID" => 0
"WellKiwisLinkID" => 0
"MethCalcLogoID" => 0
"ContactLinkID" => 0
"ID" => 43
"RecordClassName" => "SilverStripe\SiteConfig\SiteConfig"
]
The following query took 0.0022s an returned 1 row(s)
Triggered by: Subsite::currentSubsite:188 > PageController->init:30
SELECT
DISTINCT "Subsite"."ClassName",
"Subsite"."LastEdited",
"Subsite"."Created",
"Subsite"."Title",
"Subsite"."RedirectURL",
"Subsite"."DefaultSite",
"Subsite"."Theme",
"Subsite"."Language",
"Subsite"."IsPublic",
"Subsite"."PageTypeBlacklist",
"Subsite"."ID",
CASE WHEN "Subsite"."ClassName" IS NOT NULL THEN
"Subsite"."ClassName"
ELSE
'SilverStripe\\Subsites\\Model\\Subsite'
END AS "RecordClassName"
FROM
"Subsite"
WHERE
("Subsite"."ID" = 36)
ORDER BY
"Subsite"."Title" ASC
LIMIT
1
array:12 [
"ClassName" => "SilverStripe\Subsites\Model\Subsite"
"LastEdited" => "2021-06-08 16:43:18"
"Created" => "2021-05-07 13:47:27"
"Title" => "Wellkiwis2021"
"RedirectURL" => null
"DefaultSite" => 0
"Theme" => "wellkiwis"
"Language" => "en_US"
"IsPublic" => 1
"PageTypeBlacklist" => "["ESR\\ESR\\Pages\\EsrNewsHolder","ESR\\ESR\\Pages\\EsrPublicationPage","ESR\\ESR\\Pages\\EsrPublicationHolder","ESR\\ESR\\Pages\\EsrCaseStudyHolderPage","ESR\\ESR\\Pages\\EsrCaseStudyPage","ESR\\ESR\\Pages\\EsrDeptPage","ESR\\ESR\\Pages\\EsrFeatureHolder","ESR\\ESR\\Pages\\EsrFeedDisplayPage","ESR\\ESR\\Pages\\EsrFullWidthPage","ESR\\ESR\\Pages\\EsrHolder","ESR\\ESR\\Pages\\EsrHomePage","ESR\\ESR\\Pages\\EsrPage","ESR\\ESR\\Pages\\EsrProfileHolderPage","ESR\\ESR\\Pages\\EsrProfilePage","ESR\\ESR\\Pages\\EsrSectionPage","Strmix\\Strmix\\Pages\\StrmixCookiePolicyPage","Strmix\\Strmix\\Pages\\StrmixHomePage","Strmix\\Strmix\\Pages\\StrmixNewsHolder","Strmix\\Strmix\\Pages\\StrmixNewsPage","Strmix\\Strmix\\Pages\\StrmixPage"]"
"ID" => 36
"RecordClassName" => "SilverStripe\Subsites\Model\Subsite"
]
The following query took 0.0012s an returned 1 row(s)
Triggered by: SiteConfig::current_site_config:342 > PageController->init:43
SELECT
DISTINCT "SiteConfig"."ClassName",
"SiteConfig"."LastEdited",
"SiteConfig"."Created",
"SiteConfig"."ReviewPeriodDays",
"SiteConfig"."ReviewFrom",
"SiteConfig"."ReviewSubject",
"SiteConfig"."ReviewBody",
"SiteConfig"."GACode",
"SiteConfig"."FacebookURL",
"SiteConfig"."TwitterUsername",
"SiteConfig"."FooterLogoLink",
"SiteConfig"."FooterLogoDescription",
"SiteConfig"."FooterLogoSecondaryLink",
"SiteConfig"."FooterLogoSecondaryDescription",
"SiteConfig"."EmptySearch",
"SiteConfig"."NoSearchResults",
"SiteConfig"."MainFontFamily",
"SiteConfig"."HeaderBackground",
"SiteConfig"."NavigationBarBackground",
"SiteConfig"."CarouselBackground",
"SiteConfig"."FooterBackground",
"SiteConfig"."AccentColor",
"SiteConfig"."TextLinkColor",
"SiteConfig"."CookieConsentTitle",
"SiteConfig"."CookieConsentContent",
"SiteConfig"."FacebookPixelID",
"SiteConfig"."CustAlertTitle",
"SiteConfig"."CustAlertType",
"SiteConfig"."CustAlertBody",
"SiteConfig"."CustAlertToggle",
"SiteConfig"."RedirectAllSiteTrafficTo",
"SiteConfig"."NoIndex",
"SiteConfig"."MethCalcTimeoutThreshold",
"SiteConfig"."MethCalcRequestThreshold",
"SiteConfig"."MethCalcWhitelist",
"SiteConfig"."MethCalcSwabAreaDesc",
"SiteConfig"."MethCalcRoomAreaDesc",
"SiteConfig"."MethCalcTestValueDesc",
"SiteConfig"."MethCalcUserTypeDesc",
"SiteConfig"."MethCalcDescription",
"SiteConfig"."MethCalcDisclaimer",
"SiteConfig"."MethCalcGTA",
"SiteConfig"."MethCalcGTM",
"SiteConfig"."IncludeSearch",
"SiteConfig"."ContactTitle",
"SiteConfig"."ContactText",
"SiteConfig"."ContactEmail",
"SiteConfig"."ContactPhone",
"SiteConfig"."HideContact",
"SiteConfig"."LinkedinID",
"SiteConfig"."YoutubeURL",
"SiteConfig"."InstagramURL",
"SiteConfig"."CopyrightText",
"SiteConfig"."CopyrightLink",
"SiteConfig"."EnableNewFooter",
"SiteConfig"."FooterColor",
"SiteConfig"."Title",
"SiteConfig"."Tagline",
"SiteConfig"."CanViewType",
"SiteConfig"."CanEditType",
"SiteConfig"."CanCreateTopLevelType",
"SiteConfig"."SubsiteID",
"SiteConfig"."LogoID",
"SiteConfig"."LogoRetinaID",
"SiteConfig"."FooterLogoID",
"SiteConfig"."FooterLogoRetinaID",
"SiteConfig"."FooterLogoSecondaryID",
"SiteConfig"."FavIconID",
"SiteConfig"."AppleTouchIcon144ID",
"SiteConfig"."AppleTouchIcon114ID",
"SiteConfig"."AppleTouchIcon72ID",
"SiteConfig"."AppleTouchIcon57ID",
"SiteConfig"."WellKiwisLinkID",
"SiteConfig"."MethCalcLogoID",
"SiteConfig"."ContactLinkID",
"SiteConfig"."ID",
CASE WHEN "SiteConfig"."ClassName" IS NOT NULL THEN
"SiteConfig"."ClassName"
ELSE
'SilverStripe\\SiteConfig\\SiteConfig'
END AS "RecordClassName"
FROM
"SiteConfig"
WHERE
(
"SiteConfig"."SubsiteID" IN (36)
)
LIMIT
1
array:77 [
"ClassName" => "SilverStripe\SiteConfig\SiteConfig"
"LastEdited" => "2024-10-24 19:54:15"
"Created" => "2021-05-07 13:47:27"
"ReviewPeriodDays" => 0
"ReviewFrom" => "cwp@cloudmail.esr.cri.nz"
"ReviewSubject" => "Page(s) are due for content review"
"ReviewBody" => "<h2>Page(s) due for review</h2><p>There are $PagesCount pages that are due for review today by you.</p>"
"GACode" => "UA-5114971-29"
"FacebookURL" => null
"TwitterUsername" => null
"FooterLogoLink" => null
"FooterLogoDescription" => null
"FooterLogoSecondaryLink" => "https://www.esr.cri.nz"
"FooterLogoSecondaryDescription" => null
"EmptySearch" => null
"NoSearchResults" => null
"MainFontFamily" => "fira-sans"
"HeaderBackground" => "oasis"
"NavigationBarBackground" => "oasis"
"CarouselBackground" => "white"
"FooterBackground" => "rodeo-dust"
"AccentColor" => "vivid-pink"
"TextLinkColor" => "default-accent"
"CookieConsentTitle" => null
"CookieConsentContent" => null
"FacebookPixelID" => "1747838755393077"
"CustAlertTitle" => "To find out how the planned stri"
"CustAlertType" => "grass"
"CustAlertBody" => "<p>To find out how the planned strike action could affect sample collection, please click <a href="https://www.wellkiwis.co.nz/providing-blood-samples/scl-collection/">here</a>.</p>"
"CustAlertToggle" => 1
"RedirectAllSiteTrafficTo" => null
"NoIndex" => 0
"MethCalcTimeoutThreshold" => null
"MethCalcRequestThreshold" => null
"MethCalcWhitelist" => null
"MethCalcSwabAreaDesc" => null
"MethCalcRoomAreaDesc" => null
"MethCalcTestValueDesc" => null
"MethCalcUserTypeDesc" => null
"MethCalcDescription" => null
"MethCalcDisclaimer" => null
"MethCalcGTA" => null
"MethCalcGTM" => null
"IncludeSearch" => 0
"ContactTitle" => "Contact us"
"ContactText" => null
"ContactEmail" => "wellkiwis@esr.cri.nz"
"ContactPhone" => "0800 493555 (08004WELLKIWI)"
"HideContact" => 1
"LinkedinID" => null
"YoutubeURL" => null
"InstagramURL" => "wellkiwis"
"CopyrightText" => "<p><span>© 2023 Wellkiwis</span></p>"
"CopyrightLink" => null
"EnableNewFooter" => 1
"FooterColor" => null
"Title" => "Wellkiwis"
"Tagline" => null
"CanViewType" => "Anyone"
"CanEditType" => "LoggedInUsers"
"CanCreateTopLevelType" => "LoggedInUsers"
"SubsiteID" => 36
"LogoID" => 6506
"LogoRetinaID" => 0
"FooterLogoID" => 6521
"FooterLogoRetinaID" => 0
"FooterLogoSecondaryID" => 8355
"FavIconID" => 0
"AppleTouchIcon144ID" => 0
"AppleTouchIcon114ID" => 0
"AppleTouchIcon72ID" => 0
"AppleTouchIcon57ID" => 0
"WellKiwisLinkID" => 0
"MethCalcLogoID" => 0
"ContactLinkID" => 0
"ID" => 43
"RecordClassName" => "SilverStripe\SiteConfig\SiteConfig"
]
The following query took 0.0023s an returned 1 row(s)
Triggered by: Hierarchy->Children:207 > ContentController->getMenu:279
SELECT
DISTINCT "SiteTree_Live"."ClassName",
"SiteTree_Live"."LastEdited",
"SiteTree_Live"."Created",
"SiteTree_Live"."Priority",
"SiteTree_Live"."ShareTokenSalt",
"SiteTree_Live"."ContentReviewType",
"SiteTree_Live"."ReviewPeriodDays",
"SiteTree_Live"."NextReviewDate",
"SiteTree_Live"."LastEditedByName",
"SiteTree_Live"."OwnerNames",
"SiteTree_Live"."ProvideComments",
"SiteTree_Live"."ModerationRequired",
"SiteTree_Live"."CommentsRequireLogin",
"SiteTree_Live"."ShowPageUtilities",
"SiteTree_Live"."AlgoliaIndexed",
"SiteTree_Live"."AlgoliaError",
"SiteTree_Live"."AlgoliaUUID",
"SiteTree_Live"."CanViewType",
"SiteTree_Live"."CanEditType",
"SiteTree_Live"."Version",
"SiteTree_Live"."URLSegment",
"SiteTree_Live"."Title",
"SiteTree_Live"."MenuTitle",
"SiteTree_Live"."Content",
"SiteTree_Live"."MetaDescription",
"SiteTree_Live"."ExtraMeta",
"SiteTree_Live"."ShowInMenus",
"SiteTree_Live"."ShowInSearch",
"SiteTree_Live"."Sort",
"SiteTree_Live"."HasBrokenFile",
"SiteTree_Live"."HasBrokenLink",
"SiteTree_Live"."ReportClass",
"SiteTree_Live"."WorkflowDefinitionID",
"SiteTree_Live"."SubsiteID",
"SiteTree_Live"."ParentID",
"SiteTree_Live"."ID",
CASE WHEN "SiteTree_Live"."ClassName" IS NOT NULL THEN
"SiteTree_Live"."ClassName"
ELSE
'SilverStripe\\CMS\\Model\\SiteTree'
END AS "RecordClassName"
FROM
"SiteTree_Live"
WHERE
(
"SiteTree_Live"."ParentID" <> "SiteTree_Live"."ID"
)
AND (
"SiteTree_Live"."ParentID" = 2819
)
AND (
"SiteTree_Live"."ShowInMenus" = 1
)
AND (
"SiteTree_Live"."SubsiteID" IN (36)
)
ORDER BY
"SiteTree_Live"."Sort" ASC
array:37 [
"ClassName" => "Page"
"LastEdited" => "2024-06-07 09:24:30"
"Created" => "2021-06-03 09:56:56"
"Priority" => null
"ShareTokenSalt" => null
"ContentReviewType" => "Inherit"
"ReviewPeriodDays" => 0
"NextReviewDate" => null
"LastEditedByName" => "Ruth Seeds"
"OwnerNames" => null
"ProvideComments" => 0
"ModerationRequired" => "None"
"CommentsRequireLogin" => 0
"ShowPageUtilities" => 0
"AlgoliaIndexed" => null
"AlgoliaError" => null
"AlgoliaUUID" => null
"CanViewType" => "Inherit"
"CanEditType" => "Inherit"
"Version" => 19
"URLSegment" => "published-papers-news"
"Title" => "Published Papers & News"
"MenuTitle" => null
"Content" => null
"MetaDescription" => null
"ExtraMeta" => null
"ShowInMenus" => 1
"ShowInSearch" => 1
"Sort" => 2
"HasBrokenFile" => 0
"HasBrokenLink" => 0
"ReportClass" => null
"WorkflowDefinitionID" => 0
"SubsiteID" => 36
"ParentID" => 2819
"ID" => 2823
"RecordClassName" => "Page"
]
The following query took 0.0025s an returned 1 row(s)
Triggered by: SiteTree->isOrphaned:836 > SiteTree->canView:1195 > Hierarchy->SilverStripe\ORM\Hierarchy\{closure}:208 > Hierarchy->Children:207
SELECT
DISTINCT "SiteTree_Live"."ClassName",
"SiteTree_Live"."LastEdited",
"SiteTree_Live"."Created",
"SiteTree_Live"."Priority",
"SiteTree_Live"."ShareTokenSalt",
"SiteTree_Live"."ContentReviewType",
"SiteTree_Live"."ReviewPeriodDays",
"SiteTree_Live"."NextReviewDate",
"SiteTree_Live"."LastEditedByName",
"SiteTree_Live"."OwnerNames",
"SiteTree_Live"."ProvideComments",
"SiteTree_Live"."ModerationRequired",
"SiteTree_Live"."CommentsRequireLogin",
"SiteTree_Live"."ShowPageUtilities",
"SiteTree_Live"."AlgoliaIndexed",
"SiteTree_Live"."AlgoliaError",
"SiteTree_Live"."AlgoliaUUID",
"SiteTree_Live"."CanViewType",
"SiteTree_Live"."CanEditType",
"SiteTree_Live"."Version",
"SiteTree_Live"."URLSegment",
"SiteTree_Live"."Title",
"SiteTree_Live"."MenuTitle",
"SiteTree_Live"."Content",
"SiteTree_Live"."MetaDescription",
"SiteTree_Live"."ExtraMeta",
"SiteTree_Live"."ShowInMenus",
"SiteTree_Live"."ShowInSearch",
"SiteTree_Live"."Sort",
"SiteTree_Live"."HasBrokenFile",
"SiteTree_Live"."HasBrokenLink",
"SiteTree_Live"."ReportClass",
"SiteTree_Live"."WorkflowDefinitionID",
"SiteTree_Live"."SubsiteID",
"SiteTree_Live"."ParentID",
"SiteTree_Live"."ID",
CASE WHEN "SiteTree_Live"."ClassName" IS NOT NULL THEN
"SiteTree_Live"."ClassName"
ELSE
'SilverStripe\\CMS\\Model\\SiteTree'
END AS "RecordClassName"
FROM
"SiteTree_Live"
WHERE
("SiteTree_Live"."ID" = 2819)
ORDER BY
"SiteTree_Live"."Sort" ASC
LIMIT
1
array:37 [
"ClassName" => "Page"
"LastEdited" => "2024-09-27 09:26:36"
"Created" => "2021-06-03 09:39:34"
"Priority" => null
"ShareTokenSalt" => null
"ContentReviewType" => "Inherit"
"ReviewPeriodDays" => 0
"NextReviewDate" => null
"LastEditedByName" => "Martiza Marull"
"OwnerNames" => null
"ProvideComments" => 0
"ModerationRequired" => "None"
"CommentsRequireLogin" => 0
"ShowPageUtilities" => 0
"AlgoliaIndexed" => null
"AlgoliaError" => null
"AlgoliaUUID" => null
"CanViewType" => "Inherit"
"CanEditType" => "Inherit"
"Version" => 106
"URLSegment" => "news-and-findings"
"Title" => "Study Reports & News"
"MenuTitle" => null
"Content" => null
"MetaDescription" => null
"ExtraMeta" => null
"ShowInMenus" => 1
"ShowInSearch" => 1
"Sort" => 6
"HasBrokenFile" => 0
"HasBrokenLink" => 0
"ReportClass" => null
"WorkflowDefinitionID" => 0
"SubsiteID" => 36
"ParentID" => 0
"ID" => 2819
"RecordClassName" => "Page"
]
The following query took 0.0023s an returned 1 row(s)
Triggered by: Header.ss > Page.ss > Controller->handleAction:290
SELECT
DISTINCT "File_Live"."ClassName",
"File_Live"."LastEdited",
"File_Live"."Created",
"File_Live"."Version",
"File_Live"."UserFormUpload",
"File_Live"."HasMigratedAndExists",
"File_Live"."CanViewType",
"File_Live"."CanEditType",
"File_Live"."Name",
"File_Live"."Title",
"File_Live"."ShowInSearch",
"File_Live"."SubsiteID",
"File_Live"."ParentID",
"File_Live"."OwnerID",
"File_Live"."FileHash",
"File_Live"."FileFilename",
"File_Live"."FileVariant",
"File_Live"."ID",
CASE WHEN "File_Live"."ClassName" IS NOT NULL THEN
"File_Live"."ClassName"
ELSE
'SilverStripe\\Assets\\File'
END AS "RecordClassName"
FROM
"File_Live"
WHERE
("File_Live"."ID" = 6506)
AND (
"File_Live"."ClassName" IN ('SilverStripe\\Assets\\Image')
)
ORDER BY
"File_Live"."Name" ASC
LIMIT
1
array:19 [
"ClassName" => "SilverStripe\Assets\Image"
"LastEdited" => "2024-10-20 23:36:22"
"Created" => "2019-09-02 11:09:05"
"Version" => 16
"UserFormUpload" => "f"
"HasMigratedAndExists" => 1
"CanViewType" => "Inherit"
"CanEditType" => "Inherit"
"Name" => "Wellkiwis-logo-for-website-2-v2.png"
"Title" => "Wellkiwis logo for website 2 v2"
"ShowInSearch" => 1
"SubsiteID" => 0
"ParentID" => 6489
"OwnerID" => 161
"FileHash" => "e65b74a3e82a32ab141dd5cd44d171aea1a97b13"
"FileFilename" => "Uploads/Wellkiwis-logo-for-website-2-v2.png"
"FileVariant" => null
"ID" => 6506
"RecordClassName" => "SilverStripe\Assets\Image"
]
The following query took 0.0033s an returned 1 row(s)
Triggered by: MainNav.ss > Page.ss > Controller->handleAction:290
SELECT
DISTINCT MAX("SiteTree_Live"."LastEdited")
FROM
"SiteTree_Live"
LEFT JOIN "Page_Live" ON "Page_Live"."ID" = "SiteTree_Live"."ID"
WHERE
(
"SiteTree_Live"."ClassName" IN (
'Page', 'BlocksPage', 'Intelligence\\Intelligence\\Page\\ContactPage',
'ESR\\ESR\\Pages\\EsrPage', 'Intelligence\\Intelligence\\Page\\IndexPage',
'ESR\\ESR\\Page\\SearchPage', 'Strmix\\Strmix\\Pages\\StrmixPage',
'Wellkiwis\\Wellkiwis\\Pages\\TeamPage',
'SilverStripe\\ErrorPage\\ErrorPage',
'SilverStripe\\IFrame\\IFramePage',
'SilverStripe\\Registry\\RegistryPage',
'Broarm\\CookieConsent\\Model\\CookiePolicyPage',
'Broarm\\CookieConsent\\Model\\PrivacyPolicyPage',
'Broarm\\CookieConsent\\Model\\TermsAndConditionsPage',
'CWP\\CWP\\PageTypes\\BaseHomePage',
'CWP\\CWP\\PageTypes\\DatedUpdateHolder',
'CWP\\CWP\\PageTypes\\DatedUpdatePage',
'CWP\\CWP\\PageTypes\\SitemapPage',
'SilverStripe\\Blog\\Model\\Blog',
'SilverStripe\\Blog\\Model\\BlogPost',
'SilverStripe\\CMS\\Model\\RedirectorPage',
'SilverStripe\\CMS\\Model\\VirtualPage',
'SilverStripe\\UserForms\\Model\\UserDefinedForm',
'ESR\\ESR\\Pages\\EsrCaseStudyPage',
'ESR\\ESR\\Pages\\EsrFeedDisplayPage',
'ESR\\ESR\\Pages\\EsrFullWidthPage',
'ESR\\ESR\\Pages\\EsrHolder', 'ESR\\ESR\\Pages\\EsrHomePage',
'ESR\\ESR\\Pages\\EsrProfilePage',
'ESR\\ESR\\Pages\\EsrSectionPage',
'ESR\\ESR\\Pages\\EsrCaseStudyHolderPage',
'ESR\\ESR\\Pages\\EsrFeatureHolder',
'ESR\\ESR\\Pages\\EsrProfileHolderPage',
'Strmix\\Strmix\\Pages\\StrmixCookiePolicyPage',
'HomePage', 'Strmix\\Strmix\\Pages\\StrmixHomePage',
'CWP\\CWP\\PageTypes\\EventHolder',
'CWP\\CWP\\PageTypes\\NewsHolder',
'ESR\\ESR\\Pages\\EsrNewsHolder',
'Strmix\\Strmix\\Pages\\StrmixNewsHolder',
'ESR\\ESR\\Pages\\EsrPublicationHolder',
'CWP\\CWP\\PageTypes\\EventPage',
'CWP\\CWP\\PageTypes\\NewsPage',
'ESR\\ESR\\Pages\\EsrPublicationPage',
'Strmix\\Strmix\\Pages\\StrmixNewsPage',
'CWP\\CWP\\PageTypes\\FooterHolder',
'SilverStripe\\Subsites\\Pages\\SubsitesVirtualPage'
)
)
AND (
"SiteTree_Live"."SubsiteID" IN (36)
)
array:1 [
"MAX("SiteTree_Live"."LastEdited")" => "2024-10-23 20:22:48"
]
The following query took 0.0049s an returned 12 row(s)
Triggered by: ContentController->getMenu:288
SELECT
DISTINCT "SiteTree_Live"."ClassName",
"SiteTree_Live"."LastEdited",
"SiteTree_Live"."Created",
"SiteTree_Live"."Priority",
"SiteTree_Live"."ShareTokenSalt",
"SiteTree_Live"."ContentReviewType",
"SiteTree_Live"."ReviewPeriodDays",
"SiteTree_Live"."NextReviewDate",
"SiteTree_Live"."LastEditedByName",
"SiteTree_Live"."OwnerNames",
"SiteTree_Live"."ProvideComments",
"SiteTree_Live"."ModerationRequired",
"SiteTree_Live"."CommentsRequireLogin",
"SiteTree_Live"."ShowPageUtilities",
"SiteTree_Live"."AlgoliaIndexed",
"SiteTree_Live"."AlgoliaError",
"SiteTree_Live"."AlgoliaUUID",
"SiteTree_Live"."CanViewType",
"SiteTree_Live"."CanEditType",
"SiteTree_Live"."Version",
"SiteTree_Live"."URLSegment",
"SiteTree_Live"."Title",
"SiteTree_Live"."MenuTitle",
"SiteTree_Live"."Content",
"SiteTree_Live"."MetaDescription",
"SiteTree_Live"."ExtraMeta",
"SiteTree_Live"."ShowInMenus",
"SiteTree_Live"."ShowInSearch",
"SiteTree_Live"."Sort",
"SiteTree_Live"."HasBrokenFile",
"SiteTree_Live"."HasBrokenLink",
"SiteTree_Live"."ReportClass",
"SiteTree_Live"."WorkflowDefinitionID",
"SiteTree_Live"."SubsiteID",
"SiteTree_Live"."ParentID",
"SiteTree_Live"."ID",
CASE WHEN "SiteTree_Live"."ClassName" IS NOT NULL THEN
"SiteTree_Live"."ClassName"
ELSE
'SilverStripe\\CMS\\Model\\SiteTree'
END AS "RecordClassName"
FROM
"SiteTree_Live"
WHERE
(
"SiteTree_Live"."ShowInMenus" = 1
)
AND ("SiteTree_Live"."ParentID" = 0)
AND (
"SiteTree_Live"."SubsiteID" IN (36)
)
ORDER BY
"SiteTree_Live"."Sort" ASC
"HomePage,Page,Page,Page,Page,Page,Page,Page,Page,Page,Page,Wellkiwis\Wellkiwis\Pages\TeamPage"
The following query took 0.0018s an returned 1 row(s)
Triggered by: SiteTree->getParent:1025 > Hierarchy->getAncestors:548 > SiteTree->isSection:817 > SiteTree->LinkingMode:870
SELECT
DISTINCT "SiteTree_Live"."ClassName",
"SiteTree_Live"."LastEdited",
"SiteTree_Live"."Created",
"SiteTree_Live"."Priority",
"SiteTree_Live"."ShareTokenSalt",
"SiteTree_Live"."ContentReviewType",
"SiteTree_Live"."ReviewPeriodDays",
"SiteTree_Live"."NextReviewDate",
"SiteTree_Live"."LastEditedByName",
"SiteTree_Live"."OwnerNames",
"SiteTree_Live"."ProvideComments",
"SiteTree_Live"."ModerationRequired",
"SiteTree_Live"."CommentsRequireLogin",
"SiteTree_Live"."ShowPageUtilities",
"SiteTree_Live"."AlgoliaIndexed",
"SiteTree_Live"."AlgoliaError",
"SiteTree_Live"."AlgoliaUUID",
"SiteTree_Live"."CanViewType",
"SiteTree_Live"."CanEditType",
"SiteTree_Live"."Version",
"SiteTree_Live"."URLSegment",
"SiteTree_Live"."Title",
"SiteTree_Live"."MenuTitle",
"SiteTree_Live"."Content",
"SiteTree_Live"."MetaDescription",
"SiteTree_Live"."ExtraMeta",
"SiteTree_Live"."ShowInMenus",
"SiteTree_Live"."ShowInSearch",
"SiteTree_Live"."Sort",
"SiteTree_Live"."HasBrokenFile",
"SiteTree_Live"."HasBrokenLink",
"SiteTree_Live"."ReportClass",
"SiteTree_Live"."WorkflowDefinitionID",
"SiteTree_Live"."SubsiteID",
"SiteTree_Live"."ParentID",
"SiteTree_Live"."ID",
CASE WHEN "SiteTree_Live"."ClassName" IS NOT NULL THEN
"SiteTree_Live"."ClassName"
ELSE
'SilverStripe\\CMS\\Model\\SiteTree'
END AS "RecordClassName"
FROM
"SiteTree_Live"
WHERE
("SiteTree_Live"."ID" = 2819)
ORDER BY
"SiteTree_Live"."Sort" ASC
LIMIT
1
array:37 [
"ClassName" => "Page"
"LastEdited" => "2024-09-27 09:26:36"
"Created" => "2021-06-03 09:39:34"
"Priority" => null
"ShareTokenSalt" => null
"ContentReviewType" => "Inherit"
"ReviewPeriodDays" => 0
"NextReviewDate" => null
"LastEditedByName" => "Martiza Marull"
"OwnerNames" => null
"ProvideComments" => 0
"ModerationRequired" => "None"
"CommentsRequireLogin" => 0
"ShowPageUtilities" => 0
"AlgoliaIndexed" => null
"AlgoliaError" => null
"AlgoliaUUID" => null
"CanViewType" => "Inherit"
"CanEditType" => "Inherit"
"Version" => 106
"URLSegment" => "news-and-findings"
"Title" => "Study Reports & News"
"MenuTitle" => null
"Content" => null
"MetaDescription" => null
"ExtraMeta" => null
"ShowInMenus" => 1
"ShowInSearch" => 1
"Sort" => 6
"HasBrokenFile" => 0
"HasBrokenLink" => 0
"ReportClass" => null
"WorkflowDefinitionID" => 0
"SubsiteID" => 36
"ParentID" => 0
"ID" => 2819
"RecordClassName" => "Page"
]
The following query took 0.0022s an returned 0 row(s)
Triggered by: Hierarchy->Children:207 > MainNav.ss > Page.ss > Controller->handleAction:290
SELECT
DISTINCT "SiteTree_Live"."ClassName",
"SiteTree_Live"."LastEdited",
"SiteTree_Live"."Created",
"SiteTree_Live"."Priority",
"SiteTree_Live"."ShareTokenSalt",
"SiteTree_Live"."ContentReviewType",
"SiteTree_Live"."ReviewPeriodDays",
"SiteTree_Live"."NextReviewDate",
"SiteTree_Live"."LastEditedByName",
"SiteTree_Live"."OwnerNames",
"SiteTree_Live"."ProvideComments",
"SiteTree_Live"."ModerationRequired",
"SiteTree_Live"."CommentsRequireLogin",
"SiteTree_Live"."ShowPageUtilities",
"SiteTree_Live"."AlgoliaIndexed",
"SiteTree_Live"."AlgoliaError",
"SiteTree_Live"."AlgoliaUUID",
"SiteTree_Live"."CanViewType",
"SiteTree_Live"."CanEditType",
"SiteTree_Live"."Version",
"SiteTree_Live"."URLSegment",
"SiteTree_Live"."Title",
"SiteTree_Live"."MenuTitle",
"SiteTree_Live"."Content",
"SiteTree_Live"."MetaDescription",
"SiteTree_Live"."ExtraMeta",
"SiteTree_Live"."ShowInMenus",
"SiteTree_Live"."ShowInSearch",
"SiteTree_Live"."Sort",
"SiteTree_Live"."HasBrokenFile",
"SiteTree_Live"."HasBrokenLink",
"SiteTree_Live"."ReportClass",
"SiteTree_Live"."WorkflowDefinitionID",
"SiteTree_Live"."SubsiteID",
"SiteTree_Live"."ParentID",
"SiteTree_Live"."ID",
CASE WHEN "SiteTree_Live"."ClassName" IS NOT NULL THEN
"SiteTree_Live"."ClassName"
ELSE
'SilverStripe\\CMS\\Model\\SiteTree'
END AS "RecordClassName"
FROM
"SiteTree_Live"
WHERE
(
"SiteTree_Live"."ParentID" <> "SiteTree_Live"."ID"
)
AND (
"SiteTree_Live"."ParentID" = 2783
)
AND (
"SiteTree_Live"."ShowInMenus" = 1
)
AND (
"SiteTree_Live"."SubsiteID" IN (36)
)
ORDER BY
"SiteTree_Live"."Sort" ASC
The following query took 0.0031s an returned 0 row(s)
Triggered by: Hierarchy->Children:207 > MainNav.ss > Page.ss > Controller->handleAction:290
SELECT
DISTINCT "SiteTree_Live"."ClassName",
"SiteTree_Live"."LastEdited",
"SiteTree_Live"."Created",
"SiteTree_Live"."Priority",
"SiteTree_Live"."ShareTokenSalt",
"SiteTree_Live"."ContentReviewType",
"SiteTree_Live"."ReviewPeriodDays",
"SiteTree_Live"."NextReviewDate",
"SiteTree_Live"."LastEditedByName",
"SiteTree_Live"."OwnerNames",
"SiteTree_Live"."ProvideComments",
"SiteTree_Live"."ModerationRequired",
"SiteTree_Live"."CommentsRequireLogin",
"SiteTree_Live"."ShowPageUtilities",
"SiteTree_Live"."AlgoliaIndexed",
"SiteTree_Live"."AlgoliaError",
"SiteTree_Live"."AlgoliaUUID",
"SiteTree_Live"."CanViewType",
"SiteTree_Live"."CanEditType",
"SiteTree_Live"."Version",
"SiteTree_Live"."URLSegment",
"SiteTree_Live"."Title",
"SiteTree_Live"."MenuTitle",
"SiteTree_Live"."Content",
"SiteTree_Live"."MetaDescription",
"SiteTree_Live"."ExtraMeta",
"SiteTree_Live"."ShowInMenus",
"SiteTree_Live"."ShowInSearch",
"SiteTree_Live"."Sort",
"SiteTree_Live"."HasBrokenFile",
"SiteTree_Live"."HasBrokenLink",
"SiteTree_Live"."ReportClass",
"SiteTree_Live"."WorkflowDefinitionID",
"SiteTree_Live"."SubsiteID",
"SiteTree_Live"."ParentID",
"SiteTree_Live"."ID",
CASE WHEN "SiteTree_Live"."ClassName" IS NOT NULL THEN
"SiteTree_Live"."ClassName"
ELSE
'SilverStripe\\CMS\\Model\\SiteTree'
END AS "RecordClassName"
FROM
"SiteTree_Live"
WHERE
(
"SiteTree_Live"."ParentID" <> "SiteTree_Live"."ID"
)
AND (
"SiteTree_Live"."ParentID" = 2790
)
AND (
"SiteTree_Live"."ShowInMenus" = 1
)
AND (
"SiteTree_Live"."SubsiteID" IN (36)
)
ORDER BY
"SiteTree_Live"."Sort" ASC
The following query took 0.0021s an returned 0 row(s)
Triggered by: Hierarchy->Children:207 > MainNav.ss > Page.ss > Controller->handleAction:290
SELECT
DISTINCT "SiteTree_Live"."ClassName",
"SiteTree_Live"."LastEdited",
"SiteTree_Live"."Created",
"SiteTree_Live"."Priority",
"SiteTree_Live"."ShareTokenSalt",
"SiteTree_Live"."ContentReviewType",
"SiteTree_Live"."ReviewPeriodDays",
"SiteTree_Live"."NextReviewDate",
"SiteTree_Live"."LastEditedByName",
"SiteTree_Live"."OwnerNames",
"SiteTree_Live"."ProvideComments",
"SiteTree_Live"."ModerationRequired",
"SiteTree_Live"."CommentsRequireLogin",
"SiteTree_Live"."ShowPageUtilities",
"SiteTree_Live"."AlgoliaIndexed",
"SiteTree_Live"."AlgoliaError",
"SiteTree_Live"."AlgoliaUUID",
"SiteTree_Live"."CanViewType",
"SiteTree_Live"."CanEditType",
"SiteTree_Live"."Version",
"SiteTree_Live"."URLSegment",
"SiteTree_Live"."Title",
"SiteTree_Live"."MenuTitle",
"SiteTree_Live"."Content",
"SiteTree_Live"."MetaDescription",
"SiteTree_Live"."ExtraMeta",
"SiteTree_Live"."ShowInMenus",
"SiteTree_Live"."ShowInSearch",
"SiteTree_Live"."Sort",
"SiteTree_Live"."HasBrokenFile",
"SiteTree_Live"."HasBrokenLink",
"SiteTree_Live"."ReportClass",
"SiteTree_Live"."WorkflowDefinitionID",
"SiteTree_Live"."SubsiteID",
"SiteTree_Live"."ParentID",
"SiteTree_Live"."ID",
CASE WHEN "SiteTree_Live"."ClassName" IS NOT NULL THEN
"SiteTree_Live"."ClassName"
ELSE
'SilverStripe\\CMS\\Model\\SiteTree'
END AS "RecordClassName"
FROM
"SiteTree_Live"
WHERE
(
"SiteTree_Live"."ParentID" <> "SiteTree_Live"."ID"
)
AND (
"SiteTree_Live"."ParentID" = 3374
)
AND (
"SiteTree_Live"."ShowInMenus" = 1
)
AND (
"SiteTree_Live"."SubsiteID" IN (36)
)
ORDER BY
"SiteTree_Live"."Sort" ASC
The following query took 0.0022s an returned 0 row(s)
Triggered by: Hierarchy->Children:207 > MainNav.ss > Page.ss > Controller->handleAction:290
SELECT
DISTINCT "SiteTree_Live"."ClassName",
"SiteTree_Live"."LastEdited",
"SiteTree_Live"."Created",
"SiteTree_Live"."Priority",
"SiteTree_Live"."ShareTokenSalt",
"SiteTree_Live"."ContentReviewType",
"SiteTree_Live"."ReviewPeriodDays",
"SiteTree_Live"."NextReviewDate",
"SiteTree_Live"."LastEditedByName",
"SiteTree_Live"."OwnerNames",
"SiteTree_Live"."ProvideComments",
"SiteTree_Live"."ModerationRequired",
"SiteTree_Live"."CommentsRequireLogin",
"SiteTree_Live"."ShowPageUtilities",
"SiteTree_Live"."AlgoliaIndexed",
"SiteTree_Live"."AlgoliaError",
"SiteTree_Live"."AlgoliaUUID",
"SiteTree_Live"."CanViewType",
"SiteTree_Live"."CanEditType",
"SiteTree_Live"."Version",
"SiteTree_Live"."URLSegment",
"SiteTree_Live"."Title",
"SiteTree_Live"."MenuTitle",
"SiteTree_Live"."Content",
"SiteTree_Live"."MetaDescription",
"SiteTree_Live"."ExtraMeta",
"SiteTree_Live"."ShowInMenus",
"SiteTree_Live"."ShowInSearch",
"SiteTree_Live"."Sort",
"SiteTree_Live"."HasBrokenFile",
"SiteTree_Live"."HasBrokenLink",
"SiteTree_Live"."ReportClass",
"SiteTree_Live"."WorkflowDefinitionID",
"SiteTree_Live"."SubsiteID",
"SiteTree_Live"."ParentID",
"SiteTree_Live"."ID",
CASE WHEN "SiteTree_Live"."ClassName" IS NOT NULL THEN
"SiteTree_Live"."ClassName"
ELSE
'SilverStripe\\CMS\\Model\\SiteTree'
END AS "RecordClassName"
FROM
"SiteTree_Live"
WHERE
(
"SiteTree_Live"."ParentID" <> "SiteTree_Live"."ID"
)
AND (
"SiteTree_Live"."ParentID" = 3375
)
AND (
"SiteTree_Live"."ShowInMenus" = 1
)
AND (
"SiteTree_Live"."SubsiteID" IN (36)
)
ORDER BY
"SiteTree_Live"."Sort" ASC
The following query took 0.0014s an returned 0 row(s)
Triggered by: Hierarchy->Children:207 > MainNav.ss > Page.ss > Controller->handleAction:290
SELECT
DISTINCT "SiteTree_Live"."ClassName",
"SiteTree_Live"."LastEdited",
"SiteTree_Live"."Created",
"SiteTree_Live"."Priority",
"SiteTree_Live"."ShareTokenSalt",
"SiteTree_Live"."ContentReviewType",
"SiteTree_Live"."ReviewPeriodDays",
"SiteTree_Live"."NextReviewDate",
"SiteTree_Live"."LastEditedByName",
"SiteTree_Live"."OwnerNames",
"SiteTree_Live"."ProvideComments",
"SiteTree_Live"."ModerationRequired",
"SiteTree_Live"."CommentsRequireLogin",
"SiteTree_Live"."ShowPageUtilities",
"SiteTree_Live"."AlgoliaIndexed",
"SiteTree_Live"."AlgoliaError",
"SiteTree_Live"."AlgoliaUUID",
"SiteTree_Live"."CanViewType",
"SiteTree_Live"."CanEditType",
"SiteTree_Live"."Version",
"SiteTree_Live"."URLSegment",
"SiteTree_Live"."Title",
"SiteTree_Live"."MenuTitle",
"SiteTree_Live"."Content",
"SiteTree_Live"."MetaDescription",
"SiteTree_Live"."ExtraMeta",
"SiteTree_Live"."ShowInMenus",
"SiteTree_Live"."ShowInSearch",
"SiteTree_Live"."Sort",
"SiteTree_Live"."HasBrokenFile",
"SiteTree_Live"."HasBrokenLink",
"SiteTree_Live"."ReportClass",
"SiteTree_Live"."WorkflowDefinitionID",
"SiteTree_Live"."SubsiteID",
"SiteTree_Live"."ParentID",
"SiteTree_Live"."ID",
CASE WHEN "SiteTree_Live"."ClassName" IS NOT NULL THEN
"SiteTree_Live"."ClassName"
ELSE
'SilverStripe\\CMS\\Model\\SiteTree'
END AS "RecordClassName"
FROM
"SiteTree_Live"
WHERE
(
"SiteTree_Live"."ParentID" <> "SiteTree_Live"."ID"
)
AND (
"SiteTree_Live"."ParentID" = 3502
)
AND (
"SiteTree_Live"."ShowInMenus" = 1
)
AND (
"SiteTree_Live"."SubsiteID" IN (36)
)
ORDER BY
"SiteTree_Live"."Sort" ASC
The following query took 0.0026s an returned 1 row(s)
Triggered by: Hierarchy->Children:207 > MainNav.ss > Page.ss > Controller->handleAction:290
SELECT
DISTINCT "SiteTree_Live"."ClassName",
"SiteTree_Live"."LastEdited",
"SiteTree_Live"."Created",
"SiteTree_Live"."Priority",
"SiteTree_Live"."ShareTokenSalt",
"SiteTree_Live"."ContentReviewType",
"SiteTree_Live"."ReviewPeriodDays",
"SiteTree_Live"."NextReviewDate",
"SiteTree_Live"."LastEditedByName",
"SiteTree_Live"."OwnerNames",
"SiteTree_Live"."ProvideComments",
"SiteTree_Live"."ModerationRequired",
"SiteTree_Live"."CommentsRequireLogin",
"SiteTree_Live"."ShowPageUtilities",
"SiteTree_Live"."AlgoliaIndexed",
"SiteTree_Live"."AlgoliaError",
"SiteTree_Live"."AlgoliaUUID",
"SiteTree_Live"."CanViewType",
"SiteTree_Live"."CanEditType",
"SiteTree_Live"."Version",
"SiteTree_Live"."URLSegment",
"SiteTree_Live"."Title",
"SiteTree_Live"."MenuTitle",
"SiteTree_Live"."Content",
"SiteTree_Live"."MetaDescription",
"SiteTree_Live"."ExtraMeta",
"SiteTree_Live"."ShowInMenus",
"SiteTree_Live"."ShowInSearch",
"SiteTree_Live"."Sort",
"SiteTree_Live"."HasBrokenFile",
"SiteTree_Live"."HasBrokenLink",
"SiteTree_Live"."ReportClass",
"SiteTree_Live"."WorkflowDefinitionID",
"SiteTree_Live"."SubsiteID",
"SiteTree_Live"."ParentID",
"SiteTree_Live"."ID",
CASE WHEN "SiteTree_Live"."ClassName" IS NOT NULL THEN
"SiteTree_Live"."ClassName"
ELSE
'SilverStripe\\CMS\\Model\\SiteTree'
END AS "RecordClassName"
FROM
"SiteTree_Live"
WHERE
(
"SiteTree_Live"."ParentID" <> "SiteTree_Live"."ID"
)
AND (
"SiteTree_Live"."ParentID" = 2819
)
AND (
"SiteTree_Live"."ShowInMenus" = 1
)
AND (
"SiteTree_Live"."SubsiteID" IN (36)
)
ORDER BY
"SiteTree_Live"."Sort" ASC
array:37 [
"ClassName" => "Page"
"LastEdited" => "2024-06-07 09:24:30"
"Created" => "2021-06-03 09:56:56"
"Priority" => null
"ShareTokenSalt" => null
"ContentReviewType" => "Inherit"
"ReviewPeriodDays" => 0
"NextReviewDate" => null
"LastEditedByName" => "Ruth Seeds"
"OwnerNames" => null
"ProvideComments" => 0
"ModerationRequired" => "None"
"CommentsRequireLogin" => 0
"ShowPageUtilities" => 0
"AlgoliaIndexed" => null
"AlgoliaError" => null
"AlgoliaUUID" => null
"CanViewType" => "Inherit"
"CanEditType" => "Inherit"
"Version" => 19
"URLSegment" => "published-papers-news"
"Title" => "Published Papers & News"
"MenuTitle" => null
"Content" => null
"MetaDescription" => null
"ExtraMeta" => null
"ShowInMenus" => 1
"ShowInSearch" => 1
"Sort" => 2
"HasBrokenFile" => 0
"HasBrokenLink" => 0
"ReportClass" => null
"WorkflowDefinitionID" => 0
"SubsiteID" => 36
"ParentID" => 2819
"ID" => 2823
"RecordClassName" => "Page"
]
The following query took 0.0015s an returned 1 row(s)
Triggered by: SiteTree->isOrphaned:836 > SiteTree->canView:1195 > Hierarchy->SilverStripe\ORM\Hierarchy\{closure}:208 > Hierarchy->Children:207
SELECT
DISTINCT "SiteTree_Live"."ClassName",
"SiteTree_Live"."LastEdited",
"SiteTree_Live"."Created",
"SiteTree_Live"."Priority",
"SiteTree_Live"."ShareTokenSalt",
"SiteTree_Live"."ContentReviewType",
"SiteTree_Live"."ReviewPeriodDays",
"SiteTree_Live"."NextReviewDate",
"SiteTree_Live"."LastEditedByName",
"SiteTree_Live"."OwnerNames",
"SiteTree_Live"."ProvideComments",
"SiteTree_Live"."ModerationRequired",
"SiteTree_Live"."CommentsRequireLogin",
"SiteTree_Live"."ShowPageUtilities",
"SiteTree_Live"."AlgoliaIndexed",
"SiteTree_Live"."AlgoliaError",
"SiteTree_Live"."AlgoliaUUID",
"SiteTree_Live"."CanViewType",
"SiteTree_Live"."CanEditType",
"SiteTree_Live"."Version",
"SiteTree_Live"."URLSegment",
"SiteTree_Live"."Title",
"SiteTree_Live"."MenuTitle",
"SiteTree_Live"."Content",
"SiteTree_Live"."MetaDescription",
"SiteTree_Live"."ExtraMeta",
"SiteTree_Live"."ShowInMenus",
"SiteTree_Live"."ShowInSearch",
"SiteTree_Live"."Sort",
"SiteTree_Live"."HasBrokenFile",
"SiteTree_Live"."HasBrokenLink",
"SiteTree_Live"."ReportClass",
"SiteTree_Live"."WorkflowDefinitionID",
"SiteTree_Live"."SubsiteID",
"SiteTree_Live"."ParentID",
"SiteTree_Live"."ID",
CASE WHEN "SiteTree_Live"."ClassName" IS NOT NULL THEN
"SiteTree_Live"."ClassName"
ELSE
'SilverStripe\\CMS\\Model\\SiteTree'
END AS "RecordClassName"
FROM
"SiteTree_Live"
WHERE
("SiteTree_Live"."ID" = 2819)
ORDER BY
"SiteTree_Live"."Sort" ASC
LIMIT
1
array:37 [
"ClassName" => "Page"
"LastEdited" => "2024-09-27 09:26:36"
"Created" => "2021-06-03 09:39:34"
"Priority" => null
"ShareTokenSalt" => null
"ContentReviewType" => "Inherit"
"ReviewPeriodDays" => 0
"NextReviewDate" => null
"LastEditedByName" => "Martiza Marull"
"OwnerNames" => null
"ProvideComments" => 0
"ModerationRequired" => "None"
"CommentsRequireLogin" => 0
"ShowPageUtilities" => 0
"AlgoliaIndexed" => null
"AlgoliaError" => null
"AlgoliaUUID" => null
"CanViewType" => "Inherit"
"CanEditType" => "Inherit"
"Version" => 106
"URLSegment" => "news-and-findings"
"Title" => "Study Reports & News"
"MenuTitle" => null
"Content" => null
"MetaDescription" => null
"ExtraMeta" => null
"ShowInMenus" => 1
"ShowInSearch" => 1
"Sort" => 6
"HasBrokenFile" => 0
"HasBrokenLink" => 0
"ReportClass" => null
"WorkflowDefinitionID" => 0
"SubsiteID" => 36
"ParentID" => 0
"ID" => 2819
"RecordClassName" => "Page"
]
The following query took 0.0061s an returned 0 row(s)
Triggered by: Hierarchy->Children:207 > MainNav.ss > Page.ss > Controller->handleAction:290
SELECT
DISTINCT "SiteTree_Live"."ClassName",
"SiteTree_Live"."LastEdited",
"SiteTree_Live"."Created",
"SiteTree_Live"."Priority",
"SiteTree_Live"."ShareTokenSalt",
"SiteTree_Live"."ContentReviewType",
"SiteTree_Live"."ReviewPeriodDays",
"SiteTree_Live"."NextReviewDate",
"SiteTree_Live"."LastEditedByName",
"SiteTree_Live"."OwnerNames",
"SiteTree_Live"."ProvideComments",
"SiteTree_Live"."ModerationRequired",
"SiteTree_Live"."CommentsRequireLogin",
"SiteTree_Live"."ShowPageUtilities",
"SiteTree_Live"."AlgoliaIndexed",
"SiteTree_Live"."AlgoliaError",
"SiteTree_Live"."AlgoliaUUID",
"SiteTree_Live"."CanViewType",
"SiteTree_Live"."CanEditType",
"SiteTree_Live"."Version",
"SiteTree_Live"."URLSegment",
"SiteTree_Live"."Title",
"SiteTree_Live"."MenuTitle",
"SiteTree_Live"."Content",
"SiteTree_Live"."MetaDescription",
"SiteTree_Live"."ExtraMeta",
"SiteTree_Live"."ShowInMenus",
"SiteTree_Live"."ShowInSearch",
"SiteTree_Live"."Sort",
"SiteTree_Live"."HasBrokenFile",
"SiteTree_Live"."HasBrokenLink",
"SiteTree_Live"."ReportClass",
"SiteTree_Live"."WorkflowDefinitionID",
"SiteTree_Live"."SubsiteID",
"SiteTree_Live"."ParentID",
"SiteTree_Live"."ID",
CASE WHEN "SiteTree_Live"."ClassName" IS NOT NULL THEN
"SiteTree_Live"."ClassName"
ELSE
'SilverStripe\\CMS\\Model\\SiteTree'
END AS "RecordClassName"
FROM
"SiteTree_Live"
WHERE
(
"SiteTree_Live"."ParentID" <> "SiteTree_Live"."ID"
)
AND (
"SiteTree_Live"."ParentID" = 2810
)
AND (
"SiteTree_Live"."ShowInMenus" = 1
)
AND (
"SiteTree_Live"."SubsiteID" IN (36)
)
ORDER BY
"SiteTree_Live"."Sort" ASC
The following query took 0.0019s an returned 0 row(s)
Triggered by: Hierarchy->Children:207 > MainNav.ss > Page.ss > Controller->handleAction:290
SELECT
DISTINCT "SiteTree_Live"."ClassName",
"SiteTree_Live"."LastEdited",
"SiteTree_Live"."Created",
"SiteTree_Live"."Priority",
"SiteTree_Live"."ShareTokenSalt",
"SiteTree_Live"."ContentReviewType",
"SiteTree_Live"."ReviewPeriodDays",
"SiteTree_Live"."NextReviewDate",
"SiteTree_Live"."LastEditedByName",
"SiteTree_Live"."OwnerNames",
"SiteTree_Live"."ProvideComments",
"SiteTree_Live"."ModerationRequired",
"SiteTree_Live"."CommentsRequireLogin",
"SiteTree_Live"."ShowPageUtilities",
"SiteTree_Live"."AlgoliaIndexed",
"SiteTree_Live"."AlgoliaError",
"SiteTree_Live"."AlgoliaUUID",
"SiteTree_Live"."CanViewType",
"SiteTree_Live"."CanEditType",
"SiteTree_Live"."Version",
"SiteTree_Live"."URLSegment",
"SiteTree_Live"."Title",
"SiteTree_Live"."MenuTitle",
"SiteTree_Live"."Content",
"SiteTree_Live"."MetaDescription",
"SiteTree_Live"."ExtraMeta",
"SiteTree_Live"."ShowInMenus",
"SiteTree_Live"."ShowInSearch",
"SiteTree_Live"."Sort",
"SiteTree_Live"."HasBrokenFile",
"SiteTree_Live"."HasBrokenLink",
"SiteTree_Live"."ReportClass",
"SiteTree_Live"."WorkflowDefinitionID",
"SiteTree_Live"."SubsiteID",
"SiteTree_Live"."ParentID",
"SiteTree_Live"."ID",
CASE WHEN "SiteTree_Live"."ClassName" IS NOT NULL THEN
"SiteTree_Live"."ClassName"
ELSE
'SilverStripe\\CMS\\Model\\SiteTree'
END AS "RecordClassName"
FROM
"SiteTree_Live"
WHERE
(
"SiteTree_Live"."ParentID" <> "SiteTree_Live"."ID"
)
AND (
"SiteTree_Live"."ParentID" = 3300
)
AND (
"SiteTree_Live"."ShowInMenus" = 1
)
AND (
"SiteTree_Live"."SubsiteID" IN (36)
)
ORDER BY
"SiteTree_Live"."Sort" ASC
The following query took 0.0021s an returned 0 row(s)
Triggered by: Hierarchy->Children:207 > MainNav.ss > Page.ss > Controller->handleAction:290
SELECT
DISTINCT "SiteTree_Live"."ClassName",
"SiteTree_Live"."LastEdited",
"SiteTree_Live"."Created",
"SiteTree_Live"."Priority",
"SiteTree_Live"."ShareTokenSalt",
"SiteTree_Live"."ContentReviewType",
"SiteTree_Live"."ReviewPeriodDays",
"SiteTree_Live"."NextReviewDate",
"SiteTree_Live"."LastEditedByName",
"SiteTree_Live"."OwnerNames",
"SiteTree_Live"."ProvideComments",
"SiteTree_Live"."ModerationRequired",
"SiteTree_Live"."CommentsRequireLogin",
"SiteTree_Live"."ShowPageUtilities",
"SiteTree_Live"."AlgoliaIndexed",
"SiteTree_Live"."AlgoliaError",
"SiteTree_Live"."AlgoliaUUID",
"SiteTree_Live"."CanViewType",
"SiteTree_Live"."CanEditType",
"SiteTree_Live"."Version",
"SiteTree_Live"."URLSegment",
"SiteTree_Live"."Title",
"SiteTree_Live"."MenuTitle",
"SiteTree_Live"."Content",
"SiteTree_Live"."MetaDescription",
"SiteTree_Live"."ExtraMeta",
"SiteTree_Live"."ShowInMenus",
"SiteTree_Live"."ShowInSearch",
"SiteTree_Live"."Sort",
"SiteTree_Live"."HasBrokenFile",
"SiteTree_Live"."HasBrokenLink",
"SiteTree_Live"."ReportClass",
"SiteTree_Live"."WorkflowDefinitionID",
"SiteTree_Live"."SubsiteID",
"SiteTree_Live"."ParentID",
"SiteTree_Live"."ID",
CASE WHEN "SiteTree_Live"."ClassName" IS NOT NULL THEN
"SiteTree_Live"."ClassName"
ELSE
'SilverStripe\\CMS\\Model\\SiteTree'
END AS "RecordClassName"
FROM
"SiteTree_Live"
WHERE
(
"SiteTree_Live"."ParentID" <> "SiteTree_Live"."ID"
)
AND (
"SiteTree_Live"."ParentID" = 2994
)
AND (
"SiteTree_Live"."ShowInMenus" = 1
)
AND (
"SiteTree_Live"."SubsiteID" IN (36)
)
ORDER BY
"SiteTree_Live"."Sort" ASC
The following query took 0.0026s an returned 1 row(s)
Triggered by: Hierarchy->Children:207 > MainNav.ss > Page.ss > Controller->handleAction:290
SELECT
DISTINCT "SiteTree_Live"."ClassName",
"SiteTree_Live"."LastEdited",
"SiteTree_Live"."Created",
"SiteTree_Live"."Priority",
"SiteTree_Live"."ShareTokenSalt",
"SiteTree_Live"."ContentReviewType",
"SiteTree_Live"."ReviewPeriodDays",
"SiteTree_Live"."NextReviewDate",
"SiteTree_Live"."LastEditedByName",
"SiteTree_Live"."OwnerNames",
"SiteTree_Live"."ProvideComments",
"SiteTree_Live"."ModerationRequired",
"SiteTree_Live"."CommentsRequireLogin",
"SiteTree_Live"."ShowPageUtilities",
"SiteTree_Live"."AlgoliaIndexed",
"SiteTree_Live"."AlgoliaError",
"SiteTree_Live"."AlgoliaUUID",
"SiteTree_Live"."CanViewType",
"SiteTree_Live"."CanEditType",
"SiteTree_Live"."Version",
"SiteTree_Live"."URLSegment",
"SiteTree_Live"."Title",
"SiteTree_Live"."MenuTitle",
"SiteTree_Live"."Content",
"SiteTree_Live"."MetaDescription",
"SiteTree_Live"."ExtraMeta",
"SiteTree_Live"."ShowInMenus",
"SiteTree_Live"."ShowInSearch",
"SiteTree_Live"."Sort",
"SiteTree_Live"."HasBrokenFile",
"SiteTree_Live"."HasBrokenLink",
"SiteTree_Live"."ReportClass",
"SiteTree_Live"."WorkflowDefinitionID",
"SiteTree_Live"."SubsiteID",
"SiteTree_Live"."ParentID",
"SiteTree_Live"."ID",
CASE WHEN "SiteTree_Live"."ClassName" IS NOT NULL THEN
"SiteTree_Live"."ClassName"
ELSE
'SilverStripe\\CMS\\Model\\SiteTree'
END AS "RecordClassName"
FROM
"SiteTree_Live"
WHERE
(
"SiteTree_Live"."ParentID" <> "SiteTree_Live"."ID"
)
AND (
"SiteTree_Live"."ParentID" = 2811
)
AND (
"SiteTree_Live"."ShowInMenus" = 1
)
AND (
"SiteTree_Live"."SubsiteID" IN (36)
)
ORDER BY
"SiteTree_Live"."Sort" ASC
array:37 [
"ClassName" => "Page"
"LastEdited" => "2024-08-05 08:48:25"
"Created" => "2021-07-07 13:43:54"
"Priority" => null
"ShareTokenSalt" => null
"ContentReviewType" => "Inherit"
"ReviewPeriodDays" => 0
"NextReviewDate" => null
"LastEditedByName" => "Maren Bouttell"
"OwnerNames" => null
"ProvideComments" => 0
"ModerationRequired" => "None"
"CommentsRequireLogin" => 0
"ShowPageUtilities" => 0
"AlgoliaIndexed" => null
"AlgoliaError" => null
"AlgoliaUUID" => null
"CanViewType" => "Inherit"
"CanEditType" => "Inherit"
"Version" => 151
"URLSegment" => "awanui-labs-collection-scl"
"Title" => "Awanui Labs Collection (SCL)"
"MenuTitle" => null
"Content" => null
"MetaDescription" => null
"ExtraMeta" => null
"ShowInMenus" => 1
"ShowInSearch" => 1
"Sort" => 1
"HasBrokenFile" => 0
"HasBrokenLink" => 0
"ReportClass" => null
"WorkflowDefinitionID" => 0
"SubsiteID" => 36
"ParentID" => 2811
"ID" => 2861
"RecordClassName" => "Page"
]
The following query took 0.0013s an returned 1 row(s)
Triggered by: SiteTree->isOrphaned:836 > SiteTree->canView:1195 > Hierarchy->SilverStripe\ORM\Hierarchy\{closure}:208 > Hierarchy->Children:207
SELECT
DISTINCT "SiteTree_Live"."ClassName",
"SiteTree_Live"."LastEdited",
"SiteTree_Live"."Created",
"SiteTree_Live"."Priority",
"SiteTree_Live"."ShareTokenSalt",
"SiteTree_Live"."ContentReviewType",
"SiteTree_Live"."ReviewPeriodDays",
"SiteTree_Live"."NextReviewDate",
"SiteTree_Live"."LastEditedByName",
"SiteTree_Live"."OwnerNames",
"SiteTree_Live"."ProvideComments",
"SiteTree_Live"."ModerationRequired",
"SiteTree_Live"."CommentsRequireLogin",
"SiteTree_Live"."ShowPageUtilities",
"SiteTree_Live"."AlgoliaIndexed",
"SiteTree_Live"."AlgoliaError",
"SiteTree_Live"."AlgoliaUUID",
"SiteTree_Live"."CanViewType",
"SiteTree_Live"."CanEditType",
"SiteTree_Live"."Version",
"SiteTree_Live"."URLSegment",
"SiteTree_Live"."Title",
"SiteTree_Live"."MenuTitle",
"SiteTree_Live"."Content",
"SiteTree_Live"."MetaDescription",
"SiteTree_Live"."ExtraMeta",
"SiteTree_Live"."ShowInMenus",
"SiteTree_Live"."ShowInSearch",
"SiteTree_Live"."Sort",
"SiteTree_Live"."HasBrokenFile",
"SiteTree_Live"."HasBrokenLink",
"SiteTree_Live"."ReportClass",
"SiteTree_Live"."WorkflowDefinitionID",
"SiteTree_Live"."SubsiteID",
"SiteTree_Live"."ParentID",
"SiteTree_Live"."ID",
CASE WHEN "SiteTree_Live"."ClassName" IS NOT NULL THEN
"SiteTree_Live"."ClassName"
ELSE
'SilverStripe\\CMS\\Model\\SiteTree'
END AS "RecordClassName"
FROM
"SiteTree_Live"
WHERE
("SiteTree_Live"."ID" = 2811)
ORDER BY
"SiteTree_Live"."Sort" ASC
LIMIT
1
array:37 [
"ClassName" => "Page"
"LastEdited" => "2024-09-30 14:10:20"
"Created" => "2021-06-01 14:40:58"
"Priority" => null
"ShareTokenSalt" => null
"ContentReviewType" => "Inherit"
"ReviewPeriodDays" => 0
"NextReviewDate" => null
"LastEditedByName" => "Maren Bouttell"
"OwnerNames" => null
"ProvideComments" => 0
"ModerationRequired" => "None"
"CommentsRequireLogin" => 0
"ShowPageUtilities" => 0
"AlgoliaIndexed" => null
"AlgoliaError" => null
"AlgoliaUUID" => null
"CanViewType" => "Inherit"
"CanEditType" => "Inherit"
"Version" => 56
"URLSegment" => "providing-blood-samples"
"Title" => "Providing Blood Samples"
"MenuTitle" => null
"Content" => null
"MetaDescription" => null
"ExtraMeta" => null
"ShowInMenus" => 1
"ShowInSearch" => 1
"Sort" => 10
"HasBrokenFile" => 0
"HasBrokenLink" => 0
"ReportClass" => null
"WorkflowDefinitionID" => 0
"SubsiteID" => 36
"ParentID" => 0
"ID" => 2811
"RecordClassName" => "Page"
]
The following query took 0.0045s an returned 0 row(s)
Triggered by: Hierarchy->Children:207 > MainNav.ss > Page.ss > Controller->handleAction:290
SELECT
DISTINCT "SiteTree_Live"."ClassName",
"SiteTree_Live"."LastEdited",
"SiteTree_Live"."Created",
"SiteTree_Live"."Priority",
"SiteTree_Live"."ShareTokenSalt",
"SiteTree_Live"."ContentReviewType",
"SiteTree_Live"."ReviewPeriodDays",
"SiteTree_Live"."NextReviewDate",
"SiteTree_Live"."LastEditedByName",
"SiteTree_Live"."OwnerNames",
"SiteTree_Live"."ProvideComments",
"SiteTree_Live"."ModerationRequired",
"SiteTree_Live"."CommentsRequireLogin",
"SiteTree_Live"."ShowPageUtilities",
"SiteTree_Live"."AlgoliaIndexed",
"SiteTree_Live"."AlgoliaError",
"SiteTree_Live"."AlgoliaUUID",
"SiteTree_Live"."CanViewType",
"SiteTree_Live"."CanEditType",
"SiteTree_Live"."Version",
"SiteTree_Live"."URLSegment",
"SiteTree_Live"."Title",
"SiteTree_Live"."MenuTitle",
"SiteTree_Live"."Content",
"SiteTree_Live"."MetaDescription",
"SiteTree_Live"."ExtraMeta",
"SiteTree_Live"."ShowInMenus",
"SiteTree_Live"."ShowInSearch",
"SiteTree_Live"."Sort",
"SiteTree_Live"."HasBrokenFile",
"SiteTree_Live"."HasBrokenLink",
"SiteTree_Live"."ReportClass",
"SiteTree_Live"."WorkflowDefinitionID",
"SiteTree_Live"."SubsiteID",
"SiteTree_Live"."ParentID",
"SiteTree_Live"."ID",
CASE WHEN "SiteTree_Live"."ClassName" IS NOT NULL THEN
"SiteTree_Live"."ClassName"
ELSE
'SilverStripe\\CMS\\Model\\SiteTree'
END AS "RecordClassName"
FROM
"SiteTree_Live"
WHERE
(
"SiteTree_Live"."ParentID" <> "SiteTree_Live"."ID"
)
AND (
"SiteTree_Live"."ParentID" = 2828
)
AND (
"SiteTree_Live"."ShowInMenus" = 1
)
AND (
"SiteTree_Live"."SubsiteID" IN (36)
)
ORDER BY
"SiteTree_Live"."Sort" ASC
The following query took 0.0018s an returned 0 row(s)
Triggered by: Hierarchy->Children:207 > MainNav.ss > Page.ss > Controller->handleAction:290
SELECT
DISTINCT "SiteTree_Live"."ClassName",
"SiteTree_Live"."LastEdited",
"SiteTree_Live"."Created",
"SiteTree_Live"."Priority",
"SiteTree_Live"."ShareTokenSalt",
"SiteTree_Live"."ContentReviewType",
"SiteTree_Live"."ReviewPeriodDays",
"SiteTree_Live"."NextReviewDate",
"SiteTree_Live"."LastEditedByName",
"SiteTree_Live"."OwnerNames",
"SiteTree_Live"."ProvideComments",
"SiteTree_Live"."ModerationRequired",
"SiteTree_Live"."CommentsRequireLogin",
"SiteTree_Live"."ShowPageUtilities",
"SiteTree_Live"."AlgoliaIndexed",
"SiteTree_Live"."AlgoliaError",
"SiteTree_Live"."AlgoliaUUID",
"SiteTree_Live"."CanViewType",
"SiteTree_Live"."CanEditType",
"SiteTree_Live"."Version",
"SiteTree_Live"."URLSegment",
"SiteTree_Live"."Title",
"SiteTree_Live"."MenuTitle",
"SiteTree_Live"."Content",
"SiteTree_Live"."MetaDescription",
"SiteTree_Live"."ExtraMeta",
"SiteTree_Live"."ShowInMenus",
"SiteTree_Live"."ShowInSearch",
"SiteTree_Live"."Sort",
"SiteTree_Live"."HasBrokenFile",
"SiteTree_Live"."HasBrokenLink",
"SiteTree_Live"."ReportClass",
"SiteTree_Live"."WorkflowDefinitionID",
"SiteTree_Live"."SubsiteID",
"SiteTree_Live"."ParentID",
"SiteTree_Live"."ID",
CASE WHEN "SiteTree_Live"."ClassName" IS NOT NULL THEN
"SiteTree_Live"."ClassName"
ELSE
'SilverStripe\\CMS\\Model\\SiteTree'
END AS "RecordClassName"
FROM
"SiteTree_Live"
WHERE
(
"SiteTree_Live"."ParentID" <> "SiteTree_Live"."ID"
)
AND (
"SiteTree_Live"."ParentID" = 2825
)
AND (
"SiteTree_Live"."ShowInMenus" = 1
)
AND (
"SiteTree_Live"."SubsiteID" IN (36)
)
ORDER BY
"SiteTree_Live"."Sort" ASC
The following query took 0.0041s an returned 1 row(s)
Triggered by: MainNav.ss > Page.ss > Controller->handleAction:290
SELECT
DISTINCT MAX("SiteTree_Live"."LastEdited")
FROM
"SiteTree_Live"
LEFT JOIN "Page_Live" ON "Page_Live"."ID" = "SiteTree_Live"."ID"
WHERE
(
"SiteTree_Live"."ClassName" IN (
'Page', 'BlocksPage', 'Intelligence\\Intelligence\\Page\\ContactPage',
'ESR\\ESR\\Pages\\EsrPage', 'Intelligence\\Intelligence\\Page\\IndexPage',
'ESR\\ESR\\Page\\SearchPage', 'Strmix\\Strmix\\Pages\\StrmixPage',
'Wellkiwis\\Wellkiwis\\Pages\\TeamPage',
'SilverStripe\\ErrorPage\\ErrorPage',
'SilverStripe\\IFrame\\IFramePage',
'SilverStripe\\Registry\\RegistryPage',
'Broarm\\CookieConsent\\Model\\CookiePolicyPage',
'Broarm\\CookieConsent\\Model\\PrivacyPolicyPage',
'Broarm\\CookieConsent\\Model\\TermsAndConditionsPage',
'CWP\\CWP\\PageTypes\\BaseHomePage',
'CWP\\CWP\\PageTypes\\DatedUpdateHolder',
'CWP\\CWP\\PageTypes\\DatedUpdatePage',
'CWP\\CWP\\PageTypes\\SitemapPage',
'SilverStripe\\Blog\\Model\\Blog',
'SilverStripe\\Blog\\Model\\BlogPost',
'SilverStripe\\CMS\\Model\\RedirectorPage',
'SilverStripe\\CMS\\Model\\VirtualPage',
'SilverStripe\\UserForms\\Model\\UserDefinedForm',
'ESR\\ESR\\Pages\\EsrCaseStudyPage',
'ESR\\ESR\\Pages\\EsrFeedDisplayPage',
'ESR\\ESR\\Pages\\EsrFullWidthPage',
'ESR\\ESR\\Pages\\EsrHolder', 'ESR\\ESR\\Pages\\EsrHomePage',
'ESR\\ESR\\Pages\\EsrProfilePage',
'ESR\\ESR\\Pages\\EsrSectionPage',
'ESR\\ESR\\Pages\\EsrCaseStudyHolderPage',
'ESR\\ESR\\Pages\\EsrFeatureHolder',
'ESR\\ESR\\Pages\\EsrProfileHolderPage',
'Strmix\\Strmix\\Pages\\StrmixCookiePolicyPage',
'HomePage', 'Strmix\\Strmix\\Pages\\StrmixHomePage',
'CWP\\CWP\\PageTypes\\EventHolder',
'CWP\\CWP\\PageTypes\\NewsHolder',
'ESR\\ESR\\Pages\\EsrNewsHolder',
'Strmix\\Strmix\\Pages\\StrmixNewsHolder',
'ESR\\ESR\\Pages\\EsrPublicationHolder',
'CWP\\CWP\\PageTypes\\EventPage',
'CWP\\CWP\\PageTypes\\NewsPage',
'ESR\\ESR\\Pages\\EsrPublicationPage',
'Strmix\\Strmix\\Pages\\StrmixNewsPage',
'CWP\\CWP\\PageTypes\\FooterHolder',
'SilverStripe\\Subsites\\Pages\\SubsitesVirtualPage'
)
)
AND (
"SiteTree_Live"."SubsiteID" IN (36)
)
array:1 [
"MAX("SiteTree_Live"."LastEdited")" => "2024-10-23 20:22:48"
]
The following query took 0.0033s an returned 1 row(s)
Triggered by: WellkiwisHeroBanner.ss > Page.ss > Page.ss > Controller->handleAction:290
SELECT
DISTINCT "SiteTree_Live"."ClassName",
"SiteTree_Live"."LastEdited",
"SiteTree_Live"."Created",
"Page_Live"."Intro",
"Page_Live"."TeReoMenuTitle",
"Page_Live"."AddInfoTitle",
"Page_Live"."AdditionalInformation",
"Page_Live"."RightMenuTitle",
"Page_Live"."RightHandMenu",
"Page_Live"."RightMenuVideo",
"Page_Live"."AddInfoVideo",
"Page_Live"."InFooter",
CASE WHEN "SiteTree_Live"."ClassName" IN (
'Page', 'BlocksPage', 'Intelligence\\Intelligence\\Page\\ContactPage',
'ESR\\ESR\\Pages\\EsrPage', 'Intelligence\\Intelligence\\Page\\IndexPage',
'ESR\\ESR\\Page\\SearchPage', 'Strmix\\Strmix\\Pages\\StrmixPage',
'Wellkiwis\\Wellkiwis\\Pages\\TeamPage',
'SilverStripe\\ErrorPage\\ErrorPage',
'SilverStripe\\IFrame\\IFramePage',
'SilverStripe\\Registry\\RegistryPage',
'Broarm\\CookieConsent\\Model\\CookiePolicyPage',
'Broarm\\CookieConsent\\Model\\PrivacyPolicyPage',
'Broarm\\CookieConsent\\Model\\TermsAndConditionsPage',
'CWP\\CWP\\PageTypes\\BaseHomePage',
'CWP\\CWP\\PageTypes\\DatedUpdateHolder',
'CWP\\CWP\\PageTypes\\DatedUpdatePage',
'CWP\\CWP\\PageTypes\\SitemapPage',
'SilverStripe\\Blog\\Model\\Blog',
'SilverStripe\\Blog\\Model\\BlogPost',
'SilverStripe\\CMS\\Model\\RedirectorPage',
'SilverStripe\\CMS\\Model\\VirtualPage',
'SilverStripe\\UserForms\\Model\\UserDefinedForm',
'ESR\\ESR\\Pages\\EsrCaseStudyPage',
'ESR\\ESR\\Pages\\EsrFeedDisplayPage',
'ESR\\ESR\\Pages\\EsrFullWidthPage',
'ESR\\ESR\\Pages\\EsrHolder', 'ESR\\ESR\\Pages\\EsrHomePage',
'ESR\\ESR\\Pages\\EsrProfilePage',
'ESR\\ESR\\Pages\\EsrSectionPage',
'ESR\\ESR\\Pages\\EsrCaseStudyHolderPage',
'ESR\\ESR\\Pages\\EsrFeatureHolder',
'ESR\\ESR\\Pages\\EsrProfileHolderPage',
'Strmix\\Strmix\\Pages\\StrmixCookiePolicyPage',
'HomePage', 'Strmix\\Strmix\\Pages\\StrmixHomePage',
'CWP\\CWP\\PageTypes\\EventHolder',
'CWP\\CWP\\PageTypes\\NewsHolder',
'ESR\\ESR\\Pages\\EsrNewsHolder',
'Strmix\\Strmix\\Pages\\StrmixNewsHolder',
'ESR\\ESR\\Pages\\EsrPublicationHolder',
'CWP\\CWP\\PageTypes\\EventPage',
'CWP\\CWP\\PageTypes\\NewsPage',
'ESR\\ESR\\Pages\\EsrPublicationPage',
'Strmix\\Strmix\\Pages\\StrmixNewsPage',
'CWP\\CWP\\PageTypes\\FooterHolder',
'SilverStripe\\Subsites\\Pages\\SubsitesVirtualPage'
) THEN
"Page_Live"."HideTitle"
WHEN "SiteTree_Live"."ClassName" IN (
'Strmix\\Strmix\\Pages\\StrmixPage'
) THEN
"Strmix_Strmix_Pages_StrmixPage_Live"."HideTitle"
WHEN "SiteTree_Live"."ClassName" IN (
'Wellkiwis\\Wellkiwis\\Pages\\TeamPage'
) THEN
"WellKiwisTeamPage_Live"."HideTitle"
WHEN "SiteTree_Live"."ClassName" IN (
'Strmix\\Strmix\\Pages\\StrmixHomePage'
) THEN
"StrmixHomePage_Live"."HideTitle"
WHEN "SiteTree_Live"."ClassName" IN (
'Strmix\\Strmix\\Pages\\StrmixNewsPage'
) THEN
"Strmix_Strmix_Pages_StrmixNewsPage_Live"."HideTitle"
ELSE
NULL
END AS "HideTitle",
"Page_Live"."HideInThisSection",
"Page_Live"."DisableRichLinks",
"Page_Live"."ElementalAreaID",
"Page_Live"."AddInfoImageID",
"Page_Live"."RightMenuImageID",
CASE WHEN "SiteTree_Live"."ClassName" IN (
'Page', 'BlocksPage', 'Intelligence\\Intelligence\\Page\\ContactPage',
'ESR\\ESR\\Pages\\EsrPage', 'Intelligence\\Intelligence\\Page\\IndexPage',
'ESR\\ESR\\Page\\SearchPage', 'Strmix\\Strmix\\Pages\\StrmixPage',
'Wellkiwis\\Wellkiwis\\Pages\\TeamPage',
'SilverStripe\\ErrorPage\\ErrorPage',
'SilverStripe\\IFrame\\IFramePage',
'SilverStripe\\Registry\\RegistryPage',
'Broarm\\CookieConsent\\Model\\CookiePolicyPage',
'Broarm\\CookieConsent\\Model\\PrivacyPolicyPage',
'Broarm\\CookieConsent\\Model\\TermsAndConditionsPage',
'CWP\\CWP\\PageTypes\\BaseHomePage',
'CWP\\CWP\\PageTypes\\DatedUpdateHolder',
'CWP\\CWP\\PageTypes\\DatedUpdatePage',
'CWP\\CWP\\PageTypes\\SitemapPage',
'SilverStripe\\Blog\\Model\\Blog',
'SilverStripe\\Blog\\Model\\BlogPost',
'SilverStripe\\CMS\\Model\\RedirectorPage',
'SilverStripe\\CMS\\Model\\VirtualPage',
'SilverStripe\\UserForms\\Model\\UserDefinedForm',
'ESR\\ESR\\Pages\\EsrCaseStudyPage',
'ESR\\ESR\\Pages\\EsrFeedDisplayPage',
'ESR\\ESR\\Pages\\EsrFullWidthPage',
'ESR\\ESR\\Pages\\EsrHolder', 'ESR\\ESR\\Pages\\EsrHomePage',
'ESR\\ESR\\Pages\\EsrProfilePage',
'ESR\\ESR\\Pages\\EsrSectionPage',
'ESR\\ESR\\Pages\\EsrCaseStudyHolderPage',
'ESR\\ESR\\Pages\\EsrFeatureHolder',
'ESR\\ESR\\Pages\\EsrProfileHolderPage',
'Strmix\\Strmix\\Pages\\StrmixCookiePolicyPage',
'HomePage', 'Strmix\\Strmix\\Pages\\StrmixHomePage',
'CWP\\CWP\\PageTypes\\EventHolder',
'CWP\\CWP\\PageTypes\\NewsHolder',
'ESR\\ESR\\Pages\\EsrNewsHolder',
'Strmix\\Strmix\\Pages\\StrmixNewsHolder',
'ESR\\ESR\\Pages\\EsrPublicationHolder',
'CWP\\CWP\\PageTypes\\EventPage',
'CWP\\CWP\\PageTypes\\NewsPage',
'ESR\\ESR\\Pages\\EsrPublicationPage',
'Strmix\\Strmix\\Pages\\StrmixNewsPage',
'CWP\\CWP\\PageTypes\\FooterHolder',
'SilverStripe\\Subsites\\Pages\\SubsitesVirtualPage'
) THEN
"Page_Live"."HeroImageID"
WHEN "SiteTree_Live"."ClassName" IN ('ESR\\ESR\\Pages\\EsrHomePage') THEN
"EsrHomePage_Live"."HeroImageID"
ELSE
NULL
END AS "HeroImageID",
"Page_Live"."HeroImageMobileID",
"SiteTree_Live"."ID",
CASE WHEN "SiteTree_Live"."ClassName" IS NOT NULL THEN
"SiteTree_Live"."ClassName"
ELSE
'SilverStripe\\CMS\\Model\\SiteTree'
END AS "RecordClassName",
"SiteTree_Live"."Sort"
FROM
"SiteTree_Live"
LEFT JOIN "Page_Live" ON "Page_Live"."ID" = "SiteTree_Live"."ID"
LEFT JOIN "Strmix_Strmix_Pages_StrmixPage_Live" ON "Strmix_Strmix_Pages_StrmixPage_Live"."ID" = "SiteTree_Live"."ID"
LEFT JOIN "WellKiwisTeamPage_Live" ON "WellKiwisTeamPage_Live"."ID" = "SiteTree_Live"."ID"
LEFT JOIN "EsrHomePage_Live" ON "EsrHomePage_Live"."ID" = "SiteTree_Live"."ID"
LEFT JOIN "StrmixHomePage_Live" ON "StrmixHomePage_Live"."ID" = "SiteTree_Live"."ID"
LEFT JOIN "Strmix_Strmix_Pages_StrmixNewsPage_Live" ON "Strmix_Strmix_Pages_StrmixNewsPage_Live"."ID" = "SiteTree_Live"."ID"
WHERE
("SiteTree_Live"."ID" = 2823)
AND (
"SiteTree_Live"."ClassName" IN (
'Page', 'BlocksPage', 'Intelligence\\Intelligence\\Page\\ContactPage',
'ESR\\ESR\\Pages\\EsrPage', 'Intelligence\\Intelligence\\Page\\IndexPage',
'ESR\\ESR\\Page\\SearchPage', 'Strmix\\Strmix\\Pages\\StrmixPage',
'Wellkiwis\\Wellkiwis\\Pages\\TeamPage',
'SilverStripe\\ErrorPage\\ErrorPage',
'SilverStripe\\IFrame\\IFramePage',
'SilverStripe\\Registry\\RegistryPage',
'Broarm\\CookieConsent\\Model\\CookiePolicyPage',
'Broarm\\CookieConsent\\Model\\PrivacyPolicyPage',
'Broarm\\CookieConsent\\Model\\TermsAndConditionsPage',
'CWP\\CWP\\PageTypes\\BaseHomePage',
'CWP\\CWP\\PageTypes\\DatedUpdateHolder',
'CWP\\CWP\\PageTypes\\DatedUpdatePage',
'CWP\\CWP\\PageTypes\\SitemapPage',
'SilverStripe\\Blog\\Model\\Blog',
'SilverStripe\\Blog\\Model\\BlogPost',
'SilverStripe\\CMS\\Model\\RedirectorPage',
'SilverStripe\\CMS\\Model\\VirtualPage',
'SilverStripe\\UserForms\\Model\\UserDefinedForm',
'ESR\\ESR\\Pages\\EsrCaseStudyPage',
'ESR\\ESR\\Pages\\EsrFeedDisplayPage',
'ESR\\ESR\\Pages\\EsrFullWidthPage',
'ESR\\ESR\\Pages\\EsrHolder', 'ESR\\ESR\\Pages\\EsrHomePage',
'ESR\\ESR\\Pages\\EsrProfilePage',
'ESR\\ESR\\Pages\\EsrSectionPage',
'ESR\\ESR\\Pages\\EsrCaseStudyHolderPage',
'ESR\\ESR\\Pages\\EsrFeatureHolder',
'ESR\\ESR\\Pages\\EsrProfileHolderPage',
'Strmix\\Strmix\\Pages\\StrmixCookiePolicyPage',
'HomePage', 'Strmix\\Strmix\\Pages\\StrmixHomePage',
'CWP\\CWP\\PageTypes\\EventHolder',
'CWP\\CWP\\PageTypes\\NewsHolder',
'ESR\\ESR\\Pages\\EsrNewsHolder',
'Strmix\\Strmix\\Pages\\StrmixNewsHolder',
'ESR\\ESR\\Pages\\EsrPublicationHolder',
'CWP\\CWP\\PageTypes\\EventPage',
'CWP\\CWP\\PageTypes\\NewsPage',
'ESR\\ESR\\Pages\\EsrPublicationPage',
'Strmix\\Strmix\\Pages\\StrmixNewsPage',
'CWP\\CWP\\PageTypes\\FooterHolder',
'SilverStripe\\Subsites\\Pages\\SubsitesVirtualPage'
)
)
ORDER BY
"SiteTree_Live"."Sort" ASC
LIMIT
1
array:23 [
"ClassName" => "Page"
"LastEdited" => "2024-06-07 09:24:30"
"Created" => "2021-06-03 09:56:56"
"Intro" => null
"TeReoMenuTitle" => null
"AddInfoTitle" => null
"AdditionalInformation" => null
"RightMenuTitle" => null
"RightHandMenu" => null
"RightMenuVideo" => null
"AddInfoVideo" => null
"InFooter" => 0
"HideTitle" => 1
"HideInThisSection" => 0
"DisableRichLinks" => 0
"ElementalAreaID" => 1511
"AddInfoImageID" => 0
"RightMenuImageID" => 0
"HeroImageID" => 0
"HeroImageMobileID" => 0
"ID" => 2823
"RecordClassName" => "Page"
"Sort" => 2
]
The following query took 0.0014s an returned 1 row(s)
Triggered by: Page.ss > Page.ss > Controller->handleAction:290
SELECT
DISTINCT "ElementalArea_Live"."ClassName",
"ElementalArea_Live"."LastEdited",
"ElementalArea_Live"."Created",
"ElementalArea_Live"."Version",
"ElementalArea_Live"."OwnerClassName",
"ElementalArea_Live"."TopPageID",
"ElementalArea_Live"."ID",
CASE WHEN "ElementalArea_Live"."ClassName" IS NOT NULL THEN
"ElementalArea_Live"."ClassName"
ELSE
'DNADesign\\Elemental\\Models\\ElementalArea'
END AS "RecordClassName"
FROM
"ElementalArea_Live"
WHERE
("ElementalArea_Live"."ID" = 1511)
LIMIT
1
array:8 [
"ClassName" => "DNADesign\Elemental\Models\ElementalArea"
"LastEdited" => "2021-06-03 09:58:06"
"Created" => "2021-06-03 09:56:56"
"Version" => 2
"OwnerClassName" => "Page"
"TopPageID" => 0
"ID" => 1511
"RecordClassName" => "DNADesign\Elemental\Models\ElementalArea"
]
The following query took 0.0021s an returned 2 row(s)
Triggered by: ElementalArea->ElementControllers:175 > ElementalArea.ss > ElementalArea->forTemplate:99 > Page.ss > Page.ss > Controller->handleAction:290
SELECT
DISTINCT "Element_Live"."ClassName",
"Element_Live"."LastEdited",
"Element_Live"."Created",
"Element_Live"."Version",
"Element_Live"."Title",
"Element_Live"."ShowTitle",
"Element_Live"."Sort",
"Element_Live"."ExtraClass",
"Element_Live"."Style",
"Element_Live"."TopPageID",
"Element_Live"."ParentID",
"Element_Live"."ID",
CASE WHEN "Element_Live"."ClassName" IS NOT NULL THEN
"Element_Live"."ClassName"
ELSE
'DNADesign\\Elemental\\Models\\BaseElement'
END AS "RecordClassName"
FROM
"Element_Live"
WHERE
("Element_Live"."ParentID" = 1511)
ORDER BY
"Element_Live"."Sort" ASC
"DNADesign\Elemental\Models\ElementContent,DNADesign\Elemental\Models\ElementContent"
The following query took 0.0012s an returned 1 row(s)
Triggered by: BaseElement->getPage:709 > BaseElement->canView:231 > ElementalArea->DNADesign\Elemental\Models\{closure}:176 > ElementalArea->ElementControllers:175
SELECT
DISTINCT "ElementalArea_Live"."ClassName",
"ElementalArea_Live"."LastEdited",
"ElementalArea_Live"."Created",
"ElementalArea_Live"."Version",
"ElementalArea_Live"."OwnerClassName",
"ElementalArea_Live"."TopPageID",
"ElementalArea_Live"."ID",
CASE WHEN "ElementalArea_Live"."ClassName" IS NOT NULL THEN
"ElementalArea_Live"."ClassName"
ELSE
'DNADesign\\Elemental\\Models\\ElementalArea'
END AS "RecordClassName"
FROM
"ElementalArea_Live"
WHERE
("ElementalArea_Live"."ID" = 1511)
LIMIT
1
array:8 [
"ClassName" => "DNADesign\Elemental\Models\ElementalArea"
"LastEdited" => "2021-06-03 09:58:06"
"Created" => "2021-06-03 09:56:56"
"Version" => 2
"OwnerClassName" => "Page"
"TopPageID" => 0
"ID" => 1511
"RecordClassName" => "DNADesign\Elemental\Models\ElementalArea"
]
The following query took 0.0033s an returned 1 row(s)
Triggered by: ElementalArea->getOwnerPage:221 > BaseElement->getPage:712 > BaseElement->canView:231 > ElementalArea->DNADesign\Elemental\Models\{closure}:176
SELECT
DISTINCT "SiteTree_Live"."ClassName",
"SiteTree_Live"."LastEdited",
"SiteTree_Live"."Created",
"SiteTree_Live"."Priority",
"SiteTree_Live"."ShareTokenSalt",
"SiteTree_Live"."ContentReviewType",
"SiteTree_Live"."ReviewPeriodDays",
"SiteTree_Live"."NextReviewDate",
"SiteTree_Live"."LastEditedByName",
"SiteTree_Live"."OwnerNames",
"SiteTree_Live"."ProvideComments",
"SiteTree_Live"."ModerationRequired",
"SiteTree_Live"."CommentsRequireLogin",
"SiteTree_Live"."ShowPageUtilities",
"SiteTree_Live"."AlgoliaIndexed",
"SiteTree_Live"."AlgoliaError",
"SiteTree_Live"."AlgoliaUUID",
"SiteTree_Live"."CanViewType",
"SiteTree_Live"."CanEditType",
"SiteTree_Live"."Version",
"SiteTree_Live"."URLSegment",
"SiteTree_Live"."Title",
"SiteTree_Live"."MenuTitle",
"SiteTree_Live"."Content",
"SiteTree_Live"."MetaDescription",
"SiteTree_Live"."ExtraMeta",
"SiteTree_Live"."ShowInMenus",
"SiteTree_Live"."ShowInSearch",
"SiteTree_Live"."Sort",
"SiteTree_Live"."HasBrokenFile",
"SiteTree_Live"."HasBrokenLink",
"SiteTree_Live"."ReportClass",
"SiteTree_Live"."WorkflowDefinitionID",
"SiteTree_Live"."SubsiteID",
"SiteTree_Live"."ParentID",
"Page_Live"."Intro",
"Page_Live"."TeReoMenuTitle",
"Page_Live"."AddInfoTitle",
"Page_Live"."AdditionalInformation",
"Page_Live"."RightMenuTitle",
"Page_Live"."RightHandMenu",
"Page_Live"."RightMenuVideo",
"Page_Live"."AddInfoVideo",
"Page_Live"."InFooter",
"Page_Live"."HideTitle",
"Page_Live"."HideInThisSection",
"Page_Live"."DisableRichLinks",
"Page_Live"."ElementalAreaID",
"Page_Live"."AddInfoImageID",
"Page_Live"."RightMenuImageID",
"Page_Live"."HeroImageID",
"Page_Live"."HeroImageMobileID",
"SiteTree_Live"."ID",
CASE WHEN "SiteTree_Live"."ClassName" IS NOT NULL THEN
"SiteTree_Live"."ClassName"
ELSE
'SilverStripe\\CMS\\Model\\SiteTree'
END AS "RecordClassName"
FROM
"SiteTree_Live"
LEFT JOIN "Page_Live" ON "Page_Live"."ID" = "SiteTree_Live"."ID"
WHERE
(
"Page_Live"."ElementalAreaID" = 1511
)
AND (
"SiteTree_Live"."ClassName" = 'Page'
)
AND (
"SiteTree_Live"."ClassName" IN (
'Page', 'BlocksPage', 'Intelligence\\Intelligence\\Page\\ContactPage',
'ESR\\ESR\\Pages\\EsrPage', 'Intelligence\\Intelligence\\Page\\IndexPage',
'ESR\\ESR\\Page\\SearchPage', 'Strmix\\Strmix\\Pages\\StrmixPage',
'Wellkiwis\\Wellkiwis\\Pages\\TeamPage',
'SilverStripe\\ErrorPage\\ErrorPage',
'SilverStripe\\IFrame\\IFramePage',
'SilverStripe\\Registry\\RegistryPage',
'Broarm\\CookieConsent\\Model\\CookiePolicyPage',
'Broarm\\CookieConsent\\Model\\PrivacyPolicyPage',
'Broarm\\CookieConsent\\Model\\TermsAndConditionsPage',
'CWP\\CWP\\PageTypes\\BaseHomePage',
'CWP\\CWP\\PageTypes\\DatedUpdateHolder',
'CWP\\CWP\\PageTypes\\DatedUpdatePage',
'CWP\\CWP\\PageTypes\\SitemapPage',
'SilverStripe\\Blog\\Model\\Blog',
'SilverStripe\\Blog\\Model\\BlogPost',
'SilverStripe\\CMS\\Model\\RedirectorPage',
'SilverStripe\\CMS\\Model\\VirtualPage',
'SilverStripe\\UserForms\\Model\\UserDefinedForm',
'ESR\\ESR\\Pages\\EsrCaseStudyPage',
'ESR\\ESR\\Pages\\EsrFeedDisplayPage',
'ESR\\ESR\\Pages\\EsrFullWidthPage',
'ESR\\ESR\\Pages\\EsrHolder', 'ESR\\ESR\\Pages\\EsrHomePage',
'ESR\\ESR\\Pages\\EsrProfilePage',
'ESR\\ESR\\Pages\\EsrSectionPage',
'ESR\\ESR\\Pages\\EsrCaseStudyHolderPage',
'ESR\\ESR\\Pages\\EsrFeatureHolder',
'ESR\\ESR\\Pages\\EsrProfileHolderPage',
'Strmix\\Strmix\\Pages\\StrmixCookiePolicyPage',
'HomePage', 'Strmix\\Strmix\\Pages\\StrmixHomePage',
'CWP\\CWP\\PageTypes\\EventHolder',
'CWP\\CWP\\PageTypes\\NewsHolder',
'ESR\\ESR\\Pages\\EsrNewsHolder',
'Strmix\\Strmix\\Pages\\StrmixNewsHolder',
'ESR\\ESR\\Pages\\EsrPublicationHolder',
'CWP\\CWP\\PageTypes\\EventPage',
'CWP\\CWP\\PageTypes\\NewsPage',
'ESR\\ESR\\Pages\\EsrPublicationPage',
'Strmix\\Strmix\\Pages\\StrmixNewsPage',
'CWP\\CWP\\PageTypes\\FooterHolder',
'SilverStripe\\Subsites\\Pages\\SubsitesVirtualPage'
)
)
AND (
"SiteTree_Live"."SubsiteID" IN (36)
)
ORDER BY
"SiteTree_Live"."Sort" ASC
LIMIT
1
array:54 [
"ClassName" => "Page"
"LastEdited" => "2024-06-07 09:24:30"
"Created" => "2021-06-03 09:56:56"
"Priority" => null
"ShareTokenSalt" => null
"ContentReviewType" => "Inherit"
"ReviewPeriodDays" => 0
"NextReviewDate" => null
"LastEditedByName" => "Ruth Seeds"
"OwnerNames" => null
"ProvideComments" => 0
"ModerationRequired" => "None"
"CommentsRequireLogin" => 0
"ShowPageUtilities" => 0
"AlgoliaIndexed" => null
"AlgoliaError" => null
"AlgoliaUUID" => null
"CanViewType" => "Inherit"
"CanEditType" => "Inherit"
"Version" => 19
"URLSegment" => "published-papers-news"
"Title" => "Published Papers & News"
"MenuTitle" => null
"Content" => null
"MetaDescription" => null
"ExtraMeta" => null
"ShowInMenus" => 1
"ShowInSearch" => 1
"Sort" => 2
"HasBrokenFile" => 0
"HasBrokenLink" => 0
"ReportClass" => null
"WorkflowDefinitionID" => 0
"SubsiteID" => 36
"ParentID" => 2819
"Intro" => null
"TeReoMenuTitle" => null
"AddInfoTitle" => null
"AdditionalInformation" => null
"RightMenuTitle" => null
"RightHandMenu" => null
"RightMenuVideo" => null
"AddInfoVideo" => null
"InFooter" => 0
"HideTitle" => 1
"HideInThisSection" => 0
"DisableRichLinks" => 0
"ElementalAreaID" => 1511
"AddInfoImageID" => 0
"RightMenuImageID" => 0
"HeroImageID" => 0
"HeroImageMobileID" => 0
"ID" => 2823
"RecordClassName" => "Page"
]
The following query took 0.0014s an returned 1 row(s)
Triggered by: SiteTree->isOrphaned:836 > SiteTree->canView:1195 > BaseElement->canView:232 > ElementalArea->DNADesign\Elemental\Models\{closure}:176
SELECT
DISTINCT "SiteTree_Live"."ClassName",
"SiteTree_Live"."LastEdited",
"SiteTree_Live"."Created",
"SiteTree_Live"."Priority",
"SiteTree_Live"."ShareTokenSalt",
"SiteTree_Live"."ContentReviewType",
"SiteTree_Live"."ReviewPeriodDays",
"SiteTree_Live"."NextReviewDate",
"SiteTree_Live"."LastEditedByName",
"SiteTree_Live"."OwnerNames",
"SiteTree_Live"."ProvideComments",
"SiteTree_Live"."ModerationRequired",
"SiteTree_Live"."CommentsRequireLogin",
"SiteTree_Live"."ShowPageUtilities",
"SiteTree_Live"."AlgoliaIndexed",
"SiteTree_Live"."AlgoliaError",
"SiteTree_Live"."AlgoliaUUID",
"SiteTree_Live"."CanViewType",
"SiteTree_Live"."CanEditType",
"SiteTree_Live"."Version",
"SiteTree_Live"."URLSegment",
"SiteTree_Live"."Title",
"SiteTree_Live"."MenuTitle",
"SiteTree_Live"."Content",
"SiteTree_Live"."MetaDescription",
"SiteTree_Live"."ExtraMeta",
"SiteTree_Live"."ShowInMenus",
"SiteTree_Live"."ShowInSearch",
"SiteTree_Live"."Sort",
"SiteTree_Live"."HasBrokenFile",
"SiteTree_Live"."HasBrokenLink",
"SiteTree_Live"."ReportClass",
"SiteTree_Live"."WorkflowDefinitionID",
"SiteTree_Live"."SubsiteID",
"SiteTree_Live"."ParentID",
"SiteTree_Live"."ID",
CASE WHEN "SiteTree_Live"."ClassName" IS NOT NULL THEN
"SiteTree_Live"."ClassName"
ELSE
'SilverStripe\\CMS\\Model\\SiteTree'
END AS "RecordClassName"
FROM
"SiteTree_Live"
WHERE
("SiteTree_Live"."ID" = 2819)
ORDER BY
"SiteTree_Live"."Sort" ASC
LIMIT
1
array:37 [
"ClassName" => "Page"
"LastEdited" => "2024-09-27 09:26:36"
"Created" => "2021-06-03 09:39:34"
"Priority" => null
"ShareTokenSalt" => null
"ContentReviewType" => "Inherit"
"ReviewPeriodDays" => 0
"NextReviewDate" => null
"LastEditedByName" => "Martiza Marull"
"OwnerNames" => null
"ProvideComments" => 0
"ModerationRequired" => "None"
"CommentsRequireLogin" => 0
"ShowPageUtilities" => 0
"AlgoliaIndexed" => null
"AlgoliaError" => null
"AlgoliaUUID" => null
"CanViewType" => "Inherit"
"CanEditType" => "Inherit"
"Version" => 106
"URLSegment" => "news-and-findings"
"Title" => "Study Reports & News"
"MenuTitle" => null
"Content" => null
"MetaDescription" => null
"ExtraMeta" => null
"ShowInMenus" => 1
"ShowInSearch" => 1
"Sort" => 6
"HasBrokenFile" => 0
"HasBrokenLink" => 0
"ReportClass" => null
"WorkflowDefinitionID" => 0
"SubsiteID" => 36
"ParentID" => 0
"ID" => 2819
"RecordClassName" => "Page"
]
The following query took 0.001s an returned 1 row(s)
Triggered by: BaseElement->getAreaRelationName:978 > BaseElement->getRenderTemplates:641 > BaseElement->forTemplate:607 > ElementHolder.ss > ElementController->forTemplate:87
SELECT
DISTINCT "ElementalArea_Live"."ClassName",
"ElementalArea_Live"."LastEdited",
"ElementalArea_Live"."Created",
"ElementalArea_Live"."Version",
"ElementalArea_Live"."OwnerClassName",
"ElementalArea_Live"."TopPageID",
"ElementalArea_Live"."ID",
CASE WHEN "ElementalArea_Live"."ClassName" IS NOT NULL THEN
"ElementalArea_Live"."ClassName"
ELSE
'DNADesign\\Elemental\\Models\\ElementalArea'
END AS "RecordClassName"
FROM
"ElementalArea_Live"
WHERE
("ElementalArea_Live"."ID" = 1511)
LIMIT
1
array:8 [
"ClassName" => "DNADesign\Elemental\Models\ElementalArea"
"LastEdited" => "2021-06-03 09:58:06"
"Created" => "2021-06-03 09:56:56"
"Version" => 2
"OwnerClassName" => "Page"
"TopPageID" => 0
"ID" => 1511
"RecordClassName" => "DNADesign\Elemental\Models\ElementalArea"
]
The following query took 0.0024s an returned 1 row(s)
Triggered by: ElementContent.ss > BaseElement->forTemplate:610 > ElementHolder.ss > ElementController->forTemplate:87
SELECT
DISTINCT "Element_Live"."ClassName",
"Element_Live"."LastEdited",
"Element_Live"."Created",
"ElementContent_Live"."HTML",
"Element_Live"."ID",
CASE WHEN "Element_Live"."ClassName" IS NOT NULL THEN
"Element_Live"."ClassName"
ELSE
'DNADesign\\Elemental\\Models\\BaseElement'
END AS "RecordClassName",
"Element_Live"."Sort"
FROM
"Element_Live"
LEFT JOIN "ElementContent_Live" ON "ElementContent_Live"."ID" = "Element_Live"."ID"
WHERE
("Element_Live"."ID" = 1786)
AND (
"Element_Live"."ClassName" IN (
'DNADesign\\Elemental\\Models\\ElementContent',
'Strmix\\Strmix\\Element\\ElementColumns',
'Intelligence\\Intelligence\\Element\\ElementNewsPreview',
'Intelligence\\Intelligence\\Element\\ElementRelatedLinks',
'Intelligence\\Intelligence\\Element\\ElementTiles'
)
)
ORDER BY
"Element_Live"."Sort" ASC
LIMIT
1
array:7 [
"ClassName" => "DNADesign\Elemental\Models\ElementContent"
"LastEdited" => "2024-06-07 09:24:30"
"Created" => "2021-07-12 13:28:11"
"HTML" => """
<p><a title="Tracing household transmission of SARS-CoV-2 in NZ using genomics" rel="noopener noreferrer" href="https://www.nature.com/articles/s44298-024-00032-6#https://www.nature.com/articles/s44298-024-00032-6" target="_blank">Nature Viruses - Tracing household transmission of SARS-CoV-2 in NZ using genomics</a></p>\n
<p><a rel="noopener noreferrer" href="[file_link,id=11145]" target="_blank">Wiley - Impact of the COVID-19 related border restrictions on influenza and other common respiratory viral infections in New Zealand</a></p>\n
<p><a rel="noopener noreferrer" href="[file_link,id=10846]" target="_blank">Nature Immunology - Baseline innate T cell populations are correlates of protection against symptomatic influenza virus infection independent of serology</a></p>\n
<p><a rel="noopener noreferrer" href="[file_link,id=7641]" target="_blank">Nature Communications - Impact of the COVID-19 non pharmaceutical interventions on influenza and other respiratory viral infections in New Zealand</a></p>\n
<p> </p>
"""
"ID" => 1786
"RecordClassName" => "DNADesign\Elemental\Models\ElementContent"
"Sort" => 1
]
The following query took 0.002s an returned 1 row(s)
Triggered by: RichLinksExtension->RichLinks:43 > BetterRichLinksExtension->BetterRichLinks:24 > ElementContent.ss > BaseElement->forTemplate:610
SELECT
DISTINCT "File_Live"."ClassName",
"File_Live"."LastEdited",
"File_Live"."Created",
"File_Live"."Version",
"File_Live"."UserFormUpload",
"File_Live"."HasMigratedAndExists",
"File_Live"."CanViewType",
"File_Live"."CanEditType",
"File_Live"."Name",
"File_Live"."Title",
"File_Live"."ShowInSearch",
"File_Live"."SubsiteID",
"File_Live"."ParentID",
"File_Live"."OwnerID",
"File_Live"."FileHash",
"File_Live"."FileFilename",
"File_Live"."FileVariant",
"File_Live"."ID",
CASE WHEN "File_Live"."ClassName" IS NOT NULL THEN
"File_Live"."ClassName"
ELSE
'SilverStripe\\Assets\\File'
END AS "RecordClassName"
FROM
"File_Live"
WHERE
("File_Live"."ID" = 11145)
ORDER BY
"File_Live"."Name" ASC
LIMIT
1
array:19 [
"ClassName" => "SilverStripe\Assets\File"
"LastEdited" => "2024-10-20 22:54:12"
"Created" => "2024-02-20 13:07:31"
"Version" => 7
"UserFormUpload" => "f"
"HasMigratedAndExists" => 1
"CanViewType" => "Inherit"
"CanEditType" => "Inherit"
"Name" => "2024_Huang_IRV_ImpactBorderRestrictionsOnFluRSV.pdf"
"Title" => "2024 Huang IRV ImpactBorderRestrictionsOnFluRSV"
"ShowInSearch" => 1
"SubsiteID" => 0
"ParentID" => 0
"OwnerID" => 310
"FileHash" => "17c18db1ec01918036bee57442e3d75e6122b014"
"FileFilename" => "2024_Huang_IRV_ImpactBorderRestrictionsOnFluRSV.pdf"
"FileVariant" => null
"ID" => 11145
"RecordClassName" => "SilverStripe\Assets\File"
]
The following query took 0.0016s an returned 1 row(s)
Triggered by: RichLinksExtension->RichLinks:43 > BetterRichLinksExtension->BetterRichLinks:24 > ElementContent.ss > BaseElement->forTemplate:610
SELECT
DISTINCT "File_Live"."ClassName",
"File_Live"."LastEdited",
"File_Live"."Created",
"File_Live"."Version",
"File_Live"."UserFormUpload",
"File_Live"."HasMigratedAndExists",
"File_Live"."CanViewType",
"File_Live"."CanEditType",
"File_Live"."Name",
"File_Live"."Title",
"File_Live"."ShowInSearch",
"File_Live"."SubsiteID",
"File_Live"."ParentID",
"File_Live"."OwnerID",
"File_Live"."FileHash",
"File_Live"."FileFilename",
"File_Live"."FileVariant",
"File_Live"."ID",
CASE WHEN "File_Live"."ClassName" IS NOT NULL THEN
"File_Live"."ClassName"
ELSE
'SilverStripe\\Assets\\File'
END AS "RecordClassName"
FROM
"File_Live"
WHERE
("File_Live"."ID" = 10846)
ORDER BY
"File_Live"."Name" ASC
LIMIT
1
array:19 [
"ClassName" => "SilverStripe\Assets\File"
"LastEdited" => "2024-10-20 23:22:55"
"Created" => "2023-08-23 11:07:51"
"Version" => 5
"UserFormUpload" => "f"
"HasMigratedAndExists" => 1
"CanViewType" => "Inherit"
"CanEditType" => "Inherit"
"Name" => "Nature-immunology-baseline-innate-and-T-cell-populations-are-correlates-of-protection-against-symptomatic-influenza-virus-infection-independent-of-serology.pdf"
"Title" => "Nature immunology baseline innate and T cell populations are correlates of protection against symptomatic influenza virus infection independent of serology"
"ShowInSearch" => 1
"SubsiteID" => 36
"ParentID" => 7640
"OwnerID" => 310
"FileHash" => "5ddd600d898613ac07eab0b935bcd52b9e425492"
"FileFilename" => "Published-papers/Nature-immunology-baseline-innate-and-T-cell-populations-are-correlates-of-protection-against-symptomatic-influenza-virus-infection-independent-of-serology.pdf"
"FileVariant" => null
"ID" => 10846
"RecordClassName" => "SilverStripe\Assets\File"
]
The following query took 0.0024s an returned 1 row(s)
Triggered by: RichLinksExtension->RichLinks:43 > BetterRichLinksExtension->BetterRichLinks:24 > ElementContent.ss > BaseElement->forTemplate:610
SELECT
DISTINCT "File_Live"."ClassName",
"File_Live"."LastEdited",
"File_Live"."Created",
"File_Live"."Version",
"File_Live"."UserFormUpload",
"File_Live"."HasMigratedAndExists",
"File_Live"."CanViewType",
"File_Live"."CanEditType",
"File_Live"."Name",
"File_Live"."Title",
"File_Live"."ShowInSearch",
"File_Live"."SubsiteID",
"File_Live"."ParentID",
"File_Live"."OwnerID",
"File_Live"."FileHash",
"File_Live"."FileFilename",
"File_Live"."FileVariant",
"File_Live"."ID",
CASE WHEN "File_Live"."ClassName" IS NOT NULL THEN
"File_Live"."ClassName"
ELSE
'SilverStripe\\Assets\\File'
END AS "RecordClassName"
FROM
"File_Live"
WHERE
("File_Live"."ID" = 7641)
ORDER BY
"File_Live"."Name" ASC
LIMIT
1
array:19 [
"ClassName" => "SilverStripe\Assets\File"
"LastEdited" => "2024-10-20 22:53:06"
"Created" => "2021-07-12 13:27:15"
"Version" => 5
"UserFormUpload" => "f"
"HasMigratedAndExists" => 1
"CanViewType" => "Inherit"
"CanEditType" => "Inherit"
"Name" => "2021_Huang_NatureComms_ImpactNPIsOnFlu.pdf"
"Title" => "2021 Huang NatureComms ImpactNPIsOnFlu"
"ShowInSearch" => 1
"SubsiteID" => 36
"ParentID" => 7640
"OwnerID" => 310
"FileHash" => "c1083f27f4168e73404288f5fe88f3ad29d24376"
"FileFilename" => "Published-papers/2021_Huang_NatureComms_ImpactNPIsOnFlu.pdf"
"FileVariant" => null
"ID" => 7641
"RecordClassName" => "SilverStripe\Assets\File"
]
The following query took 0.0011s an returned 1 row(s)
Triggered by: InheritedPermissions->batchPermissionCheckForStage:359 > InheritedPermissions->batchPermissionCheck:310 > InheritedPermissions->batchPermissionCheck:281 > InheritedPermissions->canViewMultiple:475
SELECT
"File"."ID",
"File"."Name" AS "_SortColumn0"
FROM
"File"
WHERE
(
"File"."ID" IN (11145)
)
ORDER BY
"_SortColumn0" ASC
array:2 [
"ID" => 11145
"_SortColumn0" => "2024_Huang_IRV_ImpactBorderRestrictionsOnFluRSV.pdf"
]
The following query took 0.0011s an returned 0 row(s)
Triggered by: InheritedPermissions->batchPermissionCheckForStage:397 > InheritedPermissions->batchPermissionCheck:310 > InheritedPermissions->batchPermissionCheck:281 > InheritedPermissions->canViewMultiple:475
SELECT
"File"."ID",
"File"."Name" AS "_SortColumn0"
FROM
"File"
WHERE
(
"File"."ID" IN (11145)
)
AND ("File"."CanViewType" = 'Anyone')
ORDER BY
"_SortColumn0" ASC
The following query took 0.0013s an returned 1 row(s)
Triggered by: InheritedPermissions->batchPermissionCheckForStage:417 > InheritedPermissions->batchPermissionCheck:310 > InheritedPermissions->batchPermissionCheck:281 > InheritedPermissions->canViewMultiple:475
SELECT
DISTINCT "File"."ID",
"File"."ParentID"
FROM
"File"
WHERE
(
"File"."ID" IN (11145)
)
AND ("File"."CanViewType" = 'Inherit')
ORDER BY
"File"."ID" ASC
array:2 [
"ID" => 11145
"ParentID" => 0
]
The following query took 0.0018s an returned 0 row(s)
Triggered by: InheritedPermissions->batchPermissionCheckForStage:359 > InheritedPermissions->batchPermissionCheck:310 > InheritedPermissions->batchPermissionCheck:281 > InheritedPermissions->canViewMultiple:475
SELECT
"File_Live"."ID",
"File_Live"."Name" AS "_SortColumn0"
FROM
"File_Live"
WHERE
(
"File_Live"."ID" IN (11145)
)
AND (
(
"File_Live"."ID" NOT IN (11145)
OR "File_Live"."ID" IS NULL
)
)
ORDER BY
"_SortColumn0" ASC
The following query took 0.0036s an returned 0 row(s)
Triggered by: InheritedPermissions->batchPermissionCheckForStage:397 > InheritedPermissions->batchPermissionCheck:310 > InheritedPermissions->batchPermissionCheck:281 > InheritedPermissions->canViewMultiple:475
SELECT
"File_Live"."ID",
"File_Live"."Name" AS "_SortColumn0"
FROM
"File_Live"
WHERE
(
"File_Live"."ID" IN (11145)
)
AND (
(
"File_Live"."ID" NOT IN (11145)
OR "File_Live"."ID" IS NULL
)
)
AND (
"File_Live"."CanViewType" = 'Anyone'
)
ORDER BY
"_SortColumn0" ASC
The following query took 0.0017s an returned 0 row(s)
Triggered by: InheritedPermissions->batchPermissionCheckForStage:417 > InheritedPermissions->batchPermissionCheck:310 > InheritedPermissions->batchPermissionCheck:281 > InheritedPermissions->canViewMultiple:475
SELECT
DISTINCT "File_Live"."ID",
"File_Live"."ParentID"
FROM
"File_Live"
WHERE
(
"File_Live"."ID" IN (11145)
)
AND (
(
"File_Live"."ID" NOT IN (11145)
OR "File_Live"."ID" IS NULL
)
)
AND (
"File_Live"."CanViewType" = 'Inherit'
)
ORDER BY
"File_Live"."ID" ASC
The following query took 0.0011s an returned 1 row(s)
Triggered by: InheritedPermissions->batchPermissionCheckForStage:359 > InheritedPermissions->batchPermissionCheck:310 > InheritedPermissions->batchPermissionCheck:281 > InheritedPermissions->canViewMultiple:475
SELECT
"File"."ID",
"File"."Name" AS "_SortColumn0"
FROM
"File"
WHERE
(
"File"."ID" IN (7640)
)
ORDER BY
"_SortColumn0" ASC
array:2 [
"ID" => 7640
"_SortColumn0" => "Published-papers"
]
The following query took 0.0014s an returned 0 row(s)
Triggered by: InheritedPermissions->batchPermissionCheckForStage:397 > InheritedPermissions->batchPermissionCheck:310 > InheritedPermissions->batchPermissionCheck:281 > InheritedPermissions->canViewMultiple:475
SELECT
"File"."ID",
"File"."Name" AS "_SortColumn0"
FROM
"File"
WHERE
(
"File"."ID" IN (7640)
)
AND ("File"."CanViewType" = 'Anyone')
ORDER BY
"_SortColumn0" ASC
The following query took 0.0012s an returned 1 row(s)
Triggered by: InheritedPermissions->batchPermissionCheckForStage:417 > InheritedPermissions->batchPermissionCheck:310 > InheritedPermissions->batchPermissionCheck:281 > InheritedPermissions->canViewMultiple:475
SELECT
DISTINCT "File"."ID",
"File"."ParentID"
FROM
"File"
WHERE
(
"File"."ID" IN (7640)
)
AND ("File"."CanViewType" = 'Inherit')
ORDER BY
"File"."ID" ASC
array:2 [
"ID" => 7640
"ParentID" => 0
]
The following query took 0.0005s an returned 0 row(s)
Triggered by: InheritedPermissions->batchPermissionCheckForStage:359 > InheritedPermissions->batchPermissionCheck:310 > InheritedPermissions->batchPermissionCheck:281 > InheritedPermissions->canViewMultiple:475
SELECT
"File_Live"."ID",
"File_Live"."Name" AS "_SortColumn0"
FROM
"File_Live"
WHERE
(
"File_Live"."ID" IN (7640)
)
AND (
(
"File_Live"."ID" NOT IN (7640)
OR "File_Live"."ID" IS NULL
)
)
ORDER BY
"_SortColumn0" ASC
The following query took 0.0015s an returned 0 row(s)
Triggered by: InheritedPermissions->batchPermissionCheckForStage:397 > InheritedPermissions->batchPermissionCheck:310 > InheritedPermissions->batchPermissionCheck:281 > InheritedPermissions->canViewMultiple:475
SELECT
"File_Live"."ID",
"File_Live"."Name" AS "_SortColumn0"
FROM
"File_Live"
WHERE
(
"File_Live"."ID" IN (7640)
)
AND (
(
"File_Live"."ID" NOT IN (7640)
OR "File_Live"."ID" IS NULL
)
)
AND (
"File_Live"."CanViewType" = 'Anyone'
)
ORDER BY
"_SortColumn0" ASC
The following query took 0.0022s an returned 0 row(s)
Triggered by: InheritedPermissions->batchPermissionCheckForStage:417 > InheritedPermissions->batchPermissionCheck:310 > InheritedPermissions->batchPermissionCheck:281 > InheritedPermissions->canViewMultiple:475
SELECT
DISTINCT "File_Live"."ID",
"File_Live"."ParentID"
FROM
"File_Live"
WHERE
(
"File_Live"."ID" IN (7640)
)
AND (
(
"File_Live"."ID" NOT IN (7640)
OR "File_Live"."ID" IS NULL
)
)
AND (
"File_Live"."CanViewType" = 'Inherit'
)
ORDER BY
"File_Live"."ID" ASC
The following query took 0.0025s an returned 1 row(s)
Triggered by: ElementContent.ss > BaseElement->forTemplate:610 > ElementHolder.ss > ElementController->forTemplate:87
SELECT
DISTINCT "Element_Live"."ClassName",
"Element_Live"."LastEdited",
"Element_Live"."Created",
"ElementContent_Live"."HTML",
"Element_Live"."ID",
CASE WHEN "Element_Live"."ClassName" IS NOT NULL THEN
"Element_Live"."ClassName"
ELSE
'DNADesign\\Elemental\\Models\\BaseElement'
END AS "RecordClassName",
"Element_Live"."Sort"
FROM
"Element_Live"
LEFT JOIN "ElementContent_Live" ON "ElementContent_Live"."ID" = "Element_Live"."ID"
WHERE
("Element_Live"."ID" = 2376)
AND (
"Element_Live"."ClassName" IN (
'DNADesign\\Elemental\\Models\\ElementContent',
'Strmix\\Strmix\\Element\\ElementColumns',
'Intelligence\\Intelligence\\Element\\ElementNewsPreview',
'Intelligence\\Intelligence\\Element\\ElementRelatedLinks',
'Intelligence\\Intelligence\\Element\\ElementTiles'
)
)
ORDER BY
"Element_Live"."Sort" ASC
LIMIT
1
array:7 [
"ClassName" => "DNADesign\Elemental\Models\ElementContent"
"LastEdited" => "2023-08-23 11:10:10"
"Created" => "2023-03-13 15:38:42"
"HTML" => """
<div id="e1495" class="element dnadesign__elemental__models__elementcontent">\n
<div class="content-element__content">\n
<p>The following articles are the most recent related to the WellKiwis Influenza Study</p>\n
<h4>2023</h4>\n
<p><a rel="noopener noreferrer" href="https://www.nzherald.co.nz/nz/nz-patients-just-helped-scientists-tackle-one-of-the-flus-biggest-mysteries/UDH22ZKYG5FMBDJLHRZMLKAEGM/" target="_blank">NZ Herald - NZ patients just helped scientists tackle one of the flu's biggest mysteries</a></p>\n
<h4>2022</h4>\n
<p><a class="external" rel="noopener noreferrer" href="https://www.rnz.co.nz/national/programmes/ninetonoon/audio/2018843037/first-flu-for-two-years-cases-on-the-rise" target="_blank">RNZ - First flu for two years: cases on the rise<span class="sr-only">(external link)</span></a></p>\n
<h4>2021</h4>\n
<p><a class="external" title="Open external link" rel="noopener noreferrer" href="https://www.youtube.com/watch?v=X6oEGTEJGY0" target="_blank">Sunday TVNZ - Hunt for better vaccines underway in Wellington</a><a class="external" title="Open external link" rel="noopener noreferrer" href="https://www.youtube.com/watch?v=X6oEGTEJGY0" target="_blank"><br><span class="sr-only">(external link)</span><span class="sr-only">(external link)</span></a></p>\n
<p><a class="external" title="Open external link" rel="external" href="https://www.rnz.co.nz/national/programmes/ninetonoon/audio/2018803093/rsv-critical-research-needed-as-cases-soar-post-bubble">RSV: critical research needed as cases soar post-bubble | RNZ<span class="sr-only">(external link)</span><span class="sr-only">(external link)</span></a></p>\n
<p><a class="external" title="Open external link" rel="external" href="https://www.stuff.co.nz/national/health/125442512/extraordinary-lack-of-seasonal-flu-in-new-zealand-esr-virologist-says">'Extraordinary' lack of seasonal flu in New Zealand, ESR virologist says | Stuff.co.nz<span class="sr-only">(external link)</span><span class="sr-only">(external link)</span></a><a class="external" title="Open external link" rel="external" href="https://www.nature.com/articles/s41467-021-21157-9"><br><span class="sr-only">(external link)</span><span class="sr-only">(external link)</span></a></p>\n
<h4>2020</h4>\n
<p><a class="external" title="Open external link" rel="external" href="https://www.stuff.co.nz/national/health/123811484/sevenyear-influenza-study-needs-more-wellington-families-in-quest-for-better-vaccines?fbclid=IwAR0vGtoIH8eJyo6PGy6PLmAQ-OdzEDJyI6wtVOVel2-_5N9KfZzyHQMF6oA">Seven-year influenza study needs more Wellington families in quest for better vaccines | Stuff.co.nz<span class="sr-only">(external link)</span><span class="sr-only">(external link)</span></a></p>\n
<p><a class="external" title="Open external link" rel="noopener noreferrer" href="http://www.rph.org.nz/news-and-events/news-and-media-releases/2020-09-23-wellkiwis-research-study/" target="_blank">Regional Public Health- WellKiwis research study<span class="sr-only">(external link)</span><span class="sr-only">(external link)</span><span class="sr-only">(external link)</span></a></p>\n
<p><a class="external" title="Two Wellington nurses have taken an ordinary campervan and turned it into a mobile clinic all in the name of influenza and COVID-19 research." rel="noopener noreferrer" href="http://www.voxy.co.nz/health/5/365858" target="_blank">Voxy- ESR research nurses go mobile<span class="sr-only">(external link)</span><span class="sr-only">(external link)</span><span class="sr-only">(external link)</span></a></p>\n
<p><a class="external" title="It was the first suspected Covid-19 sample collected in New Zealand. "All of New Zealand was waiting, holding their breath for those results, and so we wanted to get them out as quickly as possible." rel="noopener noreferrer" href="https://www.stuff.co.nz/national/health/coronavirus/121386997/workers-who-tested-nzs-first-covid19-sample-hidden-figures-of-pandemic" target="_blank">Stuff- Workers who tested nzs first covid19 sample hidden figures of pandemic<span> </span><span class="sr-only">(external link)</span><span class="sr-only">(external link)</span><span class="sr-only">(external link)</span></a></p>\n
<p><a class="external" title="A long term surveillance study could hold the clues to developing a Covid-19 vaccine. The national lab, ESR monitors more than 2000 people as part of large scale research into influenza and its vaccine effectiveness." rel="noopener noreferrer" href="https://www.rnz.co.nz/news/national/414594/nz-study-could-help-guide-development-of-covid-19-vaccine" target="_blank">RNZ- NZ study could help guide development of Covid19 vaccine<span class="sr-only">(external link)</span><span class="sr-only">(external link)</span><span class="sr-only">(external link)</span></a></p>\n
<p><a class="external" title="Two large-scale and long-term studies, SHIVERS-II and WellKiwis - multi-agency and multi-disciplinary collaborations that involve the Malaghan Institute's Hugh Green Cytometry Centre - will expand to include testing for SARS-CoV-2, the virus that causes COVID-19. " rel="noopener noreferrer" href="https://www.malaghan.org.nz/news/kiwis-could-hold-the-clue-to-covid-19/" target="_blank">Malaghan- Kiwis could hold the clue to Covid19<span class="sr-only">(external link)</span><span class="sr-only">(external link)</span><span class="sr-only">(external link)</span></a></p>\n
<p><a class="external" title="Open external link" rel="noopener noreferrer" href="https://www.newshub.co.nz/home/new-zealand/2020/04/coronavirus-kiwi-flu-studies-expand-to-include-covid-19.html" target="_blank">Newshub- Coronavirus: Kiwi flu studies expand to include COVID-19<span class="sr-only">(external link)</span><span class="sr-only">(external link)</span><span class="sr-only">(external link)</span></a></p>\n
</div>\n
</div><div id="e818" class="element dnadesign__elemental__models__elementcontent">\n
<div class="content-element__content">\n
<p class="content-element__title"> </p>\n
<h2 class="content-element__title">Awards and Funding</h2>\n
<p><a class="external" title="An ESR led research project investigating influenza and influenza vaccines has won a top national science award for contributing new insights into the burden of influenza, vaccine effectiveness and influenza immunology." rel="noopener noreferrer" href="https://www.nzdoctor.co.nz/article/undoctored/shivers-flu-study-wins-national-science-award?SubsiteID=27" target="_blank">NZdoctor- The 'SHIVERS' flu study wins national science award<span class="sr-only">(external link)</span><span class="sr-only">(external link)</span><span class="sr-only">(external link)</span></a></p>\n
<p><a class="external" title="Principal investigators Paul Thomas, Ph.D., of St. Jude Children’s Research Hospital, and Aubree Gordon, Ph.D., of the University of Michigan School of Public Health, will lead studies designed to follow more than 3,000 infants and young children in Los Angeles; Managua, Nicaragua; and Wellington, New Zealand for seven years. This grant may provide up to $34.3 million in support over seven years." rel="noopener noreferrer" href="https://www.nih.gov/news-events/news-releases/nih-announces-two-awards-multi-year-studies-influenza-immunity-children" target="_blank">National Institutes of Health- NIH announces two awards for multi-year studies of influenza immunity in children<span class="sr-only">(external link)</span><span class="sr-only">(external link)</span><span class="sr-only">(external link)</span></a></p>\n
<p><a class="external" title="Now researchers in Upper Hutt are looking far beyond next year. They've just been granted $4.6m for a new study that aims to help the global race to put an end to annual jabs. It's being led by Dr Sue Huang of ESR and a team based at the National Centre for Biosecurity and Infectious Diseases." rel="noopener noreferrer" href="https://www.newshub.co.nz/home/lifestyle/2019/06/kiwis-granted-funding-to-look-for-an-end-to-annual-flu-jabs.html" target="_blank">Newshub- Kiwis granted funding to look for an end to annual flu jabs<span class="sr-only">(external link)</span><span class="sr-only">(external link)</span><span class="sr-only">(external link)</span></a></p>\n
<p><a class="external" title="The grant will allow Gordon and colleagues in Nicaragua to continue the cohort she’s been leading there since 2011, and will add similar cohorts in Los Angeles and New Zealand. Collaborators also include researchers from multiple other U.S. institutions and Australia." rel="noopener noreferrer" href="https://record.umich.edu/articles/u-m-among-recipients-nih-grant-fund-flu-research/" target="_blank">University of Michigan- U-M among recipients of NIH grant to fund flu research<span class="sr-only">(external link)</span></a></p>\n
<p> </p>\n
<div class="container">\n
<div class="row">\n
<div id="e1727" class="element dnadesign__elemental__models__elementcontent">\n
<div class="content-element__content">\n
<div id="e1498" class="element dnadesign__elemental__models__elementcontent">\n
<div class="content-element__content">\n
<h2 class="content-element__title">Archives</h2>\n
<h4>2019</h4>\n
<p><a class="external" title="Hundreds of pregnant Wellington women could help develop a universal flu vaccine, which could save lives. Crown research institute ESR has been selected by the US National Institutes of Health for the US$3 million research investigating how a child's first exposure to flu can "imprint" their immune system - and they need 600 to take part from birth. " rel="noopener noreferrer" href="https://www.stuff.co.nz/national/health/116554141/600-pregnant-wellington-women-needed-for-international-influenza-study" target="_blank">Stuff- 600 pregnant Wellington womaen needed for international influenza study<span class="sr-only">(external link)</span><span class="sr-only">(external link)</span><span class="sr-only">(external link)</span></a></p>\n
<p><a class="external" title="From today, hundreds of pregnant women in Wellington will be invited to join a world-first, international research project on flu. The aim is both a better understanding of flu and the development of a universal flu vaccine that could replace annual jabs. " rel="noopener noreferrer" href="https://www.rnz.co.nz/national/programmes/morningreport/audio/2018717581/pregnant-women-join-world-first-flu-study" target="_blank">RNZ- Pregnant woman join world-first flu study<span class="sr-only">(external link)</span><span class="sr-only">(external link)</span><span class="sr-only">(external link)</span></a></p>\n
<p><a class="external" title="A child health expert says a multi million dollar study beginning in Wellington today will lead to better and longer-lasting flu vaccines. 200 Wellington mothers are expected to be recruited a year for three years for the WellKiwis study. Mothers who join the study will give a once-only blood cord sample at birth, and a blood sample will be taken from their child annually for seven years." rel="noopener noreferrer" href="https://www.rnz.co.nz/national/programmes/morningreport/audio/2018717554/mothers-sought-for-international-flu-vaccine-study" target="_blank">RNZ- Mothers sought for international flu vaccine study<span class="sr-only">(external link)</span><span class="sr-only">(external link)</span><span class="sr-only">(external link)</span></a></p>\n
<p><a class="external" title="ESR researchers are currently seeking pregnant women in Wellington to participate in the study to see how their child’s first exposure to the flu virus, influences their immune response throughout life. The “WellKiwis” study aims to monitor flu and flu-like illness in 600 Wellington children for seven years through to March 2026. " rel="noopener noreferrer" href="https://www.scoop.co.nz/stories/SC1910/S00027/wellington-children-part-of-global-vaccine-research.htm" target="_blank">Scoop- Wellington children part of global vaccine research<span class="sr-only">(external link)</span><span class="sr-only">(external link)</span><span class="sr-only">(external link)</span></a></p>\n
<p><a class="external" title="New Zealand children will play an important role in the next major global research on human immunity to influenza. This country and ESR have been selected by the US National Institutes of Health (NIH) for a US$3 million research project on how first exposure to flu viruses shapes immunity to flu throughout life." rel="noopener noreferrer" href="https://www.esr.cri.nz/home/about-esr/media-releases/new-zealand-selected-for-major-global-research-on-influenza/" target="_blank">ESR- New Zealand children will play an important role in the next major global research on human immunity to influenza<span class="sr-only">(external link)</span><span class="sr-only">(external link)</span><span class="sr-only">(external link)</span></a></p>\n
<p><a class="external" title="The study includes investigators at 12 medical and research centers in the U.S., New Zealand, Australia and Nicaragua. Researchers will follow about 3,000 children for seven years beginning before birth to understand how someone’s first exposure to flu shapes the immune response to the virus throughout the person’s life." rel="noopener noreferrer" href="https://www.stjude.org/media-resources/news-releases/2019-medicine-science-news/study-to-determine-how-lifelong-immune-response-to-flu-shaped-in-infancy.html" target="_blank">St. Jude Children's Research Hospital- How is lifelong immune response to flu shaped in infancy? St Jude leads study to find out<span class="sr-only">(external link)</span><span class="sr-only">(external link)</span><span class="sr-only">(external link)</span></a></p>\n
<p><a class="external" title="The US National Institutes of Health (NIH) has awarded two major grants to fund the first large-scale, long-term studies of how infants’ first exposures to influenza shape their immune systems. Researchers will follow the children for several years, starting at birth, to decipher how these early imprints affect an individual’s ability to fight off different strains later in life." rel="noopener noreferrer" href="https://www.nature.com/articles/d41586-019-01524-9" target="_blank">Nature- Long-term studies will track indelible marks of first flu<span class="sr-only">(external link)</span><span class="sr-only">(external link)</span><span class="sr-only">(external link)</span></a></p>\n
</div>\n
</div>\n
</div>\n
</div>\n
</div>\n
</div>\n
</div>\n
</div>
"""
"ID" => 2376
"RecordClassName" => "DNADesign\Elemental\Models\ElementContent"
"Sort" => 2
]
The following query took 0.003s an returned 1 row(s)
Triggered by: RelatedPages.ss > Page.ss > Page.ss > Controller->handleAction:290
SELECT
CASE WHEN EXISTS(
SELECT
*
FROM
"SiteTree_Live"
INNER JOIN (
SELECT
DISTINCT "BasePage_RelatedPages_Live"."ClassName",
"BasePage_RelatedPages_Live"."LastEdited",
"BasePage_RelatedPages_Live"."Created",
"BasePage_RelatedPages_Live"."Version",
"BasePage_RelatedPages_Live"."SortOrder",
"BasePage_RelatedPages_Live"."BasePageID",
"BasePage_RelatedPages_Live"."ChildID",
"BasePage_RelatedPages_Live"."ID",
CASE WHEN "BasePage_RelatedPages_Live"."ClassName" IS NOT NULL THEN
"BasePage_RelatedPages_Live"."ClassName"
ELSE
'CWP\\CWP\\Model\\RelatedPageLink'
END AS "RecordClassName"
FROM
"BasePage_RelatedPages_Live"
WHERE
(
"BasePage_RelatedPages_Live"."BasePageID" = 2823
)
) AS "BasePage_RelatedPages" ON "BasePage_RelatedPages"."ChildID" = "SiteTree_Live"."ID"
WHERE
(
"SiteTree_Live"."ClassName" IN (
'CWP\\CWP\\PageTypes\\BasePage',
'Page', 'BlocksPage', 'Intelligence\\Intelligence\\Page\\ContactPage',
'ESR\\ESR\\Pages\\EsrPage', 'Intelligence\\Intelligence\\Page\\IndexPage',
'ESR\\ESR\\Page\\SearchPage', 'Strmix\\Strmix\\Pages\\StrmixPage',
'Wellkiwis\\Wellkiwis\\Pages\\TeamPage',
'SilverStripe\\ErrorPage\\ErrorPage',
'SilverStripe\\IFrame\\IFramePage',
'SilverStripe\\Registry\\RegistryPage',
'Broarm\\CookieConsent\\Model\\CookiePolicyPage',
'Broarm\\CookieConsent\\Model\\PrivacyPolicyPage',
'Broarm\\CookieConsent\\Model\\TermsAndConditionsPage',
'CWP\\CWP\\PageTypes\\BaseHomePage',
'CWP\\CWP\\PageTypes\\DatedUpdateHolder',
'CWP\\CWP\\PageTypes\\DatedUpdatePage',
'CWP\\CWP\\PageTypes\\SitemapPage',
'SilverStripe\\Blog\\Model\\Blog',
'SilverStripe\\Blog\\Model\\BlogPost',
'SilverStripe\\CMS\\Model\\RedirectorPage',
'SilverStripe\\CMS\\Model\\VirtualPage',
'SilverStripe\\UserForms\\Model\\UserDefinedForm',
'ESR\\ESR\\Pages\\EsrCaseStudyPage',
'ESR\\ESR\\Pages\\EsrFeedDisplayPage',
'ESR\\ESR\\Pages\\EsrFullWidthPage',
'ESR\\ESR\\Pages\\EsrHolder', 'ESR\\ESR\\Pages\\EsrHomePage',
'ESR\\ESR\\Pages\\EsrProfilePage',
'ESR\\ESR\\Pages\\EsrSectionPage',
'ESR\\ESR\\Pages\\EsrCaseStudyHolderPage',
'ESR\\ESR\\Pages\\EsrFeatureHolder',
'ESR\\ESR\\Pages\\EsrProfileHolderPage',
'Strmix\\Strmix\\Pages\\StrmixCookiePolicyPage',
'HomePage', 'Strmix\\Strmix\\Pages\\StrmixHomePage',
'CWP\\CWP\\PageTypes\\EventHolder',
'CWP\\CWP\\PageTypes\\NewsHolder',
'ESR\\ESR\\Pages\\EsrNewsHolder',
'Strmix\\Strmix\\Pages\\StrmixNewsHolder',
'ESR\\ESR\\Pages\\EsrPublicationHolder',
'CWP\\CWP\\PageTypes\\EventPage',
'CWP\\CWP\\PageTypes\\NewsPage',
'ESR\\ESR\\Pages\\EsrPublicationPage',
'Strmix\\Strmix\\Pages\\StrmixNewsPage',
'CWP\\CWP\\PageTypes\\FooterHolder',
'SilverStripe\\Subsites\\Pages\\SubsitesVirtualPage'
)
)
AND (
"SiteTree_Live"."SubsiteID" IN (36)
)
) THEN
1
ELSE
0
END
array:1 [
"CASE WHEN EXISTS(SELECT *\n FROM "SiteTree_Live" INNER JOIN (SELECT DISTINCT "BasePage_RelatedPages_Live"."ClassName", "BasePage_RelatedPages_Live"."LastEdited", "BasePage_RelatedPages_Live"."Created", "BasePage_RelatedPages_Live"."Version", "BasePage_Relat" => 0
]
The following query took 0.0021s an returned 0 row(s)
Triggered by: Hierarchy->Children:207 > SidebarNav.ss > Page.ss > Page.ss > Controller->handleAction:290
SELECT
DISTINCT "SiteTree_Live"."ClassName",
"SiteTree_Live"."LastEdited",
"SiteTree_Live"."Created",
"SiteTree_Live"."Priority",
"SiteTree_Live"."ShareTokenSalt",
"SiteTree_Live"."ContentReviewType",
"SiteTree_Live"."ReviewPeriodDays",
"SiteTree_Live"."NextReviewDate",
"SiteTree_Live"."LastEditedByName",
"SiteTree_Live"."OwnerNames",
"SiteTree_Live"."ProvideComments",
"SiteTree_Live"."ModerationRequired",
"SiteTree_Live"."CommentsRequireLogin",
"SiteTree_Live"."ShowPageUtilities",
"SiteTree_Live"."AlgoliaIndexed",
"SiteTree_Live"."AlgoliaError",
"SiteTree_Live"."AlgoliaUUID",
"SiteTree_Live"."CanViewType",
"SiteTree_Live"."CanEditType",
"SiteTree_Live"."Version",
"SiteTree_Live"."URLSegment",
"SiteTree_Live"."Title",
"SiteTree_Live"."MenuTitle",
"SiteTree_Live"."Content",
"SiteTree_Live"."MetaDescription",
"SiteTree_Live"."ExtraMeta",
"SiteTree_Live"."ShowInMenus",
"SiteTree_Live"."ShowInSearch",
"SiteTree_Live"."Sort",
"SiteTree_Live"."HasBrokenFile",
"SiteTree_Live"."HasBrokenLink",
"SiteTree_Live"."ReportClass",
"SiteTree_Live"."WorkflowDefinitionID",
"SiteTree_Live"."SubsiteID",
"SiteTree_Live"."ParentID",
"SiteTree_Live"."ID",
CASE WHEN "SiteTree_Live"."ClassName" IS NOT NULL THEN
"SiteTree_Live"."ClassName"
ELSE
'SilverStripe\\CMS\\Model\\SiteTree'
END AS "RecordClassName"
FROM
"SiteTree_Live"
WHERE
(
"SiteTree_Live"."ParentID" <> "SiteTree_Live"."ID"
)
AND (
"SiteTree_Live"."ParentID" = 2823
)
AND (
"SiteTree_Live"."ShowInMenus" = 1
)
AND (
"SiteTree_Live"."SubsiteID" IN (36)
)
ORDER BY
"SiteTree_Live"."Sort" ASC
The following query took 0.0022s an returned 1 row(s)
Triggered by: Footer.ss > Page.ss > Controller->handleAction:290
SELECT
DISTINCT MAX("SiteTree_Live"."LastEdited")
FROM
"SiteTree_Live"
LEFT JOIN "Page_Live" ON "Page_Live"."ID" = "SiteTree_Live"."ID"
WHERE
(
"SiteTree_Live"."ClassName" IN (
'Page', 'BlocksPage', 'Intelligence\\Intelligence\\Page\\ContactPage',
'ESR\\ESR\\Pages\\EsrPage', 'Intelligence\\Intelligence\\Page\\IndexPage',
'ESR\\ESR\\Page\\SearchPage', 'Strmix\\Strmix\\Pages\\StrmixPage',
'Wellkiwis\\Wellkiwis\\Pages\\TeamPage',
'SilverStripe\\ErrorPage\\ErrorPage',
'SilverStripe\\IFrame\\IFramePage',
'SilverStripe\\Registry\\RegistryPage',
'Broarm\\CookieConsent\\Model\\CookiePolicyPage',
'Broarm\\CookieConsent\\Model\\PrivacyPolicyPage',
'Broarm\\CookieConsent\\Model\\TermsAndConditionsPage',
'CWP\\CWP\\PageTypes\\BaseHomePage',
'CWP\\CWP\\PageTypes\\DatedUpdateHolder',
'CWP\\CWP\\PageTypes\\DatedUpdatePage',
'CWP\\CWP\\PageTypes\\SitemapPage',
'SilverStripe\\Blog\\Model\\Blog',
'SilverStripe\\Blog\\Model\\BlogPost',
'SilverStripe\\CMS\\Model\\RedirectorPage',
'SilverStripe\\CMS\\Model\\VirtualPage',
'SilverStripe\\UserForms\\Model\\UserDefinedForm',
'ESR\\ESR\\Pages\\EsrCaseStudyPage',
'ESR\\ESR\\Pages\\EsrFeedDisplayPage',
'ESR\\ESR\\Pages\\EsrFullWidthPage',
'ESR\\ESR\\Pages\\EsrHolder', 'ESR\\ESR\\Pages\\EsrHomePage',
'ESR\\ESR\\Pages\\EsrProfilePage',
'ESR\\ESR\\Pages\\EsrSectionPage',
'ESR\\ESR\\Pages\\EsrCaseStudyHolderPage',
'ESR\\ESR\\Pages\\EsrFeatureHolder',
'ESR\\ESR\\Pages\\EsrProfileHolderPage',
'Strmix\\Strmix\\Pages\\StrmixCookiePolicyPage',
'HomePage', 'Strmix\\Strmix\\Pages\\StrmixHomePage',
'CWP\\CWP\\PageTypes\\EventHolder',
'CWP\\CWP\\PageTypes\\NewsHolder',
'ESR\\ESR\\Pages\\EsrNewsHolder',
'Strmix\\Strmix\\Pages\\StrmixNewsHolder',
'ESR\\ESR\\Pages\\EsrPublicationHolder',
'CWP\\CWP\\PageTypes\\EventPage',
'CWP\\CWP\\PageTypes\\NewsPage',
'ESR\\ESR\\Pages\\EsrPublicationPage',
'Strmix\\Strmix\\Pages\\StrmixNewsPage',
'CWP\\CWP\\PageTypes\\FooterHolder',
'SilverStripe\\Subsites\\Pages\\SubsitesVirtualPage'
)
)
AND (
"SiteTree_Live"."SubsiteID" IN (36)
)
array:1 [
"MAX("SiteTree_Live"."LastEdited")" => "2024-10-23 20:22:48"
]
The following query took 0.0016s an returned 1 row(s)
Triggered by: Versioned::determineVersionNumberByStage:2432 > Versioned::get_versionnumber_by_stage:2396 > Versioned->isOnDraft:2785 > Versioned->isArchived:2765
SELECT
"Version"
FROM
"SiteTree"
WHERE
"ID" = 2823
array:1 [
"Version" => 19
]
The following query took 0.0029s an returned 1 row(s)
Triggered by: SilverStripeNavigatorItem_LiveLink->getLivePage:87 > SilverStripeNavigatorItem_LiveLink->canView:63 > SilverStripeNavigator->getItems:57 > BetterNavigatorExtension->generateNavigator:92
SELECT
DISTINCT "SiteTree_Live"."ClassName",
"SiteTree_Live"."LastEdited",
"SiteTree_Live"."Created",
"SiteTree_Live"."Priority",
"SiteTree_Live"."ShareTokenSalt",
"SiteTree_Live"."ContentReviewType",
"SiteTree_Live"."ReviewPeriodDays",
"SiteTree_Live"."NextReviewDate",
"SiteTree_Live"."LastEditedByName",
"SiteTree_Live"."OwnerNames",
"SiteTree_Live"."ProvideComments",
"SiteTree_Live"."ModerationRequired",
"SiteTree_Live"."CommentsRequireLogin",
"SiteTree_Live"."ShowPageUtilities",
"SiteTree_Live"."AlgoliaIndexed",
"SiteTree_Live"."AlgoliaError",
"SiteTree_Live"."AlgoliaUUID",
"SiteTree_Live"."CanViewType",
"SiteTree_Live"."CanEditType",
"SiteTree_Live"."Version",
"SiteTree_Live"."URLSegment",
"SiteTree_Live"."Title",
"SiteTree_Live"."MenuTitle",
"SiteTree_Live"."Content",
"SiteTree_Live"."MetaDescription",
"SiteTree_Live"."ExtraMeta",
"SiteTree_Live"."ShowInMenus",
"SiteTree_Live"."ShowInSearch",
"SiteTree_Live"."Sort",
"SiteTree_Live"."HasBrokenFile",
"SiteTree_Live"."HasBrokenLink",
"SiteTree_Live"."ReportClass",
"SiteTree_Live"."WorkflowDefinitionID",
"SiteTree_Live"."SubsiteID",
"SiteTree_Live"."ParentID",
"SiteTree_Live"."ID",
CASE WHEN "SiteTree_Live"."ClassName" IS NOT NULL THEN
"SiteTree_Live"."ClassName"
ELSE
'SilverStripe\\CMS\\Model\\SiteTree'
END AS "RecordClassName"
FROM
"SiteTree_Live"
WHERE
("SiteTree_Live"."ID" = 2823)
ORDER BY
"SiteTree_Live"."Sort" ASC
LIMIT
1
array:37 [
"ClassName" => "Page"
"LastEdited" => "2024-06-07 09:24:30"
"Created" => "2021-06-03 09:56:56"
"Priority" => null
"ShareTokenSalt" => null
"ContentReviewType" => "Inherit"
"ReviewPeriodDays" => 0
"NextReviewDate" => null
"LastEditedByName" => "Ruth Seeds"
"OwnerNames" => null
"ProvideComments" => 0
"ModerationRequired" => "None"
"CommentsRequireLogin" => 0
"ShowPageUtilities" => 0
"AlgoliaIndexed" => null
"AlgoliaError" => null
"AlgoliaUUID" => null
"CanViewType" => "Inherit"
"CanEditType" => "Inherit"
"Version" => 19
"URLSegment" => "published-papers-news"
"Title" => "Published Papers & News"
"MenuTitle" => null
"Content" => null
"MetaDescription" => null
"ExtraMeta" => null
"ShowInMenus" => 1
"ShowInSearch" => 1
"Sort" => 2
"HasBrokenFile" => 0
"HasBrokenLink" => 0
"ReportClass" => null
"WorkflowDefinitionID" => 0
"SubsiteID" => 36
"ParentID" => 2819
"ID" => 2823
"RecordClassName" => "Page"
]
The following query took 0.0019s an returned 1 row(s)
Triggered by: SilverStripeNavigatorItem_LiveLink->getLivePage:87 > SilverStripeNavigatorItem_LiveLink->getLink:51 > SilverStripeNavigatorItem_LiveLink->canView:64 > SilverStripeNavigator->getItems:57
SELECT
DISTINCT "SiteTree_Live"."ClassName",
"SiteTree_Live"."LastEdited",
"SiteTree_Live"."Created",
"SiteTree_Live"."Priority",
"SiteTree_Live"."ShareTokenSalt",
"SiteTree_Live"."ContentReviewType",
"SiteTree_Live"."ReviewPeriodDays",
"SiteTree_Live"."NextReviewDate",
"SiteTree_Live"."LastEditedByName",
"SiteTree_Live"."OwnerNames",
"SiteTree_Live"."ProvideComments",
"SiteTree_Live"."ModerationRequired",
"SiteTree_Live"."CommentsRequireLogin",
"SiteTree_Live"."ShowPageUtilities",
"SiteTree_Live"."AlgoliaIndexed",
"SiteTree_Live"."AlgoliaError",
"SiteTree_Live"."AlgoliaUUID",
"SiteTree_Live"."CanViewType",
"SiteTree_Live"."CanEditType",
"SiteTree_Live"."Version",
"SiteTree_Live"."URLSegment",
"SiteTree_Live"."Title",
"SiteTree_Live"."MenuTitle",
"SiteTree_Live"."Content",
"SiteTree_Live"."MetaDescription",
"SiteTree_Live"."ExtraMeta",
"SiteTree_Live"."ShowInMenus",
"SiteTree_Live"."ShowInSearch",
"SiteTree_Live"."Sort",
"SiteTree_Live"."HasBrokenFile",
"SiteTree_Live"."HasBrokenLink",
"SiteTree_Live"."ReportClass",
"SiteTree_Live"."WorkflowDefinitionID",
"SiteTree_Live"."SubsiteID",
"SiteTree_Live"."ParentID",
"SiteTree_Live"."ID",
CASE WHEN "SiteTree_Live"."ClassName" IS NOT NULL THEN
"SiteTree_Live"."ClassName"
ELSE
'SilverStripe\\CMS\\Model\\SiteTree'
END AS "RecordClassName"
FROM
"SiteTree_Live"
WHERE
("SiteTree_Live"."ID" = 2823)
ORDER BY
"SiteTree_Live"."Sort" ASC
LIMIT
1
array:37 [
"ClassName" => "Page"
"LastEdited" => "2024-06-07 09:24:30"
"Created" => "2021-06-03 09:56:56"
"Priority" => null
"ShareTokenSalt" => null
"ContentReviewType" => "Inherit"
"ReviewPeriodDays" => 0
"NextReviewDate" => null
"LastEditedByName" => "Ruth Seeds"
"OwnerNames" => null
"ProvideComments" => 0
"ModerationRequired" => "None"
"CommentsRequireLogin" => 0
"ShowPageUtilities" => 0
"AlgoliaIndexed" => null
"AlgoliaError" => null
"AlgoliaUUID" => null
"CanViewType" => "Inherit"
"CanEditType" => "Inherit"
"Version" => 19
"URLSegment" => "published-papers-news"
"Title" => "Published Papers & News"
"MenuTitle" => null
"Content" => null
"MetaDescription" => null
"ExtraMeta" => null
"ShowInMenus" => 1
"ShowInSearch" => 1
"Sort" => 2
"HasBrokenFile" => 0
"HasBrokenLink" => 0
"ReportClass" => null
"WorkflowDefinitionID" => 0
"SubsiteID" => 36
"ParentID" => 2819
"ID" => 2823
"RecordClassName" => "Page"
]
The following query took 0.0019s an returned 1 row(s)
Triggered by: SiteTree->RelativeLink:711 > SiteTree->Link:656 > SiteTreeSubsites->alternateAbsoluteLink:426 > SiteTree->AbsoluteLink:671
SELECT
DISTINCT "SiteTree_Live"."ClassName",
"SiteTree_Live"."LastEdited",
"SiteTree_Live"."Created",
"SiteTree_Live"."Priority",
"SiteTree_Live"."ShareTokenSalt",
"SiteTree_Live"."ContentReviewType",
"SiteTree_Live"."ReviewPeriodDays",
"SiteTree_Live"."NextReviewDate",
"SiteTree_Live"."LastEditedByName",
"SiteTree_Live"."OwnerNames",
"SiteTree_Live"."ProvideComments",
"SiteTree_Live"."ModerationRequired",
"SiteTree_Live"."CommentsRequireLogin",
"SiteTree_Live"."ShowPageUtilities",
"SiteTree_Live"."AlgoliaIndexed",
"SiteTree_Live"."AlgoliaError",
"SiteTree_Live"."AlgoliaUUID",
"SiteTree_Live"."CanViewType",
"SiteTree_Live"."CanEditType",
"SiteTree_Live"."Version",
"SiteTree_Live"."URLSegment",
"SiteTree_Live"."Title",
"SiteTree_Live"."MenuTitle",
"SiteTree_Live"."Content",
"SiteTree_Live"."MetaDescription",
"SiteTree_Live"."ExtraMeta",
"SiteTree_Live"."ShowInMenus",
"SiteTree_Live"."ShowInSearch",
"SiteTree_Live"."Sort",
"SiteTree_Live"."HasBrokenFile",
"SiteTree_Live"."HasBrokenLink",
"SiteTree_Live"."ReportClass",
"SiteTree_Live"."WorkflowDefinitionID",
"SiteTree_Live"."SubsiteID",
"SiteTree_Live"."ParentID",
"SiteTree_Live"."ID",
CASE WHEN "SiteTree_Live"."ClassName" IS NOT NULL THEN
"SiteTree_Live"."ClassName"
ELSE
'SilverStripe\\CMS\\Model\\SiteTree'
END AS "RecordClassName"
FROM
"SiteTree_Live"
WHERE
("SiteTree_Live"."ID" = 2819)
ORDER BY
"SiteTree_Live"."Sort" ASC
LIMIT
1
array:37 [
"ClassName" => "Page"
"LastEdited" => "2024-09-27 09:26:36"
"Created" => "2021-06-03 09:39:34"
"Priority" => null
"ShareTokenSalt" => null
"ContentReviewType" => "Inherit"
"ReviewPeriodDays" => 0
"NextReviewDate" => null
"LastEditedByName" => "Martiza Marull"
"OwnerNames" => null
"ProvideComments" => 0
"ModerationRequired" => "None"
"CommentsRequireLogin" => 0
"ShowPageUtilities" => 0
"AlgoliaIndexed" => null
"AlgoliaError" => null
"AlgoliaUUID" => null
"CanViewType" => "Inherit"
"CanEditType" => "Inherit"
"Version" => 106
"URLSegment" => "news-and-findings"
"Title" => "Study Reports & News"
"MenuTitle" => null
"Content" => null
"MetaDescription" => null
"ExtraMeta" => null
"ShowInMenus" => 1
"ShowInSearch" => 1
"Sort" => 6
"HasBrokenFile" => 0
"HasBrokenLink" => 0
"ReportClass" => null
"WorkflowDefinitionID" => 0
"SubsiteID" => 36
"ParentID" => 0
"ID" => 2819
"RecordClassName" => "Page"
]
The following query took 0.0012s an returned 1 row(s)
Triggered by: SiteTreeSubsites->alternateAbsoluteLink:428 > SiteTree->AbsoluteLink:671 > SiteTree->PreviewLink:686 > SilverStripeNavigatorItem_LiveLink->getLink:51
SELECT
DISTINCT "Subsite"."ClassName",
"Subsite"."LastEdited",
"Subsite"."Created",
"Subsite"."Title",
"Subsite"."RedirectURL",
"Subsite"."DefaultSite",
"Subsite"."Theme",
"Subsite"."Language",
"Subsite"."IsPublic",
"Subsite"."PageTypeBlacklist",
"Subsite"."ID",
CASE WHEN "Subsite"."ClassName" IS NOT NULL THEN
"Subsite"."ClassName"
ELSE
'SilverStripe\\Subsites\\Model\\Subsite'
END AS "RecordClassName"
FROM
"Subsite"
WHERE
("Subsite"."ID" = 36)
ORDER BY
"Subsite"."Title" ASC
LIMIT
1
array:12 [
"ClassName" => "SilverStripe\Subsites\Model\Subsite"
"LastEdited" => "2021-06-08 16:43:18"
"Created" => "2021-05-07 13:47:27"
"Title" => "Wellkiwis2021"
"RedirectURL" => null
"DefaultSite" => 0
"Theme" => "wellkiwis"
"Language" => "en_US"
"IsPublic" => 1
"PageTypeBlacklist" => "["ESR\\ESR\\Pages\\EsrNewsHolder","ESR\\ESR\\Pages\\EsrPublicationPage","ESR\\ESR\\Pages\\EsrPublicationHolder","ESR\\ESR\\Pages\\EsrCaseStudyHolderPage","ESR\\ESR\\Pages\\EsrCaseStudyPage","ESR\\ESR\\Pages\\EsrDeptPage","ESR\\ESR\\Pages\\EsrFeatureHolder","ESR\\ESR\\Pages\\EsrFeedDisplayPage","ESR\\ESR\\Pages\\EsrFullWidthPage","ESR\\ESR\\Pages\\EsrHolder","ESR\\ESR\\Pages\\EsrHomePage","ESR\\ESR\\Pages\\EsrPage","ESR\\ESR\\Pages\\EsrProfileHolderPage","ESR\\ESR\\Pages\\EsrProfilePage","ESR\\ESR\\Pages\\EsrSectionPage","Strmix\\Strmix\\Pages\\StrmixCookiePolicyPage","Strmix\\Strmix\\Pages\\StrmixHomePage","Strmix\\Strmix\\Pages\\StrmixNewsHolder","Strmix\\Strmix\\Pages\\StrmixNewsPage","Strmix\\Strmix\\Pages\\StrmixPage"]"
"ID" => 36
"RecordClassName" => "SilverStripe\Subsites\Model\Subsite"
]
The following query took 0.0019s an returned 1 row(s)
Triggered by: Subsite->getPrimarySubsiteDomain:874 > Subsite->domain:855 > SiteTreeSubsites->alternateAbsoluteLink:428 > SiteTree->AbsoluteLink:671
SELECT
DISTINCT "SubsiteDomain"."ClassName",
"SubsiteDomain"."LastEdited",
"SubsiteDomain"."Created",
"SubsiteDomain"."Domain",
"SubsiteDomain"."Protocol",
"SubsiteDomain"."IsPrimary",
"SubsiteDomain"."SubsiteID",
"SubsiteDomain"."ID",
CASE WHEN "SubsiteDomain"."ClassName" IS NOT NULL THEN
"SubsiteDomain"."ClassName"
ELSE
'SilverStripe\\Subsites\\Model\\SubsiteDomain'
END AS "RecordClassName"
FROM
"SubsiteDomain"
WHERE
("SubsiteDomain"."SubsiteID" = 36)
ORDER BY
"SubsiteDomain"."IsPrimary" DESC
LIMIT
1
array:9 [
"ClassName" => "SilverStripe\Subsites\Model\SubsiteDomain"
"LastEdited" => "2024-12-03 00:10:31"
"Created" => "2024-12-03 00:10:31"
"Domain" => "www.wellkiwis.co.nz"
"Protocol" => "automatic"
"IsPrimary" => 1
"SubsiteID" => 36
"ID" => 81
"RecordClassName" => "SilverStripe\Subsites\Model\SubsiteDomain"
]
The following query took 0.0036s an returned 1 row(s)
Triggered by: SilverStripeNavigatorItem_StageLink->getDraftPage:94 > SilverStripeNavigatorItem_StageLink->canView:70 > SilverStripeNavigator->getItems:57 > BetterNavigatorExtension->generateNavigator:92
SELECT
DISTINCT "SiteTree"."ClassName",
"SiteTree"."LastEdited",
"SiteTree"."Created",
"SiteTree"."Priority",
"SiteTree"."ShareTokenSalt",
"SiteTree"."ContentReviewType",
"SiteTree"."ReviewPeriodDays",
"SiteTree"."NextReviewDate",
"SiteTree"."LastEditedByName",
"SiteTree"."OwnerNames",
"SiteTree"."ProvideComments",
"SiteTree"."ModerationRequired",
"SiteTree"."CommentsRequireLogin",
"SiteTree"."ShowPageUtilities",
"SiteTree"."AlgoliaIndexed",
"SiteTree"."AlgoliaError",
"SiteTree"."AlgoliaUUID",
"SiteTree"."CanViewType",
"SiteTree"."CanEditType",
"SiteTree"."Version",
"SiteTree"."URLSegment",
"SiteTree"."Title",
"SiteTree"."MenuTitle",
"SiteTree"."Content",
"SiteTree"."MetaDescription",
"SiteTree"."ExtraMeta",
"SiteTree"."ShowInMenus",
"SiteTree"."ShowInSearch",
"SiteTree"."Sort",
"SiteTree"."HasBrokenFile",
"SiteTree"."HasBrokenLink",
"SiteTree"."ReportClass",
"SiteTree"."WorkflowDefinitionID",
"SiteTree"."SubsiteID",
"SiteTree"."ParentID",
"SiteTree"."ID",
CASE WHEN "SiteTree"."ClassName" IS NOT NULL THEN
"SiteTree"."ClassName"
ELSE
'SilverStripe\\CMS\\Model\\SiteTree'
END AS "RecordClassName"
FROM
"SiteTree"
WHERE
("SiteTree"."ID" = 2823)
ORDER BY
"SiteTree"."Sort" ASC
LIMIT
1
array:37 [
"ClassName" => "Page"
"LastEdited" => "2024-06-07 09:24:30"
"Created" => "2021-06-03 09:56:56"
"Priority" => null
"ShareTokenSalt" => null
"ContentReviewType" => "Inherit"
"ReviewPeriodDays" => 0
"NextReviewDate" => null
"LastEditedByName" => "Ruth Seeds"
"OwnerNames" => null
"ProvideComments" => 0
"ModerationRequired" => "None"
"CommentsRequireLogin" => 0
"ShowPageUtilities" => 0
"AlgoliaIndexed" => null
"AlgoliaError" => null
"AlgoliaUUID" => null
"CanViewType" => "Inherit"
"CanEditType" => "Inherit"
"Version" => 19
"URLSegment" => "published-papers-news"
"Title" => "Published Papers & News"
"MenuTitle" => null
"Content" => null
"MetaDescription" => null
"ExtraMeta" => null
"ShowInMenus" => 1
"ShowInSearch" => 1
"Sort" => 2
"HasBrokenFile" => 0
"HasBrokenLink" => 0
"ReportClass" => null
"WorkflowDefinitionID" => 0
"SubsiteID" => 36
"ParentID" => 2819
"ID" => 2823
"RecordClassName" => "Page"
]
The following query took 0.0022s an returned 1 row(s)
Triggered by: SiteTreeSubsites->alternateAbsoluteLink:428 > SiteTree->AbsoluteLink:671 > SiteTree->PreviewLink:686 > SilverStripeNavigatorItem_StageLink->getLink:51
SELECT
DISTINCT "Subsite"."ClassName",
"Subsite"."LastEdited",
"Subsite"."Created",
"Subsite"."Title",
"Subsite"."RedirectURL",
"Subsite"."DefaultSite",
"Subsite"."Theme",
"Subsite"."Language",
"Subsite"."IsPublic",
"Subsite"."PageTypeBlacklist",
"Subsite"."ID",
CASE WHEN "Subsite"."ClassName" IS NOT NULL THEN
"Subsite"."ClassName"
ELSE
'SilverStripe\\Subsites\\Model\\Subsite'
END AS "RecordClassName"
FROM
"Subsite"
WHERE
("Subsite"."ID" = 36)
ORDER BY
"Subsite"."Title" ASC
LIMIT
1
array:12 [
"ClassName" => "SilverStripe\Subsites\Model\Subsite"
"LastEdited" => "2021-06-08 16:43:18"
"Created" => "2021-05-07 13:47:27"
"Title" => "Wellkiwis2021"
"RedirectURL" => null
"DefaultSite" => 0
"Theme" => "wellkiwis"
"Language" => "en_US"
"IsPublic" => 1
"PageTypeBlacklist" => "["ESR\\ESR\\Pages\\EsrNewsHolder","ESR\\ESR\\Pages\\EsrPublicationPage","ESR\\ESR\\Pages\\EsrPublicationHolder","ESR\\ESR\\Pages\\EsrCaseStudyHolderPage","ESR\\ESR\\Pages\\EsrCaseStudyPage","ESR\\ESR\\Pages\\EsrDeptPage","ESR\\ESR\\Pages\\EsrFeatureHolder","ESR\\ESR\\Pages\\EsrFeedDisplayPage","ESR\\ESR\\Pages\\EsrFullWidthPage","ESR\\ESR\\Pages\\EsrHolder","ESR\\ESR\\Pages\\EsrHomePage","ESR\\ESR\\Pages\\EsrPage","ESR\\ESR\\Pages\\EsrProfileHolderPage","ESR\\ESR\\Pages\\EsrProfilePage","ESR\\ESR\\Pages\\EsrSectionPage","Strmix\\Strmix\\Pages\\StrmixCookiePolicyPage","Strmix\\Strmix\\Pages\\StrmixHomePage","Strmix\\Strmix\\Pages\\StrmixNewsHolder","Strmix\\Strmix\\Pages\\StrmixNewsPage","Strmix\\Strmix\\Pages\\StrmixPage"]"
"ID" => 36
"RecordClassName" => "SilverStripe\Subsites\Model\Subsite"
]
The following query took 0.0014s an returned 1 row(s)
Triggered by: Subsite->getPrimarySubsiteDomain:874 > Subsite->domain:855 > SiteTreeSubsites->alternateAbsoluteLink:428 > SiteTree->AbsoluteLink:671
SELECT
DISTINCT "SubsiteDomain"."ClassName",
"SubsiteDomain"."LastEdited",
"SubsiteDomain"."Created",
"SubsiteDomain"."Domain",
"SubsiteDomain"."Protocol",
"SubsiteDomain"."IsPrimary",
"SubsiteDomain"."SubsiteID",
"SubsiteDomain"."ID",
CASE WHEN "SubsiteDomain"."ClassName" IS NOT NULL THEN
"SubsiteDomain"."ClassName"
ELSE
'SilverStripe\\Subsites\\Model\\SubsiteDomain'
END AS "RecordClassName"
FROM
"SubsiteDomain"
WHERE
("SubsiteDomain"."SubsiteID" = 36)
ORDER BY
"SubsiteDomain"."IsPrimary" DESC
LIMIT
1
array:9 [
"ClassName" => "SilverStripe\Subsites\Model\SubsiteDomain"
"LastEdited" => "2024-12-03 00:10:31"
"Created" => "2024-12-03 00:10:31"
"Domain" => "www.wellkiwis.co.nz"
"Protocol" => "automatic"
"IsPrimary" => 1
"SubsiteID" => 36
"ID" => 81
"RecordClassName" => "SilverStripe\Subsites\Model\SubsiteDomain"
]
The following query took 0.0018s an returned 1 row(s)
Triggered by: Subsite->getPrimarySubsiteDomain:874 > Subsite->domain:855 > SiteTreeSubsites->alternateAbsoluteLink:428 > SiteTree->AbsoluteLink:671
SELECT
DISTINCT "SubsiteDomain"."ClassName",
"SubsiteDomain"."LastEdited",
"SubsiteDomain"."Created",
"SubsiteDomain"."Domain",
"SubsiteDomain"."Protocol",
"SubsiteDomain"."IsPrimary",
"SubsiteDomain"."SubsiteID",
"SubsiteDomain"."ID",
CASE WHEN "SubsiteDomain"."ClassName" IS NOT NULL THEN
"SubsiteDomain"."ClassName"
ELSE
'SilverStripe\\Subsites\\Model\\SubsiteDomain'
END AS "RecordClassName"
FROM
"SubsiteDomain"
WHERE
("SubsiteDomain"."SubsiteID" = 36)
ORDER BY
"SubsiteDomain"."IsPrimary" DESC
LIMIT
1
array:9 [
"ClassName" => "SilverStripe\Subsites\Model\SubsiteDomain"
"LastEdited" => "2024-12-03 00:10:31"
"Created" => "2024-12-03 00:10:31"
"Domain" => "www.wellkiwis.co.nz"
"Protocol" => "automatic"
"IsPrimary" => 1
"SubsiteID" => 36
"ID" => 81
"RecordClassName" => "SilverStripe\Subsites\Model\SubsiteDomain"
]
The following query took 0.0034s an returned 1 row(s)
Triggered by: SilverStripeNavigatorItem_LiveLink->getLivePage:87 > SilverStripeNavigatorItem_LiveLink->getLink:51 > BetterNavigatorExtension->generateNavigator:97 > BetterNavigatorExtension->afterCallActionHandler:51
SELECT
DISTINCT "SiteTree_Live"."ClassName",
"SiteTree_Live"."LastEdited",
"SiteTree_Live"."Created",
"SiteTree_Live"."Priority",
"SiteTree_Live"."ShareTokenSalt",
"SiteTree_Live"."ContentReviewType",
"SiteTree_Live"."ReviewPeriodDays",
"SiteTree_Live"."NextReviewDate",
"SiteTree_Live"."LastEditedByName",
"SiteTree_Live"."OwnerNames",
"SiteTree_Live"."ProvideComments",
"SiteTree_Live"."ModerationRequired",
"SiteTree_Live"."CommentsRequireLogin",
"SiteTree_Live"."ShowPageUtilities",
"SiteTree_Live"."AlgoliaIndexed",
"SiteTree_Live"."AlgoliaError",
"SiteTree_Live"."AlgoliaUUID",
"SiteTree_Live"."CanViewType",
"SiteTree_Live"."CanEditType",
"SiteTree_Live"."Version",
"SiteTree_Live"."URLSegment",
"SiteTree_Live"."Title",
"SiteTree_Live"."MenuTitle",
"SiteTree_Live"."Content",
"SiteTree_Live"."MetaDescription",
"SiteTree_Live"."ExtraMeta",
"SiteTree_Live"."ShowInMenus",
"SiteTree_Live"."ShowInSearch",
"SiteTree_Live"."Sort",
"SiteTree_Live"."HasBrokenFile",
"SiteTree_Live"."HasBrokenLink",
"SiteTree_Live"."ReportClass",
"SiteTree_Live"."WorkflowDefinitionID",
"SiteTree_Live"."SubsiteID",
"SiteTree_Live"."ParentID",
"SiteTree_Live"."ID",
CASE WHEN "SiteTree_Live"."ClassName" IS NOT NULL THEN
"SiteTree_Live"."ClassName"
ELSE
'SilverStripe\\CMS\\Model\\SiteTree'
END AS "RecordClassName"
FROM
"SiteTree_Live"
WHERE
("SiteTree_Live"."ID" = 2823)
ORDER BY
"SiteTree_Live"."Sort" ASC
LIMIT
1
array:37 [
"ClassName" => "Page"
"LastEdited" => "2024-06-07 09:24:30"
"Created" => "2021-06-03 09:56:56"
"Priority" => null
"ShareTokenSalt" => null
"ContentReviewType" => "Inherit"
"ReviewPeriodDays" => 0
"NextReviewDate" => null
"LastEditedByName" => "Ruth Seeds"
"OwnerNames" => null
"ProvideComments" => 0
"ModerationRequired" => "None"
"CommentsRequireLogin" => 0
"ShowPageUtilities" => 0
"AlgoliaIndexed" => null
"AlgoliaError" => null
"AlgoliaUUID" => null
"CanViewType" => "Inherit"
"CanEditType" => "Inherit"
"Version" => 19
"URLSegment" => "published-papers-news"
"Title" => "Published Papers & News"
"MenuTitle" => null
"Content" => null
"MetaDescription" => null
"ExtraMeta" => null
"ShowInMenus" => 1
"ShowInSearch" => 1
"Sort" => 2
"HasBrokenFile" => 0
"HasBrokenLink" => 0
"ReportClass" => null
"WorkflowDefinitionID" => 0
"SubsiteID" => 36
"ParentID" => 2819
"ID" => 2823
"RecordClassName" => "Page"
]
The following query took 0.0013s an returned 1 row(s)
Triggered by: SiteTree->RelativeLink:711 > SiteTree->Link:656 > SiteTreeSubsites->alternateAbsoluteLink:426 > SiteTree->AbsoluteLink:671
SELECT
DISTINCT "SiteTree_Live"."ClassName",
"SiteTree_Live"."LastEdited",
"SiteTree_Live"."Created",
"SiteTree_Live"."Priority",
"SiteTree_Live"."ShareTokenSalt",
"SiteTree_Live"."ContentReviewType",
"SiteTree_Live"."ReviewPeriodDays",
"SiteTree_Live"."NextReviewDate",
"SiteTree_Live"."LastEditedByName",
"SiteTree_Live"."OwnerNames",
"SiteTree_Live"."ProvideComments",
"SiteTree_Live"."ModerationRequired",
"SiteTree_Live"."CommentsRequireLogin",
"SiteTree_Live"."ShowPageUtilities",
"SiteTree_Live"."AlgoliaIndexed",
"SiteTree_Live"."AlgoliaError",
"SiteTree_Live"."AlgoliaUUID",
"SiteTree_Live"."CanViewType",
"SiteTree_Live"."CanEditType",
"SiteTree_Live"."Version",
"SiteTree_Live"."URLSegment",
"SiteTree_Live"."Title",
"SiteTree_Live"."MenuTitle",
"SiteTree_Live"."Content",
"SiteTree_Live"."MetaDescription",
"SiteTree_Live"."ExtraMeta",
"SiteTree_Live"."ShowInMenus",
"SiteTree_Live"."ShowInSearch",
"SiteTree_Live"."Sort",
"SiteTree_Live"."HasBrokenFile",
"SiteTree_Live"."HasBrokenLink",
"SiteTree_Live"."ReportClass",
"SiteTree_Live"."WorkflowDefinitionID",
"SiteTree_Live"."SubsiteID",
"SiteTree_Live"."ParentID",
"SiteTree_Live"."ID",
CASE WHEN "SiteTree_Live"."ClassName" IS NOT NULL THEN
"SiteTree_Live"."ClassName"
ELSE
'SilverStripe\\CMS\\Model\\SiteTree'
END AS "RecordClassName"
FROM
"SiteTree_Live"
WHERE
("SiteTree_Live"."ID" = 2819)
ORDER BY
"SiteTree_Live"."Sort" ASC
LIMIT
1
array:37 [
"ClassName" => "Page"
"LastEdited" => "2024-09-27 09:26:36"
"Created" => "2021-06-03 09:39:34"
"Priority" => null
"ShareTokenSalt" => null
"ContentReviewType" => "Inherit"
"ReviewPeriodDays" => 0
"NextReviewDate" => null
"LastEditedByName" => "Martiza Marull"
"OwnerNames" => null
"ProvideComments" => 0
"ModerationRequired" => "None"
"CommentsRequireLogin" => 0
"ShowPageUtilities" => 0
"AlgoliaIndexed" => null
"AlgoliaError" => null
"AlgoliaUUID" => null
"CanViewType" => "Inherit"
"CanEditType" => "Inherit"
"Version" => 106
"URLSegment" => "news-and-findings"
"Title" => "Study Reports & News"
"MenuTitle" => null
"Content" => null
"MetaDescription" => null
"ExtraMeta" => null
"ShowInMenus" => 1
"ShowInSearch" => 1
"Sort" => 6
"HasBrokenFile" => 0
"HasBrokenLink" => 0
"ReportClass" => null
"WorkflowDefinitionID" => 0
"SubsiteID" => 36
"ParentID" => 0
"ID" => 2819
"RecordClassName" => "Page"
]
The following query took 0.0012s an returned 1 row(s)
Triggered by: SiteTreeSubsites->alternateAbsoluteLink:428 > SiteTree->AbsoluteLink:671 > SiteTree->PreviewLink:686 > SilverStripeNavigatorItem_LiveLink->getLink:51
SELECT
DISTINCT "Subsite"."ClassName",
"Subsite"."LastEdited",
"Subsite"."Created",
"Subsite"."Title",
"Subsite"."RedirectURL",
"Subsite"."DefaultSite",
"Subsite"."Theme",
"Subsite"."Language",
"Subsite"."IsPublic",
"Subsite"."PageTypeBlacklist",
"Subsite"."ID",
CASE WHEN "Subsite"."ClassName" IS NOT NULL THEN
"Subsite"."ClassName"
ELSE
'SilverStripe\\Subsites\\Model\\Subsite'
END AS "RecordClassName"
FROM
"Subsite"
WHERE
("Subsite"."ID" = 36)
ORDER BY
"Subsite"."Title" ASC
LIMIT
1
array:12 [
"ClassName" => "SilverStripe\Subsites\Model\Subsite"
"LastEdited" => "2021-06-08 16:43:18"
"Created" => "2021-05-07 13:47:27"
"Title" => "Wellkiwis2021"
"RedirectURL" => null
"DefaultSite" => 0
"Theme" => "wellkiwis"
"Language" => "en_US"
"IsPublic" => 1
"PageTypeBlacklist" => "["ESR\\ESR\\Pages\\EsrNewsHolder","ESR\\ESR\\Pages\\EsrPublicationPage","ESR\\ESR\\Pages\\EsrPublicationHolder","ESR\\ESR\\Pages\\EsrCaseStudyHolderPage","ESR\\ESR\\Pages\\EsrCaseStudyPage","ESR\\ESR\\Pages\\EsrDeptPage","ESR\\ESR\\Pages\\EsrFeatureHolder","ESR\\ESR\\Pages\\EsrFeedDisplayPage","ESR\\ESR\\Pages\\EsrFullWidthPage","ESR\\ESR\\Pages\\EsrHolder","ESR\\ESR\\Pages\\EsrHomePage","ESR\\ESR\\Pages\\EsrPage","ESR\\ESR\\Pages\\EsrProfileHolderPage","ESR\\ESR\\Pages\\EsrProfilePage","ESR\\ESR\\Pages\\EsrSectionPage","Strmix\\Strmix\\Pages\\StrmixCookiePolicyPage","Strmix\\Strmix\\Pages\\StrmixHomePage","Strmix\\Strmix\\Pages\\StrmixNewsHolder","Strmix\\Strmix\\Pages\\StrmixNewsPage","Strmix\\Strmix\\Pages\\StrmixPage"]"
"ID" => 36
"RecordClassName" => "SilverStripe\Subsites\Model\Subsite"
]
The following query took 0.0012s an returned 1 row(s)
Triggered by: Subsite->getPrimarySubsiteDomain:874 > Subsite->domain:855 > SiteTreeSubsites->alternateAbsoluteLink:428 > SiteTree->AbsoluteLink:671
SELECT
DISTINCT "SubsiteDomain"."ClassName",
"SubsiteDomain"."LastEdited",
"SubsiteDomain"."Created",
"SubsiteDomain"."Domain",
"SubsiteDomain"."Protocol",
"SubsiteDomain"."IsPrimary",
"SubsiteDomain"."SubsiteID",
"SubsiteDomain"."ID",
CASE WHEN "SubsiteDomain"."ClassName" IS NOT NULL THEN
"SubsiteDomain"."ClassName"
ELSE
'SilverStripe\\Subsites\\Model\\SubsiteDomain'
END AS "RecordClassName"
FROM
"SubsiteDomain"
WHERE
("SubsiteDomain"."SubsiteID" = 36)
ORDER BY
"SubsiteDomain"."IsPrimary" DESC
LIMIT
1
array:9 [
"ClassName" => "SilverStripe\Subsites\Model\SubsiteDomain"
"LastEdited" => "2024-12-03 00:10:31"
"Created" => "2024-12-03 00:10:31"
"Domain" => "www.wellkiwis.co.nz"
"Protocol" => "automatic"
"IsPrimary" => 1
"SubsiteID" => 36
"ID" => 81
"RecordClassName" => "SilverStripe\Subsites\Model\SubsiteDomain"
]