Visitor statistics in wordpress admin dashboard seem to be correct, but matomo client is only showing a fraction of it.
I’m running Matomo on the same server (all-inkl hosting package) as the website and I am using the option self-hosted PHP API to connect wordpress (plugin connect matomo) to the matomo instance. I updated my website to PHP 8.2, matomo still running on 7.4.
WP-Matomo 1.0.30 / Matomo 5.0.0-rc8 / WordPress 6.4.1.
System check in matomo client shows the warning that PHP should be updated since 7.4 is not recommended anymore. And it shows this error:
LOAD DATA INFILE failed… Error was:
Try #1: LOAD DATA INFILE : SQLSTATE[28000]: Invalid authorization specification: 1045 Access denied for user ‘d037ccb0’@‘localhost’ (using password: YES)[28000],
Try #2: LOAD DATA LOCAL INFILE : SQLSTATE[HY000]: General error: 4166 The used command is not allowed because the MariaDB server or client has disabled the local infile capability
Any idea how I can solve this?