https://formularios.alares.org/form/create/1edb1d7a-7ca0-6f92-958c-418168dd86b1/embed

ErrorController

Request

GET Parameters

No GET parameters

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"15c322"
exception
Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#834
  -statusCode: 404
  -headers: []
  #message: "App\Entity\Form object not found by the @ParamConverter annotation."
  #code: 0
  #file: "/var/www/formularios.alares.org/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php"
  #line: 107
  trace: {
    /var/www/formularios.alares.org/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php:107 {
      Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter->apply(Request $request, ParamConverter $configuration) …
      ›     }    throw new NotFoundHttpException($message);}
    }
    /var/www/formularios.alares.org/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php:84 {
      Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager->applyConverter(Request $request, ParamConverter $configuration) …
      › if ($converter->supports($configuration)) {    if ($converter->apply($request, $configuration)) {        return;
    }
    /var/www/formularios.alares.org/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php:48 {
      Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager->apply(Request $request, $configurations) …
      › foreach ($configurations as $configuration) {    $this->applyConverter($request, $configuration);}
    }
    /var/www/formularios.alares.org/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php:72 {
      Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener->onKernelController(KernelEvent $event) …
      › 
      ›     $this->manager->apply($request, $configurations);}
    }
    /var/www/formularios.alares.org/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:117 {
      Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
      › 
      › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
    /var/www/formularios.alares.org/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
      ›     }    $listener($event, $eventName, $this);}
    }
    /var/www/formularios.alares.org/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);}
    }
    /var/www/formularios.alares.org/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:154 {
      Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
      › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    }
    /var/www/formularios.alares.org/vendor/symfony/http-kernel/HttpKernel.php:140 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › $event = new ControllerEvent($this, $controller, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);$controller = $event->getController();
    }
    /var/www/formularios.alares.org/vendor/symfony/http-kernel/HttpKernel.php:74 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
    }
    /var/www/formularios.alares.org/vendor/symfony/http-kernel/Kernel.php:202 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    }
    /var/www/formularios.alares.org/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/formularios.alares.org/vendor/autoload_runtime.php:35 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /var/www/formularios.alares.org/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/var/www/formularios.alares.org/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#131 …6}

Request Headers

Header Value
accept
"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7"
accept-encoding
"gzip, deflate, br"
accept-language
"en-US,en;q=0.9"
connection
"keep-alive"
host
"formularios.alares.org"
sec-ch-ua
"Google Chrome";v="111", "Not(A:Brand";v="8", "Chromium";v="111"
sec-fetch-mode
"navigate"
user-agent
"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36"
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, 29 Aug 2025 22:47:42 GMT"
x-debug-exception
"App%5CEntity%5CForm%20object%20not%20found%20by%20the%20%40ParamConverter%20annotation."
x-debug-exception-file
"%2Fvar%2Fwww%2Fformularios.alares.org%2Fvendor%2Fsensio%2Fframework-extra-bundle%2Fsrc%2FRequest%2FParamConverter%2FDoctrineParamConverter.php:107"
x-debug-token
"7c4e1b"

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_NAME
"Gestor Formularios Alares"
APP_SECRET
"e8633fa137c310155df096855a8c0099"
DATABASE_URL
"mysql://formularios:bEUY%+X)8}-f-VwfH@167.99.32.50:3306/formulariostemp?serverVersion=5.7&charset=utf8mb4"
DEV_EMAILS
"0"
MAILER_DSN
"gmail+smtp://no_reply@vivofacil.com:bhsqljvbwtudcnrb@localhost"
MAILER_DSN_FUNDACIONDIVERSIDAD
"gmail+smtp://no_reply@vivofacil.com:bhsqljvbwtudcnrb@localhost"
MAILER_DSN_VIVOFACIL
"gmail+smtp://no_reply@vivofacil.com:bhsqljvbwtudcnrb@localhost"
MAILER_FROM_EMAIL
"no_reply@vivofacil.com"
MAILER_FROM_EMAIL_FUNDACIONDIVERSIDAD
"fundaciondiversidad@fundaciondiversidad.com"
MAILER_FROM_EMAIL_VIVOFACIL
"no_reply@vivofacil.com"
MESSENGER_TRANSPORT_DSN
"doctrine://default?auto_setup=0"
PASS_ZIP
"alares"
SEND_EMAILS
"1"
SENTRY_DSN
""

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTEXT_DOCUMENT_ROOT
"/var/www/formularios.alares.org/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/var/www/formularios.alares.org/public"
GATEWAY_INTERFACE
"CGI/1.1"
HTTPS
"on"
HTTP_ACCEPT
"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7"
HTTP_ACCEPT_ENCODING
"gzip, deflate, br"
HTTP_ACCEPT_LANGUAGE
"en-US,en;q=0.9"
HTTP_CONNECTION
"keep-alive"
HTTP_HOST
"formularios.alares.org"
HTTP_SEC_CH_UA
"Google Chrome";v="111", "Not(A:Brand";v="8", "Chromium";v="111"
HTTP_SEC_FETCH_MODE
"navigate"
HTTP_USER_AGENT
"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_HTTPS
"on"
REDIRECT_SSL_TLS_SNI
"formularios.alares.org"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/form/create/1edb1d7a-7ca0-6f92-958c-418168dd86b1/embed"
REDIRECT_no-gzip
"1"
REMOTE_ADDR
"104.164.126.26"
REMOTE_PORT
"42914"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1756507662
REQUEST_TIME_FLOAT
1756507662.1518
REQUEST_URI
"/form/create/1edb1d7a-7ca0-6f92-958c-418168dd86b1/embed"
SCRIPT_FILENAME
"/var/www/formularios.alares.org/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"178.128.255.178"
SERVER_ADMIN
"webmaster@localhost"
SERVER_NAME
"formularios.alares.org"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SSL_TLS_SNI
"formularios.alares.org"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,MESSENGER_TRANSPORT_DSN,DATABASE_URL,MAILER_DSN,MAILER_DSN_FUNDACIONDIVERSIDAD,MAILER_DSN_VIVOFACIL,MAILER_FROM_EMAIL,MAILER_FROM_EMAIL_VIVOFACIL,MAILER_FROM_EMAIL_FUNDACIONDIVERSIDAD,APP_NAME,DEV_EMAILS,SEND_EMAILS,PASS_ZIP,SENTRY_DSN"
no-gzip
"1"

Parent Request

Return to parent request (token = 0924a4)

Key Value
_controller
"App\Controller\FormController::createLead"
_firewall_context
"security.firewall.map.context.main"
_is_granted
[
  Sensio\Bundle\FrameworkExtraBundle\Configuration\IsGranted {#676
    -attributes: "PROCESS_CREATE"
    -subject: "formInstance"
    -message: null
    -statusCode: null
  }
]
_remove_csp_headers
true
_route
"form_create"
_route_params
[
  "uuid" => "1edb1d7a-7ca0-6f92-958c-418168dd86b1"
  "frame" => "embed"
]
_security_firewall_run
"_security_main"
_stopwatch_token
"0d078a"
frame
"embed"
uuid
"1edb1d7a-7ca0-6f92-958c-418168dd86b1"