Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Piwik Integrity failed #37

Open
GDesclaux opened this issue Nov 22, 2017 · 2 comments
Open

Piwik Integrity failed #37

GDesclaux opened this issue Nov 22, 2017 · 2 comments

Comments

@GDesclaux
Copy link

Hi,

After installation and activation of IntranetGeoIP plugins, piwik integrity check fails.

Piwik suggests to remove the IntranetGeoIP.data.php :

rm "/usr/share/nginx/piwik/config/IntranetGeoIP.data.php"

@jgkirschbaum
Copy link

See also matomo-org/matomo#12544

@sgiehl
Copy link

sgiehl commented Mar 21, 2018

This can be solved by adding a config/config.php to the plugin like

return array(
  'fileintegrity.ignore' => DI\add(array(
     'config/IntranetGeoIP.data.php'
  ))
);

jgkirschbaum added a commit to jgkirschbaum/Piwik-IntranetGeoIP that referenced this issue Mar 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants