ErrorController

Request

GET Parameters

Key Value
crudAction
"edit"
crudControllerFqcn
"App\Controller\EasyAdmin\CommentCrudController"
entityId
""

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"ba2422"
exception
EasyCorp\Bundle\EasyAdminBundle\Exception\EntityNotFoundException {#579
  #message: "The "App\Entity\Comment" entity with "id = " 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: "/html-tkcent-web/vendor/easycorp/easyadmin-bundle/src/Factory/EntityFactory.php"
  #line: 153
  -statusCode: 404
  -headers: []
  -context: EasyCorp\Bundle\EasyAdminBundle\Context\ExceptionContext {#586 …}
  trace: {
    /html-tkcent-web/vendor/easycorp/easyadmin-bundle/src/Factory/EntityFactory.php:153 {
      EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory->getEntityInstance(string $entityFqcn, $entityIdValue): object …
      › 
      ›     throw new EntityNotFoundException(['entity_name' => $entityFqcn, 'entity_id_name' => $entityIdName, 'entity_id_value' => $entityIdValue]);}
    }
    /html-tkcent-web/vendor/easycorp/easyadmin-bundle/src/Factory/EntityFactory.php:115 {
      EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory->doCreate(string $entityFqcn = null, $entityId = null, string $entityPermission = null, $entityInstance = null): EntityDto …
      › if (null === $entityInstance && null !== $entityFqcn) {    $entityInstance = null === $entityId ? null : $this->getEntityInstance($entityFqcn, $entityId);}
    }
    /html-tkcent-web/vendor/easycorp/easyadmin-bundle/src/Factory/EntityFactory.php:71 {
      EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory->create(string $entityFqcn, $entityId = null, string $entityPermission = null): EntityDto …
      › {    return $this->doCreate($entityFqcn, $entityId, $entityPermission);}
    }
    /html-tkcent-web/vendor/easycorp/easyadmin-bundle/src/Factory/AdminContextFactory.php:241 {
      EasyCorp\Bundle\EasyAdminBundle\Factory\AdminContextFactory->getEntityDto(Request $request, ?CrudDto $crudDto): EntityDto …
      › 
      ›     return $this->entityFactory->create($crudDto->getEntityFqcn(), $request->query->get(EA::ENTITY_ID), $crudDto->getEntityPermission());}
    }
    /html-tkcent-web/vendor/easycorp/easyadmin-bundle/src/Factory/AdminContextFactory.php:61 {
      EasyCorp\Bundle\EasyAdminBundle\Factory\AdminContextFactory->create(Request $request, DashboardControllerInterface $dashboardController, ?CrudControllerInterface $crudController): AdminContext …
      › $crudDto = $this->getCrudDto($this->crudControllers, $dashboardController, $crudController, $actionConfigDto, $filters, $crudAction, $pageName);$entityDto = $this->getEntityDto($request, $crudDto);$searchDto = $this->getSearchDto($request, $crudDto);
    }
    /html-tkcent-web/vendor/easycorp/easyadmin-bundle/src/EventListener/AdminRouterSubscriber.php:78 {
      EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber->onKernelRequest(RequestEvent $event): void …
      ›     $crudControllerInstance = $this->getCrudControllerInstance($request);    $adminContext = $this->adminContextFactory->create($request, $dashboardControllerInstance, $crudControllerInstance);}
    }
    /html-tkcent-web/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:111 {
      Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
      › 
      › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
    /html-tkcent-web/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
      ›     }    $listener($event, $eventName, $this);}
    }
    /html-tkcent-web/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
      Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
      › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    }
    /html-tkcent-web/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:152 {
      Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
      › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    }
    /html-tkcent-web/vendor/symfony/http-kernel/HttpKernel.php:139 {
      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);}
    /html-tkcent-web/vendor/symfony/http-kernel/HttpKernel.php:75 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
    }
    /html-tkcent-web/vendor/symfony/http-kernel/Kernel.php:202 {
      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 {
    }
    /html-tkcent-web/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);    $response->send();
    }
    /html-tkcent-web/vendor/autoload_runtime.php:29 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /html-tkcent-web/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/html-tkcent-web/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#69 …9}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, deflate"
content-length
""
content-type
""
cookie
"PHPSESSID=oe3i2jvd1slsn5ubf86v46de6s"
from
"gptbot(at)openai.com"
host
"web.tkcent.com"
referer
"https://web.tkcent.com/_profiler/ed1a49?panel=security"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.3; +https://openai.com/gptbot)"
x-openai-host-hash
"750129044"
x-php-ob-level
"1"

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
"Fri, 23 Jan 2026 05:01:44 GMT"
x-debug-exception
"The%20%22App%5CEntity%5CComment%22%20entity%20with%20%22id%20%3D%20%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
"%2Fhtml-tkcent-web%2Fvendor%2Feasycorp%2Feasyadmin-bundle%2Fsrc%2FFactory%2FEntityFactory.php:153"
x-debug-token
"b672c4"

Cookies

Request Cookies

Key Value
PHPSESSID
"oe3i2jvd1slsn5ubf86v46de6s"

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
"2ca64f8d83b9e89f5f19d672841d6bb8"
DATABASE_URL
"sqlite:///%kernel.project_dir%/data/database.sqlite"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTENT_LENGTH
""
CONTENT_TYPE
""
DOCUMENT_ROOT
""
DOCUMENT_URI
"/index.php"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/home/tkcent"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, deflate"
HTTP_COOKIE
"PHPSESSID=oe3i2jvd1slsn5ubf86v46de6s"
HTTP_FROM
"gptbot(at)openai.com"
HTTP_HOST
"web.tkcent.com"
HTTP_REFERER
"https://web.tkcent.com/_profiler/ed1a49?panel=security"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.3; +https://openai.com/gptbot)"
HTTP_X_OPENAI_HOST_HASH
"750129044"
PATH_INFO
""
PHP_SELF
"/index.php"
QUERY_STRING
"crudAction=edit&crudControllerFqcn=App%5CController%5CEasyAdmin%5CCommentCrudController&entityId="
REDIRECT_STATUS
"200"
REMOTE_ADDR
"74.7.227.142"
REMOTE_PORT
"46412"
REMOTE_USER
""
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1769144504
REQUEST_TIME_FLOAT
1769144504.0587
REQUEST_URI
"/pt_BR/easyadmin?crudAction=edit&crudControllerFqcn=App%5CController%5CEasyAdmin%5CCommentCrudController&entityId="
SCRIPT_FILENAME
"/html-tkcent-web/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"104.237.138.30"
SERVER_NAME
"web.tkcent.com"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/2.0"
SERVER_SOFTWARE
"nginx/1.22.1"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,DATABASE_URL"
USER
"tkcent"

Parent Request

Return to parent request (token = f05566)

Key Value
_controller
"App\Controller\EasyAdmin\DashboardController::index"
_firewall_context
"security.firewall.map.context.main"
_locale
"pt_BR"
_remove_csp_headers
true
_route
"easyadmin"
_route_params
[
  "_locale" => "pt_BR"
]
_security_firewall_run
"_security_main"
_stopwatch_token
"92989b"