Error 500 Internal Server Error

GET http://admin-symfony-review.kube-dev.ugol.click/estimate-material/batch-delete

ErrorController

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"19004c"
exception
Doctrine\DBAL\Exception\DriverException {#995
  #message: """
    An exception occurred while executing a query: SQLSTATE[22P02]: Invalid text representation: 7 ERROR:  invalid input syntax for type integer: "batch-delete"\n
    CONTEXT:  unnamed portal parameter $1 = '...'
    """
  #code: 7
  #file: "/app/vendor/doctrine/dbal/src/Driver/API/PostgreSQL/ExceptionConverter.php"
  #line: 87
  -previous: Doctrine\DBAL\Driver\PDO\Exception {#991 …}
  -query: Doctrine\DBAL\Query {#993 …}
  trace: {
    /app/vendor/doctrine/dbal/src/Driver/API/PostgreSQL/ExceptionConverter.php:87 {
      Doctrine\DBAL\Driver\API\PostgreSQL\ExceptionConverter->convert(Exception $exception, ?Query $query): DriverException …
      › 
      ›     return new DriverException($exception, $query);}
    }
    /app/vendor/doctrine/dbal/src/Connection.php:1976 {
      Doctrine\DBAL\Connection->handleDriverException(Exception $driverException, ?Query $query): DriverException …
      › $this->exceptionConverter ??= $this->_driver->getExceptionConverter();$exception                  = $this->exceptionConverter->convert($driverException, $query);arguments: {
        $exception: Doctrine\DBAL\Driver\PDO\Exception {#991 …}
        $query: Doctrine\DBAL\Query {#993 …}
      }
    }
    /app/vendor/doctrine/dbal/src/Connection.php:1918 {
      Doctrine\DBAL\Connection->convertExceptionDuringQuery(Exception $e, string $sql, array $params = [], array $types = []): DriverException …
      › ): DriverException {    return $this->handleDriverException($e, new Query($sql, $params, $types));}
      arguments: {
        $driverException: Doctrine\DBAL\Driver\PDO\Exception {#991 …}
        $query: Doctrine\DBAL\Query {#993 …}
      }
    }
    /app/vendor/doctrine/dbal/src/Connection.php:1111 {
      Doctrine\DBAL\Connection->executeQuery(string $sql, array $params = [], $types = [], ?QueryCacheProfile $qcp = null): Result …
      › } catch (Driver\Exception $e) {    throw $this->convertExceptionDuringQuery($e, $sql, $params, $types);} finally {
      arguments: {
        $e: Doctrine\DBAL\Driver\PDO\Exception {#991 …}
        $sql: "SELECT t0.estimate_material_id AS estimate_material_id_1, t0.created_at AS created_at_2, t0.deleted_at AS deleted_at_3, t0.key AS key_4, t0.quantity_real AS quantity_real_5, t0.quantity AS quantity_6, t0.price AS price_7, t0.amount AS amount_8, t0.estimate_work_id AS estimate_work_id_9, t0.material_id AS material_id_10 FROM estimate_estimates_materials t0 WHERE t0.estimate_material_id = ?"
        $params: [ …1]
        $types: [ …1]
      }
    }
    /app/vendor/doctrine/orm/src/Persisters/Entity/BasicEntityPersister.php:738 {
      Doctrine\ORM\Persisters\Entity\BasicEntityPersister->load(array $criteria, ?object $entity = null, ?AssociationMapping $assoc = null, array $hints = [], Doctrine\DBAL\LockMode|int|null $lockMode = null, ?int $limit = null, ?array $orderBy = null): ?object …
      › [$params, $types] = $this->expandParameters($criteria);$stmt             = $this->conn->executeQuery($sql, $params, $types);arguments: {
        $sql: "SELECT t0.estimate_material_id AS estimate_material_id_1, t0.created_at AS created_at_2, t0.deleted_at AS deleted_at_3, t0.key AS key_4, t0.quantity_real AS quantity_real_5, t0.quantity AS quantity_6, t0.price AS price_7, t0.amount AS amount_8, t0.estimate_work_id AS estimate_work_id_9, t0.material_id AS material_id_10 FROM estimate_estimates_materials t0 WHERE t0.estimate_material_id = ?"
        $params: [ …1]
        $types: [ …1]
      }
    }
    /app/vendor/doctrine/orm/src/Persisters/Entity/BasicEntityPersister.php:756 {
      Doctrine\ORM\Persisters\Entity\BasicEntityPersister->loadById(array $identifier, ?object $entity = null): ?object …
      › {    return $this->load($identifier, $entity);}
      arguments: {
        $criteria: [ …1]
        $entity: null
      }
    }
    /app/vendor/doctrine/orm/src/EntityManager.php:366 {
      Doctrine\ORM\EntityManager->find($className, mixed $id, Doctrine\DBAL\LockMode|int|null $lockMode = null, ?int $lockVersion = null): ?object …
      ›     default:        return $persister->loadById($sortedId);}
      arguments: {
        $identifier: [ …1]
      }
    }
    /app/vendor/doctrine/orm/src/EntityRepository.php:86 {
      Doctrine\ORM\EntityRepository->find(mixed $id, Doctrine\DBAL\LockMode|int|null $lockMode = null, ?int $lockVersion = null): ?object …
      › {    return $this->em->find($this->entityName, $id, $lockMode, $lockVersion);}
      arguments: {
        $className: "Estimate\Entity\EstimateMaterial"
        $id: []
        $lockMode: null
        $lockVersion: null
      }
    }
    /app/vendor/easycorp/easyadmin-bundle/src/Factory/EntityFactory.php:193 {
      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];
      arguments: {
        $id: "batch-delete"
      }
    }
    /app/vendor/easycorp/easyadmin-bundle/src/Factory/EntityFactory.php:152 {
      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);}
      arguments: {
        $entityFqcn: "Estimate\Entity\EstimateMaterial"
        $entityIdValue: "batch-delete"
      }
    }
    /app/vendor/easycorp/easyadmin-bundle/src/Factory/EntityFactory.php:86 {
      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);}
      arguments: {
        $entityFqcn: "Estimate\Entity\EstimateMaterial"
        $entityId: "batch-delete"
        $entityPermission: null
      }
    }
    /app/vendor/easycorp/easyadmin-bundle/src/Factory/AdminContextFactory.php:291 {
      EasyCorp\Bundle\EasyAdminBundle\Factory\AdminContextFactory->getEntityDto(Request $request, ?CrudDto $crudDto): EntityDto …
      › 
      ›     return $this->entityFactory->create($crudDto->getEntityFqcn(), $entityId, $crudDto->getEntityPermission());}
      arguments: {
        $entityFqcn: "Estimate\Entity\EstimateMaterial"
        $entityId: "batch-delete"
        $entityPermission: null
      }
    }
    /app/vendor/easycorp/easyadmin-bundle/src/Factory/AdminContextFactory.php:78 {
      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);
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#2 …}
        $crudDto: EasyCorp\Bundle\EasyAdminBundle\Dto\CrudDto {#660 …}
      }
    }
    /app/vendor/easycorp/easyadmin-bundle/src/EventListener/AdminRouterSubscriber.php:135 {
      EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber->onKernelRequestPrettyUrls(RequestEvent $event): void …
      › try {    $adminContext = $this->adminContextFactory->create($request, $dashboardControllerInstance, $crudControllerInstance, $actionName);} catch (BaseException $e) {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#2 …}
        $dashboardController: Eadmin\Controller\DashboardController {#694 …}
        $crudController: Eadmin\Controller\Estimate\EstimateMaterialCrudController {#690 …}
        $actionName: "detail"
      }
    }
    /app/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 {
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#160 …}
        ...: {
          "kernel.request"
          Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#266 …}
        }
      }
    }
    /app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
      ›     }    $listener($event, $eventName, $this);}
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#160 …}
        $eventName: "kernel.request"
        $dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#266 …}
      }
    }
    /app/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);}
      arguments: {
        $listeners: [ …15]
        $eventName: "kernel.request"
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#160 …}
      }
    }
    /app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
      Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
      › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#160 …}
        $eventName: "kernel.request"
      }
    }
    /app/vendor/symfony/http-kernel/HttpKernel.php:159 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › $event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);arguments: {
        $event: Symfony\Component\HttpKernel\Event\RequestEvent {#160 …}
        $eventName: "kernel.request"
      }
    }
    /app/vendor/symfony/http-kernel/HttpKernel.php:76 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#2 …}
        $type: 1
      }
    }
    /app/vendor/symfony/http-kernel/Kernel.php:182 {
      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 {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#2 …}
        $type: 1
        $catch: true
      }
    }
    /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#2 …}
      }
    }
    /app/vendor/autoload_runtime.php:29 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /app/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/app/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Processor\DebugProcessor {#273
  -records: []
  -errorCount: []
  -requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#272 …}
}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, zstd, deflate"
connection
"close"
host
"admin-symfony-review.kube-dev.ugol.click"
referer
"http://admin-symfony-review.kube-dev.ugol.click/estimate-material/batch-delete"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
x-forwarded-for
"216.73.216.63"
x-php-ob-level
"1"
x-real-ip
"216.73.216.63"

Request Content

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

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Tue, 24 Mar 2026 14:04:05 GMT"
vary
"Accept"
x-debug-exception
"An%20exception%20occurred%20while%20executing%20a%20query%3A%20SQLSTATE%5B22P02%5D%3A%20Invalid%20text%20representation%3A%207%20ERROR%3A%20%20invalid%20input%20syntax%20for%20type%20integer%3A%20%22batch-delete%22%0ACONTEXT%3A%20%20unnamed%20portal%20parameter%20%241%20%3D%20%27...%27"
x-debug-exception-file
"%2Fapp%2Fvendor%2Fdoctrine%2Fdbal%2Fsrc%2FDriver%2FAPI%2FPostgreSQL%2FExceptionConverter.php:87"
x-debug-token
"b4d3c3"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session

Session Metadata

No session metadata

Session Attributes

No session attributes

Session Usage

0 Usages
Stateless check enabled

Session not used.

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_SECRET
"e18741489ea2b790b4d6113ecb67560e"
COMPOSE_FILE
"docker/compose.yml:docker/postgres/compose.postgres.yml:docker/symfony/compose.symfony.yml:docker/adminer/compose.adminer.yml:docker/nginx/compose.nginx.yml"
COMPOSE_PATH_SEPARATOR
":"
COMPOSE_PROJECT_NAME
"cfg"
CORS_ALLOW_ORIGIN
"^https?://(localhost|127\.0\.0\.1)(:[0-9]+)?$"
HOST
"review"
HOST_ENABLED
"api-back,eadmin,adminer"
MAILER_DSN
"null://null"
SERVICE_ENABLED
"api-back,eadmin"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
APP_ENV
"dev"
APP_HOME
"/app"
APP_ID
"eadmin"
COMPOSER_ALLOW_SUPERUSER
"1"
CONTENT_LENGTH
""
CONTENT_TYPE
""
DATABASE_URL
"postgresql://app:!ChangeMe!@postgres:5432/app?serverVersion=16&charset=utf8"
DEFAULT_URI
"/"
DOCUMENT_ROOT
"/app/public"
DOCUMENT_URI
"/index.php"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
GPG_KEYS
"AFD8691FDAEDF03BDF6E460563F15A9B715376CA 9D7F99A0CB8F05C8A6958D6256A97AF7600A39A6 0616E93D95AF471243E26761770426E17EBBB3DD"
HOME
"/home/www-data"
HOSTNAME
"488d39750156"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, zstd, deflate"
HTTP_CONNECTION
"close"
HTTP_HOST
"admin-symfony-review.kube-dev.ugol.click"
HTTP_REFERER
"http://admin-symfony-review.kube-dev.ugol.click/estimate-material/batch-delete"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_X_FORWARDED_FOR
"216.73.216.63"
HTTP_X_REAL_IP
"216.73.216.63"
MESSENGER_TRANSPORT_DSN
"doctrine://default?auto_setup=0"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
PHPIZE_DEPS
"autoconf \t\tdpkg-dev \t\tfile \t\tg++ \t\tgcc \t\tlibc-dev \t\tmake \t\tpkg-config \t\tre2c"
PHP_ASC_URL
"https://www.php.net/distributions/php-8.4.19.tar.xz.asc"
PHP_CFLAGS
"-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
PHP_CPPFLAGS
"-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
PHP_INI_DIR
"/usr/local/etc/php"
PHP_LDFLAGS
"-Wl,-O1 -pie"
PHP_SELF
"/index.php"
PHP_SHA256
"11f7164ab26d356c31f94d3d69cc0e0707d5d2d6494a221aaeae307c08eaaa1c"
PHP_URL
"https://www.php.net/distributions/php-8.4.19.tar.xz"
PHP_VERSION
"8.4.19"
PWD
"/app"
QUERY_STRING
""
REDIRECT_STATUS
"200"
REMOTE_ADDR
"192.168.208.1"
REMOTE_PORT
"44256"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"http"
REQUEST_TIME
1774361045
REQUEST_TIME_FLOAT
1774361045.1296
REQUEST_URI
"/estimate-material/batch-delete"
SCRIPT_FILENAME
"/app/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"192.168.208.7"
SERVER_NAME
"admin-symfony-review.kube-dev.ugol.click"
SERVER_PORT
"80"
SERVER_PROTOCOL
"HTTP/1.0"
SERVER_SOFTWARE
"nginx/1.29.6"
SHLVL
"1"
SYMFONY_DOTENV_PATH
"/app/.env"
SYMFONY_DOTENV_VARS
"HOST,HOST_ENABLED,COMPOSE_PROJECT_NAME,COMPOSE_PATH_SEPARATOR,COMPOSE_FILE,SERVICE_ENABLED,APP_SECRET,MAILER_DSN,CORS_ALLOW_ORIGIN"
USER
"www-data"
USERNAME
"www-data"
_
"/usr/local/sbin/php-fpm"

Parent Request

Return to parent request (token = 866fc0)

Key Value
_controller
"Eadmin\Controller\Estimate\EstimateMaterialCrudController::detail"
_firewall_context
"security.firewall.map.context.main"
_locale
"en"
_remove_csp_headers
true
_route
"dashboard_estimate_material_detail"
_route_params
[
  "_locale" => "en"
  "routeCreatedByEasyAdmin" => true
  "dashboardControllerFqcn" => "Eadmin\Controller\DashboardController"
  "crudControllerFqcn" => "Eadmin\Controller\Estimate\EstimateMaterialCrudController"
  "crudAction" => "detail"
  "entityId" => "batch-delete"
]
_security_authenticators
[]
_security_firewall_run
"_security_main"
_security_skipped_authenticators
[]
_stopwatch_token
"ca30ca"
crudAction
"detail"
crudControllerFqcn
"Eadmin\Controller\Estimate\EstimateMaterialCrudController"
dashboardControllerFqcn
"Eadmin\Controller\DashboardController"
entityId
"batch-delete"
routeCreatedByEasyAdmin
true