Error: Call to undefined method Drupal\ip2country\Ip2CountryManager::getCountry()

Created on 28 August 2023, over 1 year ago
Updated 4 September 2023, over 1 year ago

Problem/Motivation

after installing module gives Error: Call to undefined method Drupal\ip2country\Ip2CountryManager::getCountry()

Proposed resolution

change
- $country_code = \Drupal::service('ip2country.manager')->getCountry($ip);
+ $country_code = \Drupal::service('ip2country.lookup')->getCountry($ip);

🐛 Bug report
Status

Fixed

Version

1.0

Component

Code

Created by

🇯🇴Jordan mahmoud barhouma

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024