[2026-03-17 23:24:12] manifestcache-log.WARNING: Failed to save values {"keys":["manifest"],"exception":null} [] [2026-03-17 23:24:12] manifestcache-log.WARNING: Failed to save values {"keys":["__CACHE__"],"exception":null} [] GET /sitemap.xml

[Warning] session_cache_limiter(): Cannot change cache limiter when headers already sent

GET /sitemap.xml

Line 339 in /home/topgres/public_html/vendor/silverstripe/framework/src/Control/Session.php

Source

330                 session_start();
331 
332                 // Session start emits a cookie, but only if there's no existing session. If there is a session timeout
333                 // tied to this request, make sure the session is held for the entire timeout by refreshing the cookie age.
334                 if ($timeout && $this->requestContainsSessionId($request)) {
335                     Cookie::set(session_name(), session_id(), $timeout / 86400, $path, $domain ?: null, $secure, true);
336                 }
337             } else {
338                 // If headers are sent then we can't have a session_cache_limiter otherwise we'll get a warning
339                 session_cache_limiter(null);
340             }
341 
342             if (isset($_SESSION)) {
343                 // Initialise data from session store if present
344                 $data = $_SESSION;
345 

Trace

https://www.topgres.it/sitemap.xml/sitemap/SilverStripe-CMS-Model-SiteTree/1 2026-02-02 [2026-03-17 23:24:12] manifestcache-log.WARNING: Failed to save values {"keys":["__CACHE__"],"exception":null} []