Open NoUsername opened 10 months ago
Hi,
Could you tell me the version of Matomo you are using ?
It will be easier to test on my instance 😉
Hy, sure thing: I'm using: Matomo Version 4.16.0 PHP 8.2.13
I'm running a docker-compose based setup with this matomo container: matomo:fpm-alpine
and this mariadb container: mariadb:10.11
Pretty close to this example setup: https://github.com/matomo-org/docker/blob/master/.examples/nginx/docker-compose.yml
Btw: I also ran into another Issue with the google ads sync: I had to change the timezone of my site to UTC (which affects the parameter=timezone:... line in the exported csv file) otherwise google ads always showed errors - not sure if that is a bug or I did something wrong. Just thought I'd mention it 🤷
First: thx for the awesome plugin.
I had an issue that the required tables were not automatically created when the plugin was activated. I could not find any error logs or similar (but I'm also a real matomo noob, so I don't really know where to look for them).
I worked around it by running the following sql manually:
luckily it was easy enough to extract that from the php files in the Dao folder.
I was wondering if I did something wrong or if something in the plugin code is broken?
I installed it via the marketplace UI in matomo btw.