Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

[Поддержка] CityManager (Определение города по IP, Geo IP)


Recommended Posts

@white130489 точно так же, доступна настройка только 4х стран, для которых есть базы городов

Link to comment
Share on other sites

  • 2 months later...

Приветствую. Вылезла ошибка
Undefined index: short_city_name in /home/***/public_html/system/library/progroman/citymanager/core.php on line 215

В чем может быть проблема?

Link to comment
Share on other sites


  • 1 month later...

@white130489

В system/library/progroman/citymanager/citymanager.php найти getData() и закомментировать ненужные поля:

 

    private function getData() {
        return [
            'country_id' => $this->getCountryId(),
            'zone_id' => $this->getZoneId(),
            'postcode' => $this->getPostcode(),
            // 'city' => $this->setting('use_fullname_city') ? $this->getFullCityName() : $this->getCityName()
        ];
    }

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...

Important Information

On our site, cookies are used and personal data is processed to improve the user interface. To find out what and what personal data we are processing, please go to the link. If you click "I agree," it means that you understand and accept all the conditions specified in this Privacy Notice.