| exception |
EasyCorp\Bundle\EasyAdminBundle\Exception\EntityNotFoundException {#748
#message: "The "App\Entity\GalleryEvent" 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: "/home/suntrat/www/vendor/easycorp/easyadmin-bundle/src/Factory/EntityFactory.php"
#line: 196
-statusCode: 404
-headers: []
-context: EasyCorp\Bundle\EasyAdminBundle\Context\ExceptionContext {#746 …}
trace: {
/home/suntrat/www/vendor/easycorp/easyadmin-bundle/src/Factory/EntityFactory.php:196 {
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]);
› }
}
/home/suntrat/www/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: "App\Entity\GalleryEvent"
$entityIdValue: "batch-delete"
}
}
/home/suntrat/www/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: "App\Entity\GalleryEvent"
$entityId: "batch-delete"
$entityPermission: null
}
}
/home/suntrat/www/vendor/easycorp/easyadmin-bundle/src/Factory/AdminContextFactory.php:271 {
EasyCorp\Bundle\EasyAdminBundle\Factory\AdminContextFactory->getEntityDto(Request $request, ?CrudDto $crudDto): EntityDto …
›
› return $this->entityFactory->create($crudDto->getEntityFqcn(), $entityId, $crudDto->getEntityPermission());
› }
arguments: {
$entityFqcn: "App\Entity\GalleryEvent"
$entityId: "batch-delete"
$entityPermission: null
}
}
/home/suntrat/www/vendor/easycorp/easyadmin-bundle/src/Factory/AdminContextFactory.php:66 {
EasyCorp\Bundle\EasyAdminBundle\Factory\AdminContextFactory->create(Request $request, DashboardControllerInterface $dashboardController, ?CrudControllerInterface $crudController, ?string $actionName = null): AdminContext …
› $crudDto = $this->getCrudDto($this->crudControllers, $dashboardController, $crudController, new ActionConfigDto(), $filters, $crudAction, $pageName);
› $entityDto = $this->getEntityDto($request, $crudDto);
› $searchDto = $this->getSearchDto($request, $crudDto);
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#12 …}
$crudDto: EasyCorp\Bundle\EasyAdminBundle\Dto\CrudDto {#617 …}
}
}
/home/suntrat/www/vendor/easycorp/easyadmin-bundle/src/EventListener/AdminRouterSubscriber.php:132 {
EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber->onKernelRequestPrettyUrls(RequestEvent $event): void …
› $crudControllerInstance = $this->controllerFactory->getCrudControllerInstance($crudControllerFqcn, $actionName, $request);
› $adminContext = $this->adminContextFactory->create($request, $dashboardControllerInstance, $crudControllerInstance, $actionName);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#12 …}
$dashboardController: App\Controller\Admin\DashboardController {#620 …}
$crudController: App\Controller\Admin\GalleryEventCrudController {#616 …}
$actionName: "detail"
}
}
/home/suntrat/www/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {\r
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);\r
› } finally {\r
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#199 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#60 …}
}
}
}
/home/suntrat/www/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }\r
› $listener($event, $eventName, $this);\r
› }\r
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#199 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#60 …}
}
}
/home/suntrat/www/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {\r
› $this->callListeners($listeners, $eventName, $event);\r
› }\r
arguments: {
$listeners: [ …14]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#199 …}
}
}
/home/suntrat/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {\r
› $this->dispatcher->dispatch($event, $eventName);\r
› } finally {\r
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#199 …}
$eventName: "kernel.request"
}
}
/home/suntrat/www/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);\r
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);\r
› \r
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#199 …}
$eventName: "kernel.request"
}
}
/home/suntrat/www/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {\r
› return $response = $this->handleRaw($request, $type);\r
› } catch (\Throwable $e) {\r
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#12 …}
$type: 1
}
}
/home/suntrat/www/vendor/symfony/http-kernel/Kernel.php:193 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {\r
› return $this->getHttpKernel()->handle($request, $type, $catch);\r
› } finally {\r
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#12 …}
$type: 1
$catch: true
}
}
/home/suntrat/www/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {\r
› $response = $this->kernel->handle($this->request);\r
› \r
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#12 …}
}
}
/home/suntrat/www/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)\r
› ->run()\r
› );\r
}
/home/suntrat/www/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/suntrat/www/vendor/autoload_runtime.php"
}
}
}
} |
| logger |
Symfony\Bridge\Monolog\Processor\DebugProcessor {#117
-records: [
"" => [
[
"timestamp" => 1779732032
"timestamp_rfc3339" => "2026-05-25T20:00:32.037+02:00"
"message" => "Warning: Zend OPcache API is restricted by "restrict_api" configuration directive"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#124
+count: 45
-severity: E_WARNING
trace: {
/home/suntrat/www/vendor/symfony/error-handler/DebugClassLoader.php:303 {
Symfony\Component\ErrorHandler\DebugClassLoader->loadClass(string $class): void …
› // no-op\r
› } elseif (\function_exists('opcache_is_script_cached') && @opcache_is_script_cached($file)) {\r
› include $file;\r
}
/home/suntrat/www/vendor/doctrine/doctrine-bundle/src/DoctrineBundle.php:136 {
› \r
› $this->autoloader = Autoloader::register($dir, $namespace, $proxyGenerator);\r
› }\r
}
}
}
]
"channel" => "php"
]
]
12 => [
[
"timestamp" => 1779732032
"timestamp_rfc3339" => "2026-05-25T20:00:32.045+02:00"
"message" => "Matched route "{route}"."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"route" => "admin_gallery_event_detail"
"route_parameters" => [
"_route" => "admin_gallery_event_detail"
"_locale" => "en"
"_controller" => "App\Controller\Admin\GalleryEventCrudController::detail"
"routeCreatedByEasyAdmin" => true
"dashboardControllerFqcn" => "App\Controller\Admin\DashboardController"
"crudControllerFqcn" => "App\Controller\Admin\GalleryEventCrudController"
"crudAction" => "detail"
"entityId" => "batch-delete"
]
"request_uri" => "http://suntravelsetservices.net/public/admin/gallery-event/batch-delete"
"method" => "GET"
]
"channel" => "request"
]
[
"timestamp" => 1779732032
"timestamp_rfc3339" => "2026-05-25T20:00:32.050+02:00"
"message" => "Checking for authenticator support."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticators" => 1
]
"channel" => "security"
]
[
"timestamp" => 1779732032
"timestamp_rfc3339" => "2026-05-25T20:00:32.050+02:00"
"message" => "Checking support on authenticator."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1779732032
"timestamp_rfc3339" => "2026-05-25T20:00:32.050+02:00"
"message" => "Authenticator does not support the request."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1779732032
"timestamp_rfc3339" => "2026-05-25T20:00:32.075+02:00"
"message" => "Connecting with parameters {params}"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"params" => [
"use_savepoints" => true
"driver" => "pdo_mysql"
"idle_connection_ttl" => 600
"host" => "suntratadmin.mysql.db"
"port" => 3306
"user" => "suntratadmin"
"password" => "<redacted>"
"driverOptions" => []
"defaultTableOptions" => []
"dbname" => "suntratadmin"
"serverVersion" => "8.0.32"
"charset" => "utf8mb4"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1779732032
"timestamp_rfc3339" => "2026-05-25T20:00:32.078+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.titre AS titre_2, t0.description AS description_3 FROM gallery_event t0 WHERE t0.id = ?"
"params" => [
1 => "batch-delete"
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#728
+name: "INTEGER"
}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1779732032
"timestamp_rfc3339" => "2026-05-25T20:00:32.085+02:00"
"message" => "Uncaught PHP Exception EasyCorp\Bundle\EasyAdminBundle\Exception\EntityNotFoundException: "The "App\Entity\GalleryEvent" 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 196"
"priority" => 400
"priorityName" => "ERROR"
"context" => [
"exception" => EasyCorp\Bundle\EasyAdminBundle\Exception\EntityNotFoundException {#748
#message: "The "App\Entity\GalleryEvent" 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: "/home/suntrat/www/vendor/easycorp/easyadmin-bundle/src/Factory/EntityFactory.php"
#line: 196
-statusCode: 404
-headers: []
-context: EasyCorp\Bundle\EasyAdminBundle\Context\ExceptionContext {#746 …}
trace: {
/home/suntrat/www/vendor/easycorp/easyadmin-bundle/src/Factory/EntityFactory.php:196 {
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]);
› }
}
/home/suntrat/www/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: "App\Entity\GalleryEvent"
$entityIdValue: "batch-delete"
}
}
/home/suntrat/www/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: "App\Entity\GalleryEvent"
$entityId: "batch-delete"
$entityPermission: null
}
}
/home/suntrat/www/vendor/easycorp/easyadmin-bundle/src/Factory/AdminContextFactory.php:271 {
EasyCorp\Bundle\EasyAdminBundle\Factory\AdminContextFactory->getEntityDto(Request $request, ?CrudDto $crudDto): EntityDto …
›
› return $this->entityFactory->create($crudDto->getEntityFqcn(), $entityId, $crudDto->getEntityPermission());
› }
arguments: {
$entityFqcn: "App\Entity\GalleryEvent"
$entityId: "batch-delete"
$entityPermission: null
}
}
/home/suntrat/www/vendor/easycorp/easyadmin-bundle/src/Factory/AdminContextFactory.php:66 {
EasyCorp\Bundle\EasyAdminBundle\Factory\AdminContextFactory->create(Request $request, DashboardControllerInterface $dashboardController, ?CrudControllerInterface $crudController, ?string $actionName = null): AdminContext …
› $crudDto = $this->getCrudDto($this->crudControllers, $dashboardController, $crudController, new ActionConfigDto(), $filters, $crudAction, $pageName);
› $entityDto = $this->getEntityDto($request, $crudDto);
› $searchDto = $this->getSearchDto($request, $crudDto);
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#12 …}
$crudDto: EasyCorp\Bundle\EasyAdminBundle\Dto\CrudDto {#617 …}
}
}
/home/suntrat/www/vendor/easycorp/easyadmin-bundle/src/EventListener/AdminRouterSubscriber.php:132 {
EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber->onKernelRequestPrettyUrls(RequestEvent $event): void …
› $crudControllerInstance = $this->controllerFactory->getCrudControllerInstance($crudControllerFqcn, $actionName, $request);
› $adminContext = $this->adminContextFactory->create($request, $dashboardControllerInstance, $crudControllerInstance, $actionName);
› }
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#12 …}
$dashboardController: App\Controller\Admin\DashboardController {#620 …}
$crudController: App\Controller\Admin\GalleryEventCrudController {#616 …}
$actionName: "detail"
}
}
/home/suntrat/www/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {\r
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);\r
› } finally {\r
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#199 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#60 …}
}
}
}
/home/suntrat/www/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }\r
› $listener($event, $eventName, $this);\r
› }\r
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#199 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#60 …}
}
}
/home/suntrat/www/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {\r
› $this->callListeners($listeners, $eventName, $event);\r
› }\r
arguments: {
$listeners: [ …14]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#199 …}
}
}
/home/suntrat/www/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {\r
› $this->dispatcher->dispatch($event, $eventName);\r
› } finally {\r
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#199 …}
$eventName: "kernel.request"
}
}
/home/suntrat/www/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);\r
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);\r
› \r
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#199 …}
$eventName: "kernel.request"
}
}
/home/suntrat/www/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {\r
› return $response = $this->handleRaw($request, $type);\r
› } catch (\Throwable $e) {\r
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#12 …}
$type: 1
}
}
/home/suntrat/www/vendor/symfony/http-kernel/Kernel.php:193 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {\r
› return $this->getHttpKernel()->handle($request, $type, $catch);\r
› } finally {\r
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#12 …}
$type: 1
$catch: true
}
}
/home/suntrat/www/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {\r
› $response = $this->kernel->handle($this->request);\r
› \r
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#12 …}
}
}
/home/suntrat/www/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)\r
› ->run()\r
› );\r
}
/home/suntrat/www/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/suntrat/www/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "request"
]
]
]
-errorCount: [
"" => 0
12 => 1
]
-requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#116 …}
} |