Фильтрация поля Местоположение. Ошибка
Только не ошибка а предупреждение
Notice: Undefined index: country_cache in /home/.../public_html/system/fields/city.php on line 57
Notice: Undefined index: region_cache in /home/.../public_html/system/fields/city.php on line 57
Notice: Undefined index: city_cache in /home/.../public_html/system/fields/city.php on line 57
Вот что в этой строке:
public function getStringValue($value){ }
return !empty($this->item[$this->getDenormalName()]) ? htmlspecialchars($this->item[$this->getDenormalName()]) : '';