” session_cache_limiter” warnings when WP-PIWIK is enabled
-
I’ve installed
WP-PIWIK Version 1.0.19on WP 4.9.6
It’s connected, using PHP API, to my Matomo instance on localhost. Dashboard & tracking are working as expected. So far anyway.
With the Plugin enabled, I get this warning displayed in my WP Admin UI
Warning: session_cache_limiter(): Cannot change cache limiter when session is active in /srv/www/piwik/core/bootstrap.php on line 32Afaict, I do *NOT* see any error like this when directly logged into my Matomo Dashboard, not through the WP UI
Looking in
cat piwik/core/bootstrap.php ... // NOTE: the code above must be PHP 4 compatible require_once PIWIK_INCLUDE_PATH . '/core/testMinimumPhpVersion.php'; 32 session_cache_limiter('nocache'); @date_default_timezone_set('UTC'); ...How do I ‘cure’ this? Something I change/set in WP-PIWIK’s config/settings/setup?
The topic ‘” session_cache_limiter” warnings when WP-PIWIK is enabled’ is closed to new replies.