Error 404 Not Found

GET http://suntravelsetservices.net/public/admin/gallery-event/batch-delete

ErrorController

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"629e83"
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 …}
}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, zstd, deflate"
cache-control
"max-age=259200"
forwarded
"for=216.73.216.105; proto=http; host=suntravelsetservices.net"
host
"suntravelsetservices.net"
remote-ip
"216.73.216.105"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
via
"1.1 squid-proxy-5b96dc6d46-pklfd (squid/6.13)"
x-forwarded-for
"216.73.216.105"
x-forwarded-port
"80"
x-forwarded-proto
"http"
x-iplb-unique-id
"D849D869:B0F5_BCA535B9:0050_6A148E3E_22E6D:B9098"
x-ovhrequest-id
"a72ffb6f33a24e03dae880b9e977fe15"
x-php-ob-level
"1"
x-predictor
"1"
x-remote-ip
"216.73.216.105"
x-remote-port
"45301"
x-remote-proto
"http"

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
"Mon, 25 May 2026 18:00:32 GMT"
vary
"Accept"
x-debug-exception
"The%20%22App%5CEntity%5CGalleryEvent%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
"%2Fhome%2Fsuntrat%2Fwww%2Fvendor%2Feasycorp%2Feasyadmin-bundle%2Fsrc%2FFactory%2FEntityFactory.php:196"
x-debug-token
"406b2b"

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_ENV
"dev"
APP_SECRET
"40c9584a5e22f48c6b3745daf14697d3"
APP_SHARE_DIR
"var/share"
DATABASE_URL
"mysql://suntratadmin:sunTrat002026@suntratadmin.mysql.db:3306/suntratadmin?serverVersion=8.0.32&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
"/home/suntrat/www"
APP_RUNTIME
"Symfony\Component\Runtime\SymfonyRuntime"
APP_RUNTIME_OPTIONS
[
  "project_dir" => "/home/suntrat/www"
]
CFG_CLUSTER
"cluster121"
DOCUMENT_ROOT
"/home/suntrat/www"
ENVIRONMENT
"production"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
GEOIP_AREA_CODE
"805"
GEOIP_CITY
"Santa Paula"
GEOIP_COUNTRY_CODE
"US"
GEOIP_COUNTRY_NAME
"United States"
GEOIP_DMA_CODE
"803"
GEOIP_LATITUDE
"34.355598"
GEOIP_LONGITUDE
"-119.070099"
GEOIP_REGION
"CA"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, zstd, deflate"
HTTP_CACHE_CONTROL
"max-age=259200"
HTTP_FORWARDED
"for=216.73.216.105; proto=http; host=suntravelsetservices.net"
HTTP_HOST
"suntravelsetservices.net"
HTTP_REMOTE_IP
"216.73.216.105"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_VIA
"1.1 squid-proxy-5b96dc6d46-pklfd (squid/6.13)"
HTTP_X_FORWARDED_FOR
"216.73.216.105"
HTTP_X_FORWARDED_PORT
"80"
HTTP_X_FORWARDED_PROTO
"http"
HTTP_X_IPLB_UNIQUE_ID
"D849D869:B0F5_BCA535B9:0050_6A148E3E_22E6D:B9098"
HTTP_X_OVHREQUEST_ID
"a72ffb6f33a24e03dae880b9e977fe15"
HTTP_X_PREDICTOR
"1"
HTTP_X_REMOTE_IP
"216.73.216.105"
HTTP_X_REMOTE_PORT
"45301"
HTTP_X_REMOTE_PROTO
"http"
PHP_SELF
"/public/index.php"
QUERY_STRING
""
REDIRECT_STATUS
"200"
REDIRECT_URL
"/public/admin/gallery-event/batch-delete"
REMOTE_ADDR
"216.73.216.105"
REMOTE_PORT
"61536"
REQUEST_METHOD
"GET"
REQUEST_TIME
1779732032
REQUEST_TIME_FLOAT
1779732032.0133
REQUEST_URI
"/public/admin/gallery-event/batch-delete"
SCRIPT_FILENAME
"/home/suntrat/www/public/index.php"
SCRIPT_NAME
"/public/index.php"
SCRIPT_URI
"http://suntravelsetservices.net/public/admin/gallery-event/batch-delete"
SCRIPT_URL
"/public/admin/gallery-event/batch-delete"
SERVER_ADDR
"10.121.20.15"
SERVER_ADMIN
"postmaster@suntravelsetservices.net"
SERVER_NAME
"suntravelsetservices.net"
SERVER_PORT
"80"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SYMFONY_DOTENV_PATH
"/home/suntrat/www/.env"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,APP_SHARE_DIR,DEFAULT_URI,DATABASE_URL,MESSENGER_TRANSPORT_DSN,MAILER_DSN"
UNIQUE_ID
"ahSOQLbwVVM2rlapuP7DfgAABWQ"
USER
"suntrat"
argc
0
argv
[]

Parent Request

Return to parent request (token = 651c7b)

Key Value
_controller
"App\Controller\Admin\GalleryEventCrudController::detail"
_firewall_context
"security.firewall.map.context.main"
_locale
"en"
_remove_csp_headers
true
_route
"admin_gallery_event_detail"
_route_params
[
  "_locale" => "en"
  "routeCreatedByEasyAdmin" => true
  "dashboardControllerFqcn" => "App\Controller\Admin\DashboardController"
  "crudControllerFqcn" => "App\Controller\Admin\GalleryEventCrudController"
  "crudAction" => "detail"
  "entityId" => "batch-delete"
]
_security_authenticators
[]
_security_firewall_run
"_security_main"
_security_skipped_authenticators
[
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#602
    -supports: false
    -passport: null
    -duration: null
    -stub: "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator {#551 …}
  }
]
_stopwatch_token
"280cfd"
crudAction
"detail"
crudControllerFqcn
"App\Controller\Admin\GalleryEventCrudController"
dashboardControllerFqcn
"App\Controller\Admin\DashboardController"
entityId
"batch-delete"
routeCreatedByEasyAdmin
true