Leuchtfeuer / locate

The users country and preferred language and other facts will be detected. Depending on configurable rules the user can be redirected to other languages or pages. New functionality can be added easily.
https://www.Leuchtfeuer.com
GNU General Public License v2.0
9 stars 14 forks source link

static_countries table is not up to date #20

Closed majernik closed 4 years ago

majernik commented 4 years ago

Describe the bug The table static_countries is not up to date and needs to be updated.

To Reproduce

  1. Set manually IP-Address to 217.91.35.16
  2. When process function of IP2Country is called, no result is found

Expected behavior Germany is found

Desktop (please complete the following information):

flossels commented 4 years ago

This issue is invalid as the query select * from static_ip2country_v4 where ip_from <= 3646628624 AND ip_to >= 3646628624; returns the country code DE which is the expected behaviour. Maybe you forget to run the database update script in the extension manager?