Error 404 Not Found

GET https://www.condescending-keller.89-46-65-47.plesk.page/admin/region/batch-delete

ErrorController

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"error_controller"
_controller_attributes
[]
_stopwatch_token
"823e1a"
exception
EasyCorp\Bundle\EasyAdminBundle\Exception\EntityNotFoundException {#696
  #message: "The "App\Entity\Region" entity with "id = batch-delete" does not exist in the database. The entity may have been deleted by mistake or by a "cascade={"remove"}" operation executed by Doctrine."
  #code: 0
  #file: "/var/www/vhosts/condescending-keller.89-46-65-47.plesk.page/httpdocs/vendor/easycorp/easyadmin-bundle/src/Factory/EntityFactory.php"
  #line: 134
  -statusCode: 404
  -headers: []
  -context: EasyCorp\Bundle\EasyAdminBundle\Context\ExceptionContext {#792 …}
  trace: {
    /var/www/vhosts/condescending-keller.89-46-65-47.plesk.page/httpdocs/vendor/easycorp/easyadmin-bundle/src/Factory/EntityFactory.php:134 {
      EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory->getEntityInstance(string $entityFqcn, mixed $entityIdValue): object …
      › 
      ›     throw new EntityNotFoundException(['entity_name' => $entityFqcn, 'entity_id_name' => $entityIdName, 'entity_id_value' => $entityIdValue]);}
    }
    /var/www/vhosts/condescending-keller.89-46-65-47.plesk.page/httpdocs/vendor/easycorp/easyadmin-bundle/src/Factory/EntityFactory.php:90 {
      EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory->doCreate(?string $entityFqcn = null, mixed $entityId = null, Symfony\Component\ExpressionLanguage\Expression|string|null $entityPermission = null, ?object $entityInstance = null): EntityDto …
      › if (null === $entityInstance && null !== $entityFqcn) {    $entityInstance = null === $entityId ? null : $this->getEntityInstance($entityFqcn, $entityId);}
    }
    /var/www/vhosts/condescending-keller.89-46-65-47.plesk.page/httpdocs/vendor/easycorp/easyadmin-bundle/src/Factory/EntityFactory.php:36 {
      EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory->create(string $entityFqcn, mixed $entityId = null, Symfony\Component\ExpressionLanguage\Expression|string|null $entityPermission = null): EntityDto …
      › {    return $this->doCreate($entityFqcn, $entityId, $entityPermission);}
    }
    /var/www/vhosts/condescending-keller.89-46-65-47.plesk.page/httpdocs/vendor/easycorp/easyadmin-bundle/src/Factory/AdminContextFactory.php:266 {
      EasyCorp\Bundle\EasyAdminBundle\Factory\AdminContextFactory->getEntityDto(Request $request, ?CrudDto $crudDto): EntityDto …
      › 
      ›     return $this->entityFactory->create($crudDto->getEntityFqcn(), $entityId, $crudDto->getEntityPermission());}
    }
    /var/www/vhosts/condescending-keller.89-46-65-47.plesk.page/httpdocs/vendor/easycorp/easyadmin-bundle/src/Factory/AdminContextFactory.php:68 {
      EasyCorp\Bundle\EasyAdminBundle\Factory\AdminContextFactory->create(Request $request, DashboardControllerInterface $dashboardController, ?CrudControllerInterface $crudController, ?string $actionName = null): AdminContext …
      › $crudDto = $this->getCrudDto($this->adminControllers, $dashboardController, $crudController, new ActionConfigDto(), $filters, $crudAction, $pageName);$entityDto = $this->getEntityDto($request, $crudDto);$searchDto = $this->getSearchDto($request, $crudDto);
    }
    /var/www/vhosts/condescending-keller.89-46-65-47.plesk.page/httpdocs/vendor/easycorp/easyadmin-bundle/src/EventListener/AdminRouterSubscriber.php:95 {
      EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber->onKernelRequest(RequestEvent $event): void …
      › try {    $adminContext = $this->adminContextFactory->create($request, $dashboardControllerInstance, $crudControllerInstance, $actionName);} catch (BaseException $e) {
    }
    /var/www/vhosts/condescending-keller.89-46-65-47.plesk.page/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
      Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
      › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
    }
    /var/www/vhosts/condescending-keller.89-46-65-47.plesk.page/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
      ›     }    $listener($event, $eventName, $this);}
    }
    /var/www/vhosts/condescending-keller.89-46-65-47.plesk.page/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
      Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    }
    /var/www/vhosts/condescending-keller.89-46-65-47.plesk.page/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:129 {
      Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    }
    /var/www/vhosts/condescending-keller.89-46-65-47.plesk.page/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:162 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST, ?ControllerMetadata &$controllerMetadata = null): Response …
      › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
    /var/www/vhosts/condescending-keller.89-46-65-47.plesk.page/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:79 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $response = $this->handleRaw($request, $type, $controllerMetadata);} catch (\Throwable $e) {
    }
    /var/www/vhosts/condescending-keller.89-46-65-47.plesk.page/httpdocs/vendor/symfony/http-kernel/Kernel.php:143 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    }
    /var/www/vhosts/condescending-keller.89-46-65-47.plesk.page/httpdocs/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);}
    /var/www/vhosts/condescending-keller.89-46-65-47.plesk.page/httpdocs/vendor/autoload_runtime.php:32 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /var/www/vhosts/condescending-keller.89-46-65-47.plesk.page/httpdocs/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/var/www/vhosts/condescending-keller.89-46-65-47.plesk.page/httpdocs/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Processor\DebugProcessor {#108
  -records: [
    34 => [
      [
        "timestamp" => 1789843114
        "timestamp_rfc3339" => "2026-09-19T18:38:34.389+00:00"
        "message" => "Matched route "{route}"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "route" => "admin_region_detail"
          "route_parameters" => [
            "_route" => "admin_region_detail"
            "_controller" => "App\Controller\Admin\RegionCrudController::detail"
            "routeCreatedByEasyAdmin" => true
            "dashboardControllerFqcn" => "App\Controller\Admin\DashboardController"
            "crudControllerFqcn" => "App\Controller\Admin\RegionCrudController"
            "crudAction" => "detail"
            "entityId" => "batch-delete"
          ]
          "request_uri" => "https://www.condescending-keller.89-46-65-47.plesk.page/admin/region/batch-delete"
          "method" => "GET"
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1789843114
        "timestamp_rfc3339" => "2026-09-19T18:38:34.392+00:00"
        "message" => "Checking for authenticator support."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticators" => 0
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1789843114
        "timestamp_rfc3339" => "2026-09-19T18:38:34.421+00:00"
        "message" => "User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#753
            #message: "User Deprecated: Support for MariaDB < 10.6.0 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:59 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal)"
            #code: 0
            #file: "/var/www/vhosts/condescending-keller.89-46-65-47.plesk.page/httpdocs/vendor/doctrine/deprecations/src/Deprecation.php"
            #line: 208
            #severity: E_USER_DEPRECATED
            trace: {
              /var/www/vhosts/condescending-keller.89-46-65-47.plesk.page/httpdocs/vendor/doctrine/deprecations/src/Deprecation.php:208 {
                Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
                › 
                ›     @trigger_error($message, E_USER_DEPRECATED);}
              }
              /var/www/vhosts/condescending-keller.89-46-65-47.plesk.page/httpdocs/vendor/doctrine/deprecations/src/Deprecation.php:108 {
                Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
                › 
                ›     self::delegateTriggerToBackend($message, $backtrace, $link, $package);}
              }
              /var/www/vhosts/condescending-keller.89-46-65-47.plesk.page/httpdocs/vendor/doctrine/dbal/src/Driver/AbstractMySQLDriver.php:59 {
                Doctrine\DBAL\Driver\AbstractMySQLDriver->getDatabasePlatform(ServerVersionProvider $versionProvider): AbstractMySQLPlatform …
                › 
                › Deprecation::trigger(    'doctrine/dbal',
              }
              /var/www/vhosts/condescending-keller.89-46-65-47.plesk.page/httpdocs/vendor/doctrine/dbal/src/Driver/Middleware/AbstractDriverMiddleware.php:32 {
                Doctrine\DBAL\Driver\Middleware\AbstractDriverMiddleware->getDatabasePlatform(ServerVersionProvider $versionProvider): AbstractPlatform …
                › {    return $this->wrappedDriver->getDatabasePlatform($versionProvider);}
              }
              /var/www/vhosts/condescending-keller.89-46-65-47.plesk.page/httpdocs/vendor/doctrine/dbal/src/Driver/Middleware/AbstractDriverMiddleware.php:32 {
                Doctrine\DBAL\Driver\Middleware\AbstractDriverMiddleware->getDatabasePlatform(ServerVersionProvider $versionProvider): AbstractPlatform …
                › {    return $this->wrappedDriver->getDatabasePlatform($versionProvider);}
              }
              /var/www/vhosts/condescending-keller.89-46-65-47.plesk.page/httpdocs/vendor/doctrine/dbal/src/Driver/Middleware/AbstractDriverMiddleware.php:32 {
                Doctrine\DBAL\Driver\Middleware\AbstractDriverMiddleware->getDatabasePlatform(ServerVersionProvider $versionProvider): AbstractPlatform …
                › {    return $this->wrappedDriver->getDatabasePlatform($versionProvider);}
              }
              /var/www/vhosts/condescending-keller.89-46-65-47.plesk.page/httpdocs/vendor/doctrine/dbal/src/Connection.php:196 {
                Doctrine\DBAL\Connection->getDatabasePlatform(): AbstractPlatform …
                › 
                ›     $this->platform = $this->driver->getDatabasePlatform($versionProvider);}
              }
              /var/www/vhosts/condescending-keller.89-46-65-47.plesk.page/httpdocs/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:736 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->getTargetPlatform(): AbstractPlatform …
                › if (! $this->targetPlatform) {    $this->targetPlatform = $this->em->getConnection()->getDatabasePlatform();}
              }
              /var/www/vhosts/condescending-keller.89-46-65-47.plesk.page/httpdocs/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:546 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->completeIdGeneratorMapping(ClassMetadata $class): void …
                › if ($idGenType === ClassMetadata::GENERATOR_TYPE_AUTO) {    $class->setIdGeneratorType($this->determineIdGeneratorStrategy($this->getTargetPlatform()));}
              }
              /var/www/vhosts/condescending-keller.89-46-65-47.plesk.page/httpdocs/vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php:174 {
                Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata(ClassMetadata $class, ?ClassMetadata $parent, bool $rootEntityFound, array $nonSuperclassParents): void …
                › } else {    $this->completeIdGeneratorMapping($class);}
              }
              /var/www/vhosts/condescending-keller.89-46-65-47.plesk.page/httpdocs/vendor/doctrine/doctrine-bundle/src/Mapping/ClassMetadataFactory.php:23 {
                Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
                › {    parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);}
              /var/www/vhosts/condescending-keller.89-46-65-47.plesk.page/httpdocs/vendor/doctrine/persistence/src/Mapping/AbstractClassMetadataFactory.php:318 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata(string $name): array …
                › 
                › $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);}
              /var/www/vhosts/condescending-keller.89-46-65-47.plesk.page/httpdocs/vendor/doctrine/persistence/src/Mapping/AbstractClassMetadataFactory.php:187 {
                Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor(string $className): ClassMetadata …
                › } else {    $loadedMetadata = $this->loadMetadata($realClassName);    $classNames     = array_combine(
              }
              /var/www/vhosts/condescending-keller.89-46-65-47.plesk.page/httpdocs/vendor/doctrine/orm/src/EntityManager.php:226 {
                Doctrine\ORM\EntityManager->getClassMetadata(string $className): ClassMetadata …
                › {    return $this->metadataFactory->getMetadataFor($className);}
              }
              /var/www/vhosts/condescending-keller.89-46-65-47.plesk.page/httpdocs/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php:49 {
                Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory->getRepository(EntityManagerInterface $entityManager, string $entityName): EntityRepository …
                › {    $metadata            = $entityManager->getClassMetadata($entityName);    $repositoryServiceId = $metadata->customRepositoryClassName;
              }
              /var/www/vhosts/condescending-keller.89-46-65-47.plesk.page/httpdocs/vendor/doctrine/orm/src/EntityManager.php:520 {
                Doctrine\ORM\EntityManager->getRepository(string $className): EntityRepository …
                › {    return $this->repositoryFactory->getRepository($this, $className);}
              }
              /var/www/vhosts/condescending-keller.89-46-65-47.plesk.page/httpdocs/vendor/easycorp/easyadmin-bundle/src/Factory/EntityFactory.php:131 {
                EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory->getEntityInstance(string $entityFqcn, mixed $entityIdValue): object …
                › $entityManager = $this->getEntityManager($entityFqcn);if (null === $entityInstance = $entityManager->getRepository($entityFqcn)->find($entityIdValue)) {    $entityIdName = $entityManager->getClassMetadata($entityFqcn)->getIdentifierFieldNames()[0];
              }
              /var/www/vhosts/condescending-keller.89-46-65-47.plesk.page/httpdocs/vendor/easycorp/easyadmin-bundle/src/Factory/EntityFactory.php:90 {
                EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory->doCreate(?string $entityFqcn = null, mixed $entityId = null, Symfony\Component\ExpressionLanguage\Expression|string|null $entityPermission = null, ?object $entityInstance = null): EntityDto …
                › if (null === $entityInstance && null !== $entityFqcn) {    $entityInstance = null === $entityId ? null : $this->getEntityInstance($entityFqcn, $entityId);}
              }
              /var/www/vhosts/condescending-keller.89-46-65-47.plesk.page/httpdocs/vendor/easycorp/easyadmin-bundle/src/Factory/EntityFactory.php:36 {
                EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory->create(string $entityFqcn, mixed $entityId = null, Symfony\Component\ExpressionLanguage\Expression|string|null $entityPermission = null): EntityDto …
                › {    return $this->doCreate($entityFqcn, $entityId, $entityPermission);}
              }
              /var/www/vhosts/condescending-keller.89-46-65-47.plesk.page/httpdocs/vendor/easycorp/easyadmin-bundle/src/Factory/AdminContextFactory.php:266 {
                EasyCorp\Bundle\EasyAdminBundle\Factory\AdminContextFactory->getEntityDto(Request $request, ?CrudDto $crudDto): EntityDto …
                › 
                ›     return $this->entityFactory->create($crudDto->getEntityFqcn(), $entityId, $crudDto->getEntityPermission());}
              }
              /var/www/vhosts/condescending-keller.89-46-65-47.plesk.page/httpdocs/vendor/easycorp/easyadmin-bundle/src/Factory/AdminContextFactory.php:68 {
                EasyCorp\Bundle\EasyAdminBundle\Factory\AdminContextFactory->create(Request $request, DashboardControllerInterface $dashboardController, ?CrudControllerInterface $crudController, ?string $actionName = null): AdminContext …
                › $crudDto = $this->getCrudDto($this->adminControllers, $dashboardController, $crudController, new ActionConfigDto(), $filters, $crudAction, $pageName);$entityDto = $this->getEntityDto($request, $crudDto);$searchDto = $this->getSearchDto($request, $crudDto);
              }
              /var/www/vhosts/condescending-keller.89-46-65-47.plesk.page/httpdocs/vendor/easycorp/easyadmin-bundle/src/EventListener/AdminRouterSubscriber.php:95 {
                EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber->onKernelRequest(RequestEvent $event): void …
                › try {    $adminContext = $this->adminContextFactory->create($request, $dashboardControllerInstance, $crudControllerInstance, $actionName);} catch (BaseException $e) {
              }
              /var/www/vhosts/condescending-keller.89-46-65-47.plesk.page/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/www/vhosts/condescending-keller.89-46-65-47.plesk.page/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/vhosts/condescending-keller.89-46-65-47.plesk.page/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/www/vhosts/condescending-keller.89-46-65-47.plesk.page/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:129 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/vhosts/condescending-keller.89-46-65-47.plesk.page/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:162 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST, ?ControllerMetadata &$controllerMetadata = null): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/www/vhosts/condescending-keller.89-46-65-47.plesk.page/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:79 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type, $controllerMetadata);} catch (\Throwable $e) {
              }
              /var/www/vhosts/condescending-keller.89-46-65-47.plesk.page/httpdocs/vendor/symfony/http-kernel/Kernel.php:143 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/vhosts/condescending-keller.89-46-65-47.plesk.page/httpdocs/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/vhosts/condescending-keller.89-46-65-47.plesk.page/httpdocs/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/condescending-keller.89-46-65-47.plesk.page/httpdocs/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/condescending-keller.89-46-65-47.plesk.page/httpdocs/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1789843114
        "timestamp_rfc3339" => "2026-09-19T18:38:34.430+00:00"
        "message" => "Connecting with parameters {params}"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "params" => [
            "driver" => "pdo_mysql"
            "idle_connection_ttl" => 600
            "host" => "89.46.65.47"
            "port" => 3306
            "user" => "admin_gotoitalydev"
            "password" => "<redacted>"
            "driverOptions" => []
            "defaultTableOptions" => []
            "dbname" => "gotoitalydev"
            "serverVersion" => "10.4.28-MariaDB"
            "charset" => "utf8mb4"
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1789843114
        "timestamp_rfc3339" => "2026-09-19T18:38:34.432+00:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.area AS area_2 FROM region t0 WHERE t0.id = ?"
          "params" => [
            1 => "batch-delete"
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#832
              +name: "INTEGER"
            }
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1789843114
        "timestamp_rfc3339" => "2026-09-19T18:38:34.466+00:00"
        "message" => "Uncaught PHP Exception EasyCorp\Bundle\EasyAdminBundle\Exception\EntityNotFoundException: "The "App\Entity\Region" entity with "id = batch-delete" does not exist in the database. The entity may have been deleted by mistake or by a "cascade={"remove"}" operation executed by Doctrine." at EntityFactory.php line 134"
        "priority" => 400
        "priorityName" => "ERROR"
        "context" => [
          "exception" => EasyCorp\Bundle\EasyAdminBundle\Exception\EntityNotFoundException {#696
            #message: "The "App\Entity\Region" entity with "id = batch-delete" does not exist in the database. The entity may have been deleted by mistake or by a "cascade={"remove"}" operation executed by Doctrine."
            #code: 0
            #file: "/var/www/vhosts/condescending-keller.89-46-65-47.plesk.page/httpdocs/vendor/easycorp/easyadmin-bundle/src/Factory/EntityFactory.php"
            #line: 134
            -statusCode: 404
            -headers: []
            -context: EasyCorp\Bundle\EasyAdminBundle\Context\ExceptionContext {#792 …}
            trace: {
              /var/www/vhosts/condescending-keller.89-46-65-47.plesk.page/httpdocs/vendor/easycorp/easyadmin-bundle/src/Factory/EntityFactory.php:134 {
                EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory->getEntityInstance(string $entityFqcn, mixed $entityIdValue): object …
                › 
                ›     throw new EntityNotFoundException(['entity_name' => $entityFqcn, 'entity_id_name' => $entityIdName, 'entity_id_value' => $entityIdValue]);}
              }
              /var/www/vhosts/condescending-keller.89-46-65-47.plesk.page/httpdocs/vendor/easycorp/easyadmin-bundle/src/Factory/EntityFactory.php:90 {
                EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory->doCreate(?string $entityFqcn = null, mixed $entityId = null, Symfony\Component\ExpressionLanguage\Expression|string|null $entityPermission = null, ?object $entityInstance = null): EntityDto …
                › if (null === $entityInstance && null !== $entityFqcn) {    $entityInstance = null === $entityId ? null : $this->getEntityInstance($entityFqcn, $entityId);}
              }
              /var/www/vhosts/condescending-keller.89-46-65-47.plesk.page/httpdocs/vendor/easycorp/easyadmin-bundle/src/Factory/EntityFactory.php:36 {
                EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory->create(string $entityFqcn, mixed $entityId = null, Symfony\Component\ExpressionLanguage\Expression|string|null $entityPermission = null): EntityDto …
                › {    return $this->doCreate($entityFqcn, $entityId, $entityPermission);}
              }
              /var/www/vhosts/condescending-keller.89-46-65-47.plesk.page/httpdocs/vendor/easycorp/easyadmin-bundle/src/Factory/AdminContextFactory.php:266 {
                EasyCorp\Bundle\EasyAdminBundle\Factory\AdminContextFactory->getEntityDto(Request $request, ?CrudDto $crudDto): EntityDto …
                › 
                ›     return $this->entityFactory->create($crudDto->getEntityFqcn(), $entityId, $crudDto->getEntityPermission());}
              }
              /var/www/vhosts/condescending-keller.89-46-65-47.plesk.page/httpdocs/vendor/easycorp/easyadmin-bundle/src/Factory/AdminContextFactory.php:68 {
                EasyCorp\Bundle\EasyAdminBundle\Factory\AdminContextFactory->create(Request $request, DashboardControllerInterface $dashboardController, ?CrudControllerInterface $crudController, ?string $actionName = null): AdminContext …
                › $crudDto = $this->getCrudDto($this->adminControllers, $dashboardController, $crudController, new ActionConfigDto(), $filters, $crudAction, $pageName);$entityDto = $this->getEntityDto($request, $crudDto);$searchDto = $this->getSearchDto($request, $crudDto);
              }
              /var/www/vhosts/condescending-keller.89-46-65-47.plesk.page/httpdocs/vendor/easycorp/easyadmin-bundle/src/EventListener/AdminRouterSubscriber.php:95 {
                EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber->onKernelRequest(RequestEvent $event): void …
                › try {    $adminContext = $this->adminContextFactory->create($request, $dashboardControllerInstance, $crudControllerInstance, $actionName);} catch (BaseException $e) {
              }
              /var/www/vhosts/condescending-keller.89-46-65-47.plesk.page/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
                Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
                › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
              }
              /var/www/vhosts/condescending-keller.89-46-65-47.plesk.page/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
                Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
                ›     }    $listener($event, $eventName, $this);}
              }
              /var/www/vhosts/condescending-keller.89-46-65-47.plesk.page/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
                Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
              }
              /var/www/vhosts/condescending-keller.89-46-65-47.plesk.page/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:129 {
                Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
                › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
              }
              /var/www/vhosts/condescending-keller.89-46-65-47.plesk.page/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:162 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST, ?ControllerMetadata &$controllerMetadata = null): Response …
                › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);}
              /var/www/vhosts/condescending-keller.89-46-65-47.plesk.page/httpdocs/vendor/symfony/http-kernel/HttpKernel.php:79 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type, $controllerMetadata);} catch (\Throwable $e) {
              }
              /var/www/vhosts/condescending-keller.89-46-65-47.plesk.page/httpdocs/vendor/symfony/http-kernel/Kernel.php:143 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
              }
              /var/www/vhosts/condescending-keller.89-46-65-47.plesk.page/httpdocs/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:34 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /var/www/vhosts/condescending-keller.89-46-65-47.plesk.page/httpdocs/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /var/www/vhosts/condescending-keller.89-46-65-47.plesk.page/httpdocs/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/var/www/vhosts/condescending-keller.89-46-65-47.plesk.page/httpdocs/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "request"
      ]
    ]
  ]
  -errorCount: [
    34 => 1
  ]
  -requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#118 …}
}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, zstd, deflate"
host
"www.condescending-keller.89-46-65-47.plesk.page"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
x-accel-internal
"/internal-nginx-static-location"
x-php-ob-level
"1"
x-real-ip
"216.73.216.50"

