@gustavo.goretkin wrote:
I think the symptoms are basically what is here: https://forum.piwik.org/t/realtime-log-shows-visitors-all-other-stats-read-zero-since-2-0/10807/27 (and reported many times on the site)
Everything is green in the System Check, except
- PDO extension (no message, just yellow warning)
- File integrity File integrity check failed and reported some errors. This is most likely due to a partial or failed upload of some of the Piwik files. You should reupload all the Piwik files in BINARY mode and refresh this page until it shows no error.
File size mismatch: piwik/core/Filesystem.php (expected length: 16057, found: 16062)
* GD > 2.x + Freetype (graphics) GD > 2.x + Freetype (graphics)
The sparklines (small graphs) and image graphs (in Piwik Mobile app and Email reports) will not work.
* Database abilities LOAD DATA INFILE
Using LOAD DATA INFILE will greatly speed Piwik's archiving process up. To make it available to Piwik, try updating your PHP & MySQL software and make sure your database user has the FILE privilege.
If your Piwik server tracks high traffic websites (eg. > 100,000 pages per month), we recommend to try fix this problem.
* Geolocation Geolocation works, but you are not using one of the recommended providers. If you have to import log files or do something else that requires setting IP addresses, use the PECL GeoIP implementation (recommended) or the PHP GeoIP implementation.the file integrity warning is expected, because I've modified that file according to https://github.com/piwik/piwik/issues/9844.
The piwik site is also very slow. I don't yet have access to the server logs, but what should I look for?
Posts: 1
Participants: 1