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

Updating from Piwik 3.0.4 to 3.1.0 causes file integrity warnings #12050

Closed
arnowelzel opened this issue Sep 13, 2017 · 3 comments · Fixed by #12060
Closed

Updating from Piwik 3.0.4 to 3.1.0 causes file integrity warnings #12050

arnowelzel opened this issue Sep 13, 2017 · 3 comments · Fixed by #12060
Labels
answered For when a question was asked and we referred to forum or answered it.
Milestone

Comments

@arnowelzel
Copy link

After updating from Piwik 3.0.4 to 3.1.0 with the "automatic" update, I got the following warning in the diagnostics:

Directories were found in your Piwik but we didn't expect them.
--> Please delete these directories to prevent errors. <--

Directory to delete: vendor/szymach/c-pchart/app


To delete all these directories at once, you can run this command:
rm -Rf /var/www/clients/client1/web3/web/vendor/szymach/c-pchart/app

Probably nothing serious - but it's irritating.

@mattab mattab added this to the 3.1.1 milestone Sep 14, 2017
@mattab
Copy link
Member

mattab commented Sep 14, 2017

Thanks for the report @arnowelzel

Could you send us the list of all files and directories within this, ie. the output of this command (if you can run commands): ls -laR vendor/szymach/c-pchart/app/ ?

@arnowelzel
Copy link
Author

Sorry, I already cleaned up the path as suggested by the diagnostics (and Piwik works fine so far). I'll try to reproduce the problem with a backup from the point before I applied the update.

@Findus23
Copy link
Member

Findus23 commented Sep 16, 2017

See also #11978 which is the same issue:
The content of the directory is:

app
└── cache
    ├── cache.db
    └── index.db

mattab added a commit that referenced this issue Sep 18, 2017
…2060)

* Hide file integrity warnings from SEO site verification processes
fixes #12050

* Typo
@mattab mattab added the answered For when a question was asked and we referred to forum or answered it. label Sep 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
answered For when a question was asked and we referred to forum or answered it.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants