ErrorController

Request

GET Parameters

Key Value
crudAction
"edit"
crudControllerFqcn
"App\Controller\Admin\SemanaAgricolaCrudController"
entityId
""
page
"38"
sort
[
  "semana" => "D…"
]

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"4810bd"
exception
EasyCorp\Bundle\EasyAdminBundle\Exception\EntityNotFoundException {#635
  #message: "The "App\Entity\SemanaAgricola" 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: "/var/www/clients/client1/web38/web/vendor/easycorp/easyadmin-bundle/src/Factory/EntityFactory.php"
  #line: 149
  -statusCode: 404
  -headers: []
  -context: EasyCorp\Bundle\EasyAdminBundle\Context\ExceptionContext {#638 …}
  trace: {
    /var/www/clients/client1/web38/web/vendor/easycorp/easyadmin-bundle/src/Factory/EntityFactory.php:149 {
      EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory->getEntityInstance(string $entityFqcn, $entityIdValue): object …
      › 
      ›     throw new EntityNotFoundException(['entity_name' => $entityFqcn, 'entity_id_name' => $entityIdName, 'entity_id_value' => $entityIdValue]);}
    }
    /var/www/clients/client1/web38/web/vendor/easycorp/easyadmin-bundle/src/Factory/EntityFactory.php:111 {
      EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory->doCreate(string $entityFqcn = null, $entityId = null, Symfony\Component\ExpressionLanguage\Expression|string|null $entityPermission = null, $entityInstance = null): EntityDto …
      › if (null === $entityInstance && null !== $entityFqcn) {    $entityInstance = null === $entityId ? null : $this->getEntityInstance($entityFqcn, $entityId);}
    }
    /var/www/clients/client1/web38/web/vendor/easycorp/easyadmin-bundle/src/Factory/EntityFactory.php:70 {
      EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory->create(string $entityFqcn, $entityId = null, Symfony\Component\ExpressionLanguage\Expression|string|null $entityPermission = null): EntityDto …
      › {    return $this->doCreate($entityFqcn, $entityId, $entityPermission);}
    }
    /var/www/clients/client1/web38/web/vendor/easycorp/easyadmin-bundle/src/Factory/AdminContextFactory.php:243 {
      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());}
    }
    /var/www/clients/client1/web38/web/vendor/easycorp/easyadmin-bundle/src/Factory/AdminContextFactory.php:62 {
      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);
    }
    /var/www/clients/client1/web38/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);}
    }
    /var/www/clients/client1/web38/web/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
      Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
      › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
    }
    /var/www/clients/client1/web38/web/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
      ›     }    $listener($event, $eventName, $this);}
    }
    /var/www/clients/client1/web38/web/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);}
    }
    /var/www/clients/client1/web38/web/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
      Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
      › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    }
    /var/www/clients/client1/web38/web/vendor/symfony/http-kernel/HttpKernel.php:157 {
      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);}
    /var/www/clients/client1/web38/web/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) {
    }
    /var/www/clients/client1/web38/web/vendor/symfony/http-kernel/Kernel.php:197 {
      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 {
    }
    /var/www/clients/client1/web38/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();
    }
    /var/www/clients/client1/web38/web/vendor/autoload_runtime.php:29 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /var/www/clients/client1/web38/web/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/var/www/clients/client1/web38/web/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#178 …9}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, deflate"
connection
"close"
cookie
"PHPSESSID=4h5aadsiebr1re1ra3dcql5f7t"
from
"gptbot(at)openai.com"
host
"sie.nesistel.net"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.3; +https://openai.com/gptbot)"
x-openai-host-hash
"693368650"
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
"Thu, 01 Jan 2026 10:24:29 GMT"
vary
"Accept"
x-debug-exception
"The%20%22App%5CEntity%5CSemanaAgricola%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
"%2Fvar%2Fwww%2Fclients%2Fclient1%2Fweb38%2Fweb%2Fvendor%2Feasycorp%2Feasyadmin-bundle%2Fsrc%2FFactory%2FEntityFactory.php:149"
x-debug-token
"bfb388"

Cookies

Request Cookies

Key Value
PHPSESSID
"4h5aadsiebr1re1ra3dcql5f7t"

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
"74987e7779fe4889598c54ac8313b635"
DATABASE_URL
"mysql://sie2_ecuagreen:Bm1a6Q3z0qocFvAW@127.0.0.1:3306/sie2_ecuagreen?charset=utf8"
LOCK_DSN
"flock"
MAILER_DSN
"smtp://sie%40nesistel.net:G5SfrRXx438m2Hw@adonis.magozolutions.net:465?verify_peer=0"
MESSENGER_TRANSPORT_DSN
"doctrine://default?auto_setup=0"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTEXT_DOCUMENT_ROOT
"/var/www/sie.nesistel.net/web/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/var/www/sie.nesistel.net/web/public"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, deflate"
HTTP_CONNECTION
"close"
HTTP_COOKIE
"PHPSESSID=4h5aadsiebr1re1ra3dcql5f7t"
HTTP_FROM
"gptbot(at)openai.com"
HTTP_HOST
"sie.nesistel.net"
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
"693368650"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin"
PERL5LIB
"/usr/share/awstats/lib:/usr/share/awstats/plugins"
PHPRC
"/etc/opt/remi/php81/"
PHP_DOCUMENT_ROOT
"/var/www/clients/client1/web38"
PHP_FCGI_MAX_REQUESTS
"5000"
PHP_SELF
"/index.php"
PWD
"/var/www/php-fcgi-scripts/web38"
QUERY_STRING
"crudAction=edit&crudControllerFqcn=App%5CController%5CAdmin%5CSemanaAgricolaCrudController&entityId=&page=38&sort%5Bsemana%5D=D%E2%80%A6"
REDIRECT_PERL5LIB
"/usr/share/awstats/lib:/usr/share/awstats/plugins"
REDIRECT_QUERY_STRING
"crudAction=edit&crudControllerFqcn=App%5CController%5CAdmin%5CSemanaAgricolaCrudController&entityId=&page=38&sort%5Bsemana%5D=D%E2%80%A6"
REDIRECT_STATUS
"200"
REDIRECT_UNIQUE_ID
"aVZLXceZQv8ygALDmirkOgAAAAA"
REDIRECT_URL
"/admin"
REMOTE_ADDR
"74.7.242.22"
REMOTE_PORT
"39530"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"http"
REQUEST_TIME
1767263069
REQUEST_TIME_FLOAT
1767263069.0236
REQUEST_URI
"/admin?crudAction=edit&crudControllerFqcn=App%5CController%5CAdmin%5CSemanaAgricolaCrudController&entityId=&page=38&sort%5Bsemana%5D=D%E2%80%A6"
SCRIPT_FILENAME
"/var/www/sie.nesistel.net/web/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"173.249.5.71"
SERVER_ADMIN
"webmaster@sie.nesistel.net"
SERVER_NAME
"sie.nesistel.net"
SERVER_PORT
"80"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips mod_fcgid/2.3.9 PHP/5.4.16 mod_python/3.5.0- Python/2.7.5"
SHLVL
"0"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,DATABASE_URL,MESSENGER_TRANSPORT_DSN,MAILER_DSN,LOCK_DSN"
TEMP
"/var/www/clients/client1/web38/tmp"
TMP
"/var/www/clients/client1/web38/tmp"
TMPDIR
"/var/www/clients/client1/web38/tmp"
UNIQUE_ID
"aVZLXceZQv8ygALDmirkOgAAAAA"

Parent Request

Return to parent request (token = 283c7e)

Key Value
_controller
"App\Controller\Admin\DashboardController::index"
_firewall_context
"security.firewall.map.context.main"
_remove_csp_headers
true
_route
"admin"
_route_params
[]
_security_firewall_run
"_security_main"
_stopwatch_token
"85ccfa"