IP lookup not working

Your software
My Mautic version is: 6.0.0
My PHP version is: 8.2
My Database type and version is: 10.6.20-MariaDB

Your problem
The ip lookup sevice is not working. I’m at a bit of a loss here. I fill in the correct credentials for the Maxmind Geolite2 City. The .mmdb file is in the var/cache/ip_data folder (pressing the button in mautic actually does nothing, but when I run the cron it gives a success!).

There are no errors in the log, it simply doesn’t log location.
I tested it in several manners, but while in previous versions, opening the email would ‘reveal’ the location, it now does nothing.

Is there aybody else with this problem (even better with a solution ;))?

Kind regards,

floeby

Had the same issue.
make sure file owner and group are set to www-data
chown www-data:www-data GeoLite2-City.mmdb

Hello,

I had a problem with IP Lookup not working as well.
My solution can be found here:

Mautic:iplookup:download ssh console command reports error on line 99

Thanks.