stevez
November 21, 2017, 6:35am
#1
Piwik crashed because of this:
FastCGI sent in stderr: “PHP message: PHP Fatal error: Cannot redeclare geoip_country_code_by_name() in /XXXX/piwik/vendor/geoip/geoip/src/geoip.inc on line 1602” while reading response header from upstream, client: XXXXX, server…
How can I fix it please?
Lukas
(Lukas Winkler)
November 21, 2017, 6:58am
#2
Hi,
This is a regression in the latest beta version.
It will be fixed when the final version is published:
More information and a way to get back to a working system:
opened 01:03PM - 20 Nov 17 UTC
closed 08:24PM - 22 Nov 17 UTC
Bug
not-in-changelog
Regression
(Sorry if this is a bit confusing, I am still not sure what causes this)
relate… d to #12021 and #11817
After updating to 3.2.1-b1 the piwik page stays white and I get the following error on the php log
`PHP Fatal error: Cannot redeclare geoip_country_code_by_name_v6() in /var/www/piwik/vendor/geoip/geoip/src/geoip.inc on line 1593`
I am using GeoIP (PECL) for localization and have installed the php-geoip package on my server, which worked before the update with PHP 7.1.11.
Locally the latest 3.x-dev works without issues, so I am not sure how to reproduce it.