I decided to give this plugin a try. Sorry for the silly question - does it works with Kirby 4.x?
yes. the v5 of the plugin will work for kirby4 and kirby5. if unsure you could check the composer.json as most plugin devs would add a āconflictsā property otherwise and allowing composer to pick the right version to install automatically.
Version is ok. Sqlite file is correctly created under site/logs. But it doesnāt count any visit.
- I donāt have any custom config setting and Im running the plugin on localhost
- I tried with a private tab / different browser to be sure Iām logged off from the panel
- Anyway, I changed the code to āignore-panel-usersā => falseā to include also logged in users
- ā¦any suggestion to make it works?
Do I need to create an image? Sorry but I donāt know what to checkā¦
Digging deeper⦠I get a 500 internal server error. The problem seems to be:
TypeError: Cannot access offset of type string on string
on one of the matomo/device-detector functions. Specifically on AbstractParser.php:473
Setting DeviceDetector = false, it works.