| exception |
EasyCorp\Bundle\EasyAdminBundle\Exception\EntityNotFoundException {#1006
#message: "The "App\Entity\Post" entity with "id = batch-publish" 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/clients/60c84fa9574b11cf86c3c272084d2f3d/sites/easyadmin/vendor/easycorp/easyadmin-bundle/src/Factory/EntityFactory.php"
#line: 133
-statusCode: 404
-headers: []
-context: EasyCorp\Bundle\EasyAdminBundle\Context\ExceptionContext {#998 …}
trace: {
/home/clients/60c84fa9574b11cf86c3c272084d2f3d/sites/easyadmin/vendor/easycorp/easyadmin-bundle/src/Factory/EntityFactory.php:133 {
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/clients/60c84fa9574b11cf86c3c272084d2f3d/sites/easyadmin/vendor/easycorp/easyadmin-bundle/src/Factory/EntityFactory.php:89 {
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\Post"
$entityIdValue: "batch-publish"
}
}
/home/clients/60c84fa9574b11cf86c3c272084d2f3d/sites/easyadmin/vendor/easycorp/easyadmin-bundle/src/Factory/EntityFactory.php:35 {
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\Post"
$entityId: "batch-publish"
$entityPermission: null
}
}
/home/clients/60c84fa9574b11cf86c3c272084d2f3d/sites/easyadmin/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());
› }
arguments: {
$entityFqcn: "App\Entity\Post"
$entityId: "batch-publish"
$entityPermission: null
}
}
/home/clients/60c84fa9574b11cf86c3c272084d2f3d/sites/easyadmin/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);
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#10 …}
$crudDto: EasyCorp\Bundle\EasyAdminBundle\Dto\CrudDto {#727 …}
}
}
/home/clients/60c84fa9574b11cf86c3c272084d2f3d/sites/easyadmin/vendor/easycorp/easyadmin-bundle/src/EventListener/AdminRouterSubscriber.php:89 {
EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber->onKernelRequest(RequestEvent $event): void …
› try {
› $adminContext = $this->adminContextFactory->create($request, $dashboardControllerInstance, $crudControllerInstance, $actionName);
› } catch (BaseException $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#10 …}
$dashboardController: App\Controller\Admin\DashboardController {#635 …}
$crudController: App\Controller\Admin\PostCrudController {#631 …}
$actionName: "detail"
}
}
/home/clients/60c84fa9574b11cf86c3c272084d2f3d/sites/easyadmin/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 {#234 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#163 …}
}
}
}
/home/clients/60c84fa9574b11cf86c3c272084d2f3d/sites/easyadmin/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 {#234 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#163 …}
}
}
/home/clients/60c84fa9574b11cf86c3c272084d2f3d/sites/easyadmin/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: [ …13]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#234 …}
}
}
/home/clients/60c84fa9574b11cf86c3c272084d2f3d/sites/easyadmin/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 {#234 …}
$eventName: "kernel.request"
}
}
/home/clients/60c84fa9574b11cf86c3c272084d2f3d/sites/easyadmin/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 {#234 …}
$eventName: "kernel.request"
}
}
/home/clients/60c84fa9574b11cf86c3c272084d2f3d/sites/easyadmin/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 {#10 …}
$type: 1
}
}
/home/clients/60c84fa9574b11cf86c3c272084d2f3d/sites/easyadmin/vendor/symfony/http-kernel/Kernel.php:191 {
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 {#10 …}
$type: 1
$catch: true
}
}
/home/clients/60c84fa9574b11cf86c3c272084d2f3d/sites/easyadmin/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 {#10 …}
}
}
/home/clients/60c84fa9574b11cf86c3c272084d2f3d/sites/easyadmin/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/clients/60c84fa9574b11cf86c3c272084d2f3d/sites/easyadmin/public/index.php:5 {
›
› require_once \dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/clients/60c84fa9574b11cf86c3c272084d2f3d/sites/easyadmin/vendor/autoload_runtime.php"
}
}
}
} |
| logger |
Symfony\Bridge\Monolog\Processor\DebugProcessor {#14
-records: [
10 => [
[
"timestamp" => 1778777308
"timestamp_rfc3339" => "2026-05-14T18:48:28.095+02:00"
"message" => "Matched route "{route}"."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"route" => "admin_post_detail"
"route_parameters" => [
"_route" => "admin_post_detail"
"_locale" => "en"
"_controller" => "App\Controller\Admin\PostCrudController::detail"
"routeCreatedByEasyAdmin" => true
"dashboardControllerFqcn" => "App\Controller\Admin\DashboardController"
"crudControllerFqcn" => "App\Controller\Admin\PostCrudController"
"crudAction" => "detail"
"entityId" => "batch-publish"
]
"request_uri" => "https://easyadmin.yoannh.dev/en/admin/post/batch-publish?page=2&sort%5Btitle%5D=DESC"
"method" => "GET"
]
"channel" => "request"
]
[
"timestamp" => 1778777308
"timestamp_rfc3339" => "2026-05-14T18:48:28.097+02:00"
"message" => "Checking for authenticator support."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticators" => 0
]
"channel" => "security"
]
[
"timestamp" => 1778777308
"timestamp_rfc3339" => "2026-05-14T18:48:28.124+02:00"
"message" => "Connecting with parameters {params}"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"params" => [
"driver" => "pdo_sqlite"
"idle_connection_ttl" => 600
"host" => "localhost"
"port" => null
"user" => "root"
"password" => null
"driverOptions" => []
"defaultTableOptions" => []
"path" => "/home/clients/60c84fa9574b11cf86c3c272084d2f3d/sites/easyadmin/var/data.db"
"charset" => "utf8"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1778777308
"timestamp_rfc3339" => "2026-05-14T18:48:28.124+02:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.summary AS summary_4, t0.content AS content_5, t0.published_at AS published_at_6, t0.status AS status_7, t0.featured_image AS featured_image_8, t0.scheduled_at AS scheduled_at_9, t0.view_count AS view_count_10, t0.is_featured AS is_featured_11, t0.series_position AS series_position_12, t0.author_id AS author_id_13, t0.category_id AS category_id_14, t0.series_id AS series_id_15 FROM post t0 WHERE t0.id = ?"
"params" => [
1 => "batch-publish"
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#1012
+name: "INTEGER"
}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1778777308
"timestamp_rfc3339" => "2026-05-14T18:48:28.135+02:00"
"message" => "Uncaught PHP Exception EasyCorp\Bundle\EasyAdminBundle\Exception\EntityNotFoundException: "The "App\Entity\Post" entity with "id = batch-publish" 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 133"
"priority" => 400
"priorityName" => "ERROR"
"context" => [
"exception" => EasyCorp\Bundle\EasyAdminBundle\Exception\EntityNotFoundException {#1006
#message: "The "App\Entity\Post" entity with "id = batch-publish" 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/clients/60c84fa9574b11cf86c3c272084d2f3d/sites/easyadmin/vendor/easycorp/easyadmin-bundle/src/Factory/EntityFactory.php"
#line: 133
-statusCode: 404
-headers: []
-context: EasyCorp\Bundle\EasyAdminBundle\Context\ExceptionContext {#998 …}
trace: {
/home/clients/60c84fa9574b11cf86c3c272084d2f3d/sites/easyadmin/vendor/easycorp/easyadmin-bundle/src/Factory/EntityFactory.php:133 {
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/clients/60c84fa9574b11cf86c3c272084d2f3d/sites/easyadmin/vendor/easycorp/easyadmin-bundle/src/Factory/EntityFactory.php:89 {
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\Post"
$entityIdValue: "batch-publish"
}
}
/home/clients/60c84fa9574b11cf86c3c272084d2f3d/sites/easyadmin/vendor/easycorp/easyadmin-bundle/src/Factory/EntityFactory.php:35 {
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\Post"
$entityId: "batch-publish"
$entityPermission: null
}
}
/home/clients/60c84fa9574b11cf86c3c272084d2f3d/sites/easyadmin/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());
› }
arguments: {
$entityFqcn: "App\Entity\Post"
$entityId: "batch-publish"
$entityPermission: null
}
}
/home/clients/60c84fa9574b11cf86c3c272084d2f3d/sites/easyadmin/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);
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#10 …}
$crudDto: EasyCorp\Bundle\EasyAdminBundle\Dto\CrudDto {#727 …}
}
}
/home/clients/60c84fa9574b11cf86c3c272084d2f3d/sites/easyadmin/vendor/easycorp/easyadmin-bundle/src/EventListener/AdminRouterSubscriber.php:89 {
EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber->onKernelRequest(RequestEvent $event): void …
› try {
› $adminContext = $this->adminContextFactory->create($request, $dashboardControllerInstance, $crudControllerInstance, $actionName);
› } catch (BaseException $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#10 …}
$dashboardController: App\Controller\Admin\DashboardController {#635 …}
$crudController: App\Controller\Admin\PostCrudController {#631 …}
$actionName: "detail"
}
}
/home/clients/60c84fa9574b11cf86c3c272084d2f3d/sites/easyadmin/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 {#234 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#163 …}
}
}
}
/home/clients/60c84fa9574b11cf86c3c272084d2f3d/sites/easyadmin/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 {#234 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#163 …}
}
}
/home/clients/60c84fa9574b11cf86c3c272084d2f3d/sites/easyadmin/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: [ …13]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#234 …}
}
}
/home/clients/60c84fa9574b11cf86c3c272084d2f3d/sites/easyadmin/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 {#234 …}
$eventName: "kernel.request"
}
}
/home/clients/60c84fa9574b11cf86c3c272084d2f3d/sites/easyadmin/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 {#234 …}
$eventName: "kernel.request"
}
}
/home/clients/60c84fa9574b11cf86c3c272084d2f3d/sites/easyadmin/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 {#10 …}
$type: 1
}
}
/home/clients/60c84fa9574b11cf86c3c272084d2f3d/sites/easyadmin/vendor/symfony/http-kernel/Kernel.php:191 {
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 {#10 …}
$type: 1
$catch: true
}
}
/home/clients/60c84fa9574b11cf86c3c272084d2f3d/sites/easyadmin/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 {#10 …}
}
}
/home/clients/60c84fa9574b11cf86c3c272084d2f3d/sites/easyadmin/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/clients/60c84fa9574b11cf86c3c272084d2f3d/sites/easyadmin/public/index.php:5 {
›
› require_once \dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/clients/60c84fa9574b11cf86c3c272084d2f3d/sites/easyadmin/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "request"
]
]
]
-errorCount: [
10 => 1
]
-requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#16 …}
} |