Request Content

Request content not available (it was retrieved as a resource).

Retry Command

curl \
  --compressed \
  --url 'https://www.condescending-keller.89-46-65-47.plesk.page/admin/region/batch-delete' \
  --header 'Accept-Encoding: gzip, br, zstd, deflate' \
  --header 'User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' \
  --header 'Accept: */*' \
  --header 'X-Accel-Internal: /internal-nginx-static-location' \
  --header 'X-Real-Ip: 216.73.216.50' \
  --header 'X-Php-Ob-Level: 1'

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Sat, 19 Sep 2026 18:38:34 GMT"
vary
"Accept"
x-debug-exception
"The%20%22App%5CEntity%5CRegion%22%20entity%20with%20%22id%20%3D%20batch-delete%22%20does%20not%20exist%20in%20the%20database.%20The%20entity%20may%20have%20been%20deleted%20by%20mistake%20or%20by%20a%20%22cascade%3D%7B%22remove%22%7D%22%20operation%20executed%20by%20Doctrine."
x-debug-exception-file
"%2Fvar%2Fwww%2Fvhosts%2Fcondescending-keller.89-46-65-47.plesk.page%2Fhttpdocs%2Fvendor%2Feasycorp%2Feasyadmin-bundle%2Fsrc%2FFactory%2FEntityFactory.php:134"
x-debug-token
"9bc68c"
x-robots-tag
"noindex"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session 1

Session Metadata

No session metadata

Session Attributes

No session attributes

Session Usage

1 Usages
Stateless check enabled
Usage
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:42
[
  [
    "file" => "/var/www/vhosts/condescending-keller.89-46-65-47.plesk.page/httpdocs/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 42
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/condescending-keller.89-46-65-47.plesk.page/httpdocs/vendor/symfony/security-core/Authorization/AuthorizationChecker.php"
    "line" => 45
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/condescending-keller.89-46-65-47.plesk.page/httpdocs/vendor/easycorp/easyadmin-bundle/src/Security/AuthorizationChecker.php"
    "line" => 30
    "function" => "isGranted"
    "class" => "Symfony\Component\Security\Core\Authorization\AuthorizationChecker"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/condescending-keller.89-46-65-47.plesk.page/httpdocs/vendor/easycorp/easyadmin-bundle/src/Factory/EntityFactory.php"
    "line" => 104
    "function" => "isGranted"
    "class" => "EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/condescending-keller.89-46-65-47.plesk.page/httpdocs/vendor/easycorp/easyadmin-bundle/src/Factory/EntityFactory.php"
    "line" => 36
    "function" => "doCreate"
    "class" => "EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/condescending-keller.89-46-65-47.plesk.page/httpdocs/vendor/easycorp/easyadmin-bundle/src/Factory/AdminContextFactory.php"
    "line" => 266
    "function" => "create"
    "class" => "EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/condescending-keller.89-46-65-47.plesk.page/httpdocs/vendor/easycorp/easyadmin-bundle/src/Factory/AdminContextFactory.php"
    "line" => 68
    "function" => "getEntityDto"
    "class" => "EasyCorp\Bundle\EasyAdminBundle\Factory\AdminContextFactory"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/condescending-keller.89-46-65-47.plesk.page/httpdocs/vendor/easycorp/easyadmin-bundle/src/EventListener/AdminRouterSubscriber.php"
    "line" => 122
    "function" => "create"
    "class" => "EasyCorp\Bundle\EasyAdminBundle\Factory\AdminContextFactory"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/condescending-keller.89-46-65-47.plesk.page/httpdocs/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelRequest"
    "class" => "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/condescending-keller.89-46-65-47.plesk.page/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/condescending-keller.89-46-65-47.plesk.page/httpdocs/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/condescending-keller.89-46-65-47.plesk.page/httpdocs/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 129
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/condescending-keller.89-46-65-47.plesk.page/httpdocs/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 162
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/condescending-keller.89-46-65-47.plesk.page/httpdocs/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 79
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/condescending-keller.89-46-65-47.plesk.page/httpdocs/vendor/symfony/http-kernel/Kernel.php"
    "line" => 143
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/condescending-keller.89-46-65-47.plesk.page/httpdocs/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 34
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/condescending-keller.89-46-65-47.plesk.page/httpdocs/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/vhosts/condescending-keller.89-46-65-47.plesk.page/httpdocs/public/index.php"
    "line" => 5
    "args" => [
      "/var/www/vhosts/condescending-keller.89-46-65-47.plesk.page/httpdocs/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_ENV
"dev"
APP_SECRET
"3da90480a9628cf74a3d443a91bba59a"
APP_SHARE_DIR
"var/share"
DATABASE_URL
"mysql://admin_gotoitalydev:Ettore1345@89.46.65.47:3306/gotoitalydev?serverVersion=10.4.28-MariaDB&charset=utf8mb4"
DEFAULT_URI
"http://localhost"
MAILER_DSN
"null://null"
MESSENGER_TRANSPORT_DSN
"doctrine://default?auto_setup=0"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
APP_PROJECT_DIR
"/var/www/vhosts/condescending-keller.89-46-65-47.plesk.page/httpdocs"
APP_RUNTIME
"Symfony\Component\Runtime\SymfonyRuntime"
APP_RUNTIME_OPTIONS
[
  "project_dir" => "/var/www/vhosts/condescending-keller.89-46-65-47.plesk.page/httpdocs"
]
CONTEXT_DOCUMENT_ROOT
"/var/www/vhosts/condescending-keller.89-46-65-47.plesk.page/httpdocs/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/var/www/vhosts/condescending-keller.89-46-65-47.plesk.page/httpdocs/public"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/var/www/vhosts/condescending-keller.89-46-65-47.plesk.page"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, zstd, deflate"
HTTP_HOST
"www.condescending-keller.89-46-65-47.plesk.page"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_X_ACCEL_INTERNAL
"/internal-nginx-static-location"
HTTP_X_REAL_IP
"216.73.216.50"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_HTTPS
"on"
REDIRECT_SCRIPT_URI
"https://www.condescending-keller.89-46-65-47.plesk.page/admin/region/batch-delete"
REDIRECT_SCRIPT_URL
"/admin/region/batch-delete"
REDIRECT_SSL_TLS_SNI
"www.condescending-keller.89-46-65-47.plesk.page"
REDIRECT_STATUS
"200"
REDIRECT_UNIQUE_ID
"aq7WqjkMHFn5ZBCh-PlUZAAAABc"
REDIRECT_URL
"/admin/region/batch-delete"
REMOTE_ADDR
"216.73.216.50"
REMOTE_PORT
"47260"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1789843114
REQUEST_TIME_FLOAT
1789843114.311
REQUEST_URI
"/admin/region/batch-delete"
SCRIPT_FILENAME
"/var/www/vhosts/condescending-keller.89-46-65-47.plesk.page/httpdocs/public/index.php"
SCRIPT_NAME
"/index.php"
SCRIPT_URI
"https://www.condescending-keller.89-46-65-47.plesk.page/admin/region/batch-delete"
SCRIPT_URL
"/admin/region/batch-delete"
SERVER_ADDR
"89.46.65.47"
SERVER_ADMIN
"[no address given]"
SERVER_NAME
"www.condescending-keller.89-46-65-47.plesk.page"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
"<address>Apache Server at www.condescending-keller.89-46-65-47.plesk.page Port 443</address>\n"
SERVER_SOFTWARE
"Apache"
SSL_TLS_SNI
"www.condescending-keller.89-46-65-47.plesk.page"
SYMFONY_DOTENV_PATH
"/var/www/vhosts/condescending-keller.89-46-65-47.plesk.page/httpdocs/.env"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,APP_SHARE_DIR,DEFAULT_URI,DATABASE_URL,MESSENGER_TRANSPORT_DSN,MAILER_DSN"
UNIQUE_ID
"aq7WqjkMHFn5ZBCh-PlUZAAAABc"
USER
"condescending-keller_f5tfor00y4v"
proxy-nokeepalive
"1"

Parent Request

Return to parent request (token = e01405)

Key Value
_controller
"App\Controller\Admin\RegionCrudController::detail"
_firewall_context
"security.firewall.map.context.main"
_remove_csp_headers
true
_route
"admin_region_detail"
_route_params
[
  "routeCreatedByEasyAdmin" => true
  "dashboardControllerFqcn" => "App\Controller\Admin\DashboardController"
  "crudControllerFqcn" => "App\Controller\Admin\RegionCrudController"
  "crudAction" => "detail"
  "entityId" => "batch-delete"
]
_security_authenticators
[]
_security_firewall_run
"_security_main"
_security_skipped_authenticators
[]
_stopwatch_token
"ec6c80"
crudAction
"detail"
crudControllerFqcn
"App\Controller\Admin\RegionCrudController"
dashboardControllerFqcn
"App\Controller\Admin\DashboardController"
easyadmin_context
EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext {#763
  -requestContext: EasyCorp\Bundle\EasyAdminBundle\Context\RequestContext {#827 …}
  -crudContext: EasyCorp\Bundle\EasyAdminBundle\Context\CrudContext {#765 …}
  -dashboardContext: EasyCorp\Bundle\EasyAdminBundle\Context\DashboardContext {#723 …}
  -i18nContext: EasyCorp\Bundle\EasyAdminBundle\Context\I18nContext {#719 …}
}
entityId
"batch-delete"
routeCreatedByEasyAdmin
true