You have requested a non-existent service "frontendZoneController". (500 Internal Server Error)

Symfony Exception

ServiceNotFoundException

HTTP 500 Internal Server Error

You have requested a non-existent service "frontendZoneController".

Exception

Symfony\Component\DependencyInjection\Exception\ ServiceNotFoundException

  1.                 if ($lev <= \strlen($id) / || str_contains($knownId$id)) {
  2.                     $alternatives[] = $knownId;
  3.                 }
  4.             }
  5.             throw new ServiceNotFoundException($idnullnull$alternatives);
  6.         }
  7.         return null;
  8.     }
  1.      */
  2.     public function get(string $idint $invalidBehavior /* self::EXCEPTION_ON_INVALID_REFERENCE */ 1)
  3.     {
  4.         return $this->services[$id]
  5.             ?? $this->services[$id $this->aliases[$id] ?? $id]
  6.             ?? ('service_container' === $id $this : ($this->factories[$id] ?? [$this'make'])($id$invalidBehavior));
  7.     }
  8.     /**
  9.      * Creates a service.
  10.      *
  1. if (in_array(ValidationModuleEnum::EXTERNexplode(';'ACCOUNT_STATE))) {
  2.     $zonesArray = [];
  3.     if ($selected) {
  4.         $zonesArray[] = ['id' => '''text' => '-'];
  5.         /** @var FrontendZoneController $fzc */
  6.         $countryZones BaseKernel::container()->get('frontendZoneController')->getZonesForCountry($selected);
  7.         foreach ($countryZones as $zone) {
  8.             $zonesArray[] = ['id' => $zone['zone_id'], 'text' => $zone['zone_name'] . ' (' $zone['zone_code'] . ')'];
  9.         }
  10.     }
  11.     $guest_smarty->assign('SELECT_STATE'xtc_draw_pull_down_menuNote(['name' => 'stateSelect''text' => ''], $zonesArray$_SESSION['customer_zone_id'], '') . xtc_draw_hidden_field('useStateSelect'',' str_replace(';'','ENTRY_STATE_VALIDATION_COUNTRIES) . ','));
include('/var/www/releases/devp1_1910/current/includes/modules/create_guest_account_process.php') in /var/www/releases/devp1_1910/current/public/login.php (line 190)
  1.     # create guest account    GMS-60        #
  2.     #########################################
  3.     // create guest account file start
  4.     if ($current_file_loaded != FILENAME_CHECKOUT_SHOP) {
  5.         include(DIR_WS_MODULES 'create_guest_account_process.php');
  6.     }
  7.     if (!is_object($guest_smarty)) {
  8.         $guest_smarty = new Smarty();
  9.     }
require_once('/var/www/releases/devp1_1910/current/public/login.php') in /var/www/releases/devp1_1910/current/includes/application_top.php (line 844)
  1. }
  2. !defined("LANGUAGE_CODE") ? define("LANGUAGE_CODE"$_SESSION["language_code"]) : null;
  3. if ($routingFile !== null && $routingFile !== 'index.php') {
  4.     require_once "public/" $routingFile;
  5.     die();
  6. }
require_once('/var/www/releases/devp1_1910/current/includes/application_top.php') in /var/www/releases/devp1_1910/current/public/index.php (line 11)
  1. use Incert\Frontend\Routing\Router\DomainRouter;
  2. use Incert\Kernel\BaseKernel;
  3. chdir(__DIR__ "/..");
  4. require_once('includes/application_top.php');
  5. if (isset($_SESSION['customer_id']) && (ConfigurationResolverUtility::isTrue('HAS_ROX_PERMISSION'))) {
  6.     if (RoxHelper::isNew()) {
  7.         include_once("rox_start.php");
  8.     } else {

Stack Trace

ServiceNotFoundException
Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException:
You have requested a non-existent service "frontendZoneController".

  at /var/www/releases/vendor_dev/2025_06_18_15-45-19/symfony/dependency-injection/Container.php:272
  at Symfony\Component\DependencyInjection\Container->make('frontendZoneController', 1)
     (/var/www/releases/vendor_dev/2025_06_18_15-45-19/symfony/dependency-injection/Container.php:220)
  at Symfony\Component\DependencyInjection\Container->get('frontendZoneController')
     (/var/www/releases/devp1_1910/current/includes/modules/create_guest_account_process.php:754)
  at include('/var/www/releases/devp1_1910/current/includes/modules/create_guest_account_process.php')
     (/var/www/releases/devp1_1910/current/public/login.php:190)
  at require_once('/var/www/releases/devp1_1910/current/public/login.php')
     (/var/www/releases/devp1_1910/current/includes/application_top.php:844)
  at require_once('/var/www/releases/devp1_1910/current/includes/application_top.php')
     (/var/www/releases/devp1_1910/current/public/index.php:11)