bnomei / kirby3-utm

UTM Tracking
https://forum.getkirby.com/t/kirby-3-utm-track-events-from-urls-with-utm-parameters/27339
MIT License
19 stars 1 forks source link

[K4] Cannot access offset of type string on string #3

Closed afbora closed 6 months ago

afbora commented 1 year ago

I'm getting following error when I access the uri: ?utm_campaign=getkirby&utm_medium=referral&utm_source=getkirby

screen-capture-1753-Kirby CMS Debugger-plugins test

Plugin 1.3.0 Kirby 4.0.0-rc.2 PHP 8.1.23 Windows 10 XAMPP

Like similiar issue with https://github.com/bnomei/kirby3-pageviewcounter/issues/6

bnomei commented 9 months ago

this is about the device detection lib. it might fail on localhost depending on what your browser is sending. i can not replicate since i do not have a windows system with xampp at hand.

i recently updated the lib in question and made the bot detection an optinonal feature.

please check again and consider setting it as resolved so it can get the [k4-ready] flag on the kirby plugins list. thanks.

bnomei commented 6 months ago

closing due to inactivity