An error has occurred with a eval'd field - please inform the web-site owner. Debug: Eval exception : fk_map::getPhpOptions() : $db = Joomla\CMS\Factory::getContainer()->get('DatabaseDriver');
$db->setQuery('SELECT id, CONCAT("APCHEA_NOM_ZONE_", id) AS text FROM `#__vikevents_mapsitem`');
$rows = $db->loadObjectList();
foreach ($rows as $row) {
$mess = Joomla\CMS\Language\Text::_($row->text);
$options[] = Joomla\CMS\HTML\HTMLHelper::_('select.option', $row->id, $mess);
}
return $options; : Joomla\CMS\Factory::getLanguage() is deprecated. Load the language from the dependency injection container or via Joomla\CMS\Factory::getApplication()->getLanguage().