Error 500 Internal Server Error

GET https://dev.ekhopsychology.se/hu/user/login/phone/request

ErrorController

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"8261df"
exception
Symfony\Component\Validator\Exception\InvalidArgumentException {#1455
  #message: "Passing an array of options to configure the "Symfony\Component\Validator\Constraints\NotBlank" constraint is no longer supported."
  #code: 0
  #file: "/home/vujdv/domains/ekhopsychology_dev/vendor/symfony/validator/Constraints/NotBlank.php"
  #line: 44
  trace: {
    /home/vujdv/domains/ekhopsychology_dev/vendor/symfony/validator/Constraints/NotBlank.php:44 {
      Symfony\Component\Validator\Constraints\NotBlank->__construct(?array $options = null, ?string $message = null, ?bool $allowNull = null, ?callable $normalizer = null, ?array $groups = null, mixed $payload = null) …
      › if (null !== $options) {    throw new InvalidArgumentException(\sprintf('Passing an array of options to configure the "%s" constraint is no longer supported.', static::class));}
    }
    /home/vujdv/domains/ekhopsychology_dev/src/Form/PhoneLoginRequestFormType.php:28 {
      App\Form\PhoneLoginRequestFormType->buildForm(FormBuilderInterface $builder, array $options): void …
      › 'constraints' => [    new NotBlank([        'message' => 'validation.phone.not_blank',
    }
    /home/vujdv/domains/ekhopsychology_dev/vendor/symfony/form/ResolvedFormType.php:100 {
      Symfony\Component\Form\ResolvedFormType->buildForm(FormBuilderInterface $builder, array $options): void …
      › 
      › $this->innerType->buildForm($builder, $options);}
    /home/vujdv/domains/ekhopsychology_dev/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php:73 {
      Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy->buildForm(FormBuilderInterface $builder, array $options): void …
      › {    $this->proxiedType->buildForm($builder, $options);}
    }
    /home/vujdv/domains/ekhopsychology_dev/vendor/symfony/form/FormFactory.php:75 {
      Symfony\Component\Form\FormFactory->createNamedBuilder(string $name, string $type = '…51', mixed $data = null, array $options = []): FormBuilderInterface …
      › // createBuilder() or buildForm() in the resolved form type$type->buildForm($builder, $builder->getOptions());}
    /home/vujdv/domains/ekhopsychology_dev/vendor/symfony/form/FormFactory.php:53 {
      Symfony\Component\Form\FormFactory->createBuilder(string $type = '…51', mixed $data = null, array $options = []): FormBuilderInterface …
      › {    return $this->createNamedBuilder($this->registry->getType($type)->getBlockPrefix(), $type, $data, $options);}
    }
    /home/vujdv/domains/ekhopsychology_dev/vendor/symfony/form/FormFactory.php:32 {
      Symfony\Component\Form\FormFactory->create(string $type = '…51', mixed $data = null, array $options = []): FormInterface …
      › {    return $this->createBuilder($type, $data, $options)->getForm();}
    }
    /home/vujdv/domains/ekhopsychology_dev/vendor/symfony/framework-bundle/Controller/AbstractController.php:354 {
      Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createForm(string $type, mixed $data = null, array $options = []): FormInterface …
      › {    return $this->container->get('form.factory')->create($type, $data, $options);}
    }
    /home/vujdv/domains/ekhopsychology_dev/src/Controller/PhoneLoginController.php:47 {
      App\Controller\PhoneLoginController->request(Request $request, string $userType, SessionInterface $session): Response …
      › 
      › $form = $this->createForm(PhoneLoginRequestFormType::class);$form->handleRequest($request);
    }
    /home/vujdv/domains/ekhopsychology_dev/vendor/symfony/http-kernel/HttpKernel.php:183 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › // call controller$response = $controller(...$arguments);}
    /home/vujdv/domains/ekhopsychology_dev/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) {
    }
    /home/vujdv/domains/ekhopsychology_dev/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 {
    }
    /home/vujdv/domains/ekhopsychology_dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);}
    /home/vujdv/domains/ekhopsychology_dev/vendor/autoload_runtime.php:32 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /home/vujdv/domains/ekhopsychology_dev/public_html/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/home/vujdv/domains/ekhopsychology_dev/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Processor\DebugProcessor {#412
  -records: [
    2 => [
      [
        "timestamp" => 1781856128
        "timestamp_rfc3339" => "2026-06-19T10:02:08.164+02:00"
        "message" => "All required environment variables are present"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1781856128
        "timestamp_rfc3339" => "2026-06-19T10:02:08.165+02:00"
        "message" => "Matched route "{route}"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "route" => "phone_login_request"
          "route_parameters" => [
            "_route" => "phone_login_request"
            "_controller" => "App\Controller\PhoneLoginController::request"
            "_locale" => "hu"
            "userType" => "user"
          ]
          "request_uri" => "https://dev.ekhopsychology.se/hu/user/login/phone/request"
          "method" => "GET"
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1781856128
        "timestamp_rfc3339" => "2026-06-19T10:02:08.168+02:00"
        "message" => "Connecting with parameters {params}"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "params" => [
            "driver" => "pdo_mysql"
            "idle_connection_ttl" => 600
            "host" => "localhost"
            "port" => 3306
            "user" => "vujdv_ekhopsychology_dev"
            "password" => "<redacted>"
            "driverOptions" => []
            "defaultTableOptions" => [
              "collation" => "utf8mb4_unicode_ci"
            ]
            "dbname" => "vujdv_ekhopsychology_dev"
            "serverVersion" => "8.0.41"
            "charset" => "utf8mb4"
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1781856128
        "timestamp_rfc3339" => "2026-06-19T10:02:08.169+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.session_id AS session_id_2, t0.utm_source AS utm_source_3, t0.utm_medium AS utm_medium_4, t0.utm_campaign AS utm_campaign_5, t0.utm_content AS utm_content_6, t0.utm_term AS utm_term_7, t0.utm_source_platform AS utm_source_platform_8, t0.utm_id AS utm_id_9, t0.utm_adgroup AS utm_adgroup_10, t0.utm_adgroupid AS utm_adgroupid_11, t0.utm_matchtype AS utm_matchtype_12, t0.utm_targetid AS utm_targetid_13, t0.utm_placement AS utm_placement_14, t0.utm_device AS utm_device_15, t0.persistent_user_id AS persistent_user_id_16, t0.is_direct_traffic AS is_direct_traffic_17, t0.is_bot_traffic AS is_bot_traffic_18, t0.gclid AS gclid_19, t0.fbclid AS fbclid_20, t0.ttclid AS ttclid_21, t0.msclkid AS msclkid_22, t0.landing_page AS landing_page_23, t0.referrer AS referrer_24, t0.client_ip AS client_ip_25, t0.client_country AS client_country_26, t0.client_timezone AS client_timezone_27, t0.client_user_agent AS client_user_agent_28, t0.browser_name AS browser_name_29, t0.browser_version AS browser_version_30, t0.os_name AS os_name_31, t0.os_version AS os_version_32, t0.device_type AS device_type_33, t0.locale AS locale_34, t0.date_created AS date_created_35, t0.date_last_activity AS date_last_activity_36, t0.page_views AS page_views_37, t0.conversions AS conversions_38, t0.has_converted AS has_converted_39, t0.conversion_level AS conversion_level_40, t0.total_engaged_seconds AS total_engaged_seconds_41, t0.max_scroll_depth AS max_scroll_depth_42, t0.user_client_id AS user_client_id_43 FROM campaign_tracking_session t0 WHERE t0.session_id = ? LIMIT 1"
          "params" => [
            1 => "7e990506031c2f7980417f25f17cbc0b2db5167daf72341cc2388060d8a92c02"
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#776
              +name: "STRING"
            }
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1781856128
        "timestamp_rfc3339" => "2026-06-19T10:02:08.173+02:00"
        "message" => "Beginning transaction"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => []
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1781856128
        "timestamp_rfc3339" => "2026-06-19T10:02:08.174+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "UPDATE campaign_tracking_session SET date_last_activity = ? WHERE id = ?"
          "params" => [
            1 => "2026-06-19 10:02:08"
            2 => 29953
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#776}
            2 => Doctrine\DBAL\ParameterType {#778
              +name: "INTEGER"
            }
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1781856128
        "timestamp_rfc3339" => "2026-06-19T10:02:08.174+02:00"
        "message" => "Committing transaction"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => []
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1781856128
        "timestamp_rfc3339" => "2026-06-19T10:02:08.174+02:00"
        "message" => "Checking for authenticator support."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "user"
          "authenticators" => 4
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1781856128
        "timestamp_rfc3339" => "2026-06-19T10:02:08.174+02:00"
        "message" => "Checking support on authenticator."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "user"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1781856128
        "timestamp_rfc3339" => "2026-06-19T10:02:08.174+02:00"
        "message" => "Authenticator does not support the request."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "user"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1781856128
        "timestamp_rfc3339" => "2026-06-19T10:02:08.174+02:00"
        "message" => "Checking support on authenticator."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "user"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1781856128
        "timestamp_rfc3339" => "2026-06-19T10:02:08.175+02:00"
        "message" => "Authenticator does not support the request."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "user"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1781856128
        "timestamp_rfc3339" => "2026-06-19T10:02:08.175+02:00"
        "message" => "Checking support on authenticator."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "user"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1781856128
        "timestamp_rfc3339" => "2026-06-19T10:02:08.175+02:00"
        "message" => "Authenticator does not support the request."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "user"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1781856128
        "timestamp_rfc3339" => "2026-06-19T10:02:08.175+02:00"
        "message" => "Checking support on authenticator."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "user"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1781856128
        "timestamp_rfc3339" => "2026-06-19T10:02:08.175+02:00"
        "message" => "Authenticator does not support the request."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "user"
          "authenticator" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator"
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1781856128
        "timestamp_rfc3339" => "2026-06-19T10:02:08.195+02:00"
        "message" => "Uncaught PHP Exception Symfony\Component\Validator\Exception\InvalidArgumentException: "Passing an array of options to configure the "Symfony\Component\Validator\Constraints\NotBlank" constraint is no longer supported." at NotBlank.php line 44"
        "priority" => 500
        "priorityName" => "CRITICAL"
        "context" => [
          "exception" => Symfony\Component\Validator\Exception\InvalidArgumentException {#1455
            #message: "Passing an array of options to configure the "Symfony\Component\Validator\Constraints\NotBlank" constraint is no longer supported."
            #code: 0
            #file: "/home/vujdv/domains/ekhopsychology_dev/vendor/symfony/validator/Constraints/NotBlank.php"
            #line: 44
            trace: {
              /home/vujdv/domains/ekhopsychology_dev/vendor/symfony/validator/Constraints/NotBlank.php:44 {
                Symfony\Component\Validator\Constraints\NotBlank->__construct(?array $options = null, ?string $message = null, ?bool $allowNull = null, ?callable $normalizer = null, ?array $groups = null, mixed $payload = null) …
                › if (null !== $options) {    throw new InvalidArgumentException(\sprintf('Passing an array of options to configure the "%s" constraint is no longer supported.', static::class));}
              }
              /home/vujdv/domains/ekhopsychology_dev/src/Form/PhoneLoginRequestFormType.php:28 {
                App\Form\PhoneLoginRequestFormType->buildForm(FormBuilderInterface $builder, array $options): void …
                › 'constraints' => [    new NotBlank([        'message' => 'validation.phone.not_blank',
              }
              /home/vujdv/domains/ekhopsychology_dev/vendor/symfony/form/ResolvedFormType.php:100 {
                Symfony\Component\Form\ResolvedFormType->buildForm(FormBuilderInterface $builder, array $options): void …
                › 
                › $this->innerType->buildForm($builder, $options);}
              /home/vujdv/domains/ekhopsychology_dev/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php:73 {
                Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy->buildForm(FormBuilderInterface $builder, array $options): void …
                › {    $this->proxiedType->buildForm($builder, $options);}
              }
              /home/vujdv/domains/ekhopsychology_dev/vendor/symfony/form/FormFactory.php:75 {
                Symfony\Component\Form\FormFactory->createNamedBuilder(string $name, string $type = '…51', mixed $data = null, array $options = []): FormBuilderInterface …
                › // createBuilder() or buildForm() in the resolved form type$type->buildForm($builder, $builder->getOptions());}
              /home/vujdv/domains/ekhopsychology_dev/vendor/symfony/form/FormFactory.php:53 {
                Symfony\Component\Form\FormFactory->createBuilder(string $type = '…51', mixed $data = null, array $options = []): FormBuilderInterface …
                › {    return $this->createNamedBuilder($this->registry->getType($type)->getBlockPrefix(), $type, $data, $options);}
              }
              /home/vujdv/domains/ekhopsychology_dev/vendor/symfony/form/FormFactory.php:32 {
                Symfony\Component\Form\FormFactory->create(string $type = '…51', mixed $data = null, array $options = []): FormInterface …
                › {    return $this->createBuilder($type, $data, $options)->getForm();}
              }
              /home/vujdv/domains/ekhopsychology_dev/vendor/symfony/framework-bundle/Controller/AbstractController.php:354 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->createForm(string $type, mixed $data = null, array $options = []): FormInterface …
                › {    return $this->container->get('form.factory')->create($type, $data, $options);}
              }
              /home/vujdv/domains/ekhopsychology_dev/src/Controller/PhoneLoginController.php:47 {
                App\Controller\PhoneLoginController->request(Request $request, string $userType, SessionInterface $session): Response …
                › 
                › $form = $this->createForm(PhoneLoginRequestFormType::class);$form->handleRequest($request);
              }
              /home/vujdv/domains/ekhopsychology_dev/vendor/symfony/http-kernel/HttpKernel.php:183 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);}
              /home/vujdv/domains/ekhopsychology_dev/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) {
              }
              /home/vujdv/domains/ekhopsychology_dev/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 {
              }
              /home/vujdv/domains/ekhopsychology_dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);}
              /home/vujdv/domains/ekhopsychology_dev/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /home/vujdv/domains/ekhopsychology_dev/public_html/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/home/vujdv/domains/ekhopsychology_dev/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "request"
      ]
    ]
  ]
  -errorCount: [
    2 => 1
  ]
  -requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#411 …}
}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br"
cdn-loop
"cloudflare; loops=1"
cf-connecting-ip
"216.73.216.227"
cf-ipcountry
"US"
cf-ray
"a0e1028088f32308-CMH"
cf-visitor
"{"scheme":"https"}"
cookie
"user_deauth_profile_token=ed26ac; sf_redirect=%7B%22token%22%3A%22ed26ac%22%2C%22route%22%3A%22user_login%22%2C%22method%22%3A%22GET%22%2C%22controller%22%3A%7B%22class%22%3A%22App%5C%5CController%5C%5CClientSecurityController%22%2C%22method%22%3A%22login%22%2C%22file%22%3A%22%5C%2Fhome%5C%2Fvujdv%5C%2Fdomains%5C%2Fekhopsychology_dev%5C%2Fsrc%5C%2FController%5C%2FClientSecurityController.php%22%2C%22line%22%3A19%7D%2C%22status_code%22%3A302%2C%22status_text%22%3A%22Found%22%7D; PHPSESSID=14367d55a646fcc9e2aea3571375a45a"
host
"dev.ekhopsychology.se"
referer
"https://dev.ekhopsychology.se/hu/user/login"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])"
x-forwarded-for
"216.73.216.227, 104.23.243.189"
x-forwarded-proto
"https"
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, 19 Jun 2026 08:02:08 GMT"
vary
"Accept"
x-debug-exception
"Passing%20an%20array%20of%20options%20to%20configure%20the%20%22Symfony%5CComponent%5CValidator%5CConstraints%5CNotBlank%22%20constraint%20is%20no%20longer%20supported."
x-debug-exception-file
"%2Fhome%2Fvujdv%2Fdomains%2Fekhopsychology_dev%2Fvendor%2Fsymfony%2Fvalidator%2FConstraints%2FNotBlank.php:44"
x-debug-token
"2792bf"

Cookies

Request Cookies

Key Value
PHPSESSID
"14367d55a646fcc9e2aea3571375a45a"
sf_redirect
"{"token":"ed26ac","route":"user_login","method":"GET","controller":{"class":"App\\Controller\\ClientSecurityController","method":"login","file":"\/home\/vujdv\/domains\/ekhopsychology_dev\/src\/Controller\/ClientSecurityController.php","line":19},"status_code":302,"status_text":"Found"}"
user_deauth_profile_token
"ed26ac"

Response Cookies

No response cookies

Session 2

Session Metadata

Key Value
Created
"Fri, 19 Jun 26 10:02:07 +0200"
Last used
"Fri, 19 Jun 26 10:02:07 +0200"
Lifetime
0

Session Attributes

Attribute Value
campaign_tracking_session_id
"7e990506031c2f7980417f25f17cbc0b2db5167daf72341cc2388060d8a92c02"

Session Usage

2 Usages
Stateless check enabled
Usage
App\Service\CampaignTrackingService:131
[
  [
    "file" => "/home/vujdv/domains/ekhopsychology_dev/src/Service/CampaignTrackingService.php"
    "line" => 131
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/vujdv/domains/ekhopsychology_dev/src/EventListener/CampaignTrackingSubscriber.php"
    "line" => 43
    "function" => "initializeSession"
    "class" => "App\Service\CampaignTrackingService"
    "type" => "->"
  ]
  [
    "file" => "/home/vujdv/domains/ekhopsychology_dev/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelRequest"
    "class" => "App\EventListener\CampaignTrackingSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/home/vujdv/domains/ekhopsychology_dev/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/vujdv/domains/ekhopsychology_dev/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vujdv/domains/ekhopsychology_dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vujdv/domains/ekhopsychology_dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vujdv/domains/ekhopsychology_dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/vujdv/domains/ekhopsychology_dev/vendor/symfony/http-kernel/Kernel.php"
    "line" => 191
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/vujdv/domains/ekhopsychology_dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/vujdv/domains/ekhopsychology_dev/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/vujdv/domains/ekhopsychology_dev/public_html/index.php"
    "line" => 5
    "args" => [
      "/home/vujdv/domains/ekhopsychology_dev/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:39
[
  [
    "file" => "/home/vujdv/domains/ekhopsychology_dev/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 39
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/vujdv/domains/ekhopsychology_dev/src/EventListener/ActivateDoctrineFiltersSubscriber.php"
    "line" => 21
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/home/vujdv/domains/ekhopsychology_dev/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelRequest"
    "class" => "App\EventListener\ActivateDoctrineFiltersSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/home/vujdv/domains/ekhopsychology_dev/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 206
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/home/vujdv/domains/ekhopsychology_dev/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vujdv/domains/ekhopsychology_dev/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 126
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vujdv/domains/ekhopsychology_dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 159
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vujdv/domains/ekhopsychology_dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/vujdv/domains/ekhopsychology_dev/vendor/symfony/http-kernel/Kernel.php"
    "line" => 191
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/vujdv/domains/ekhopsychology_dev/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/home/vujdv/domains/ekhopsychology_dev/vendor/autoload_runtime.php"
    "line" => 32
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/home/vujdv/domains/ekhopsychology_dev/public_html/index.php"
    "line" => 5
    "args" => [
      "/home/vujdv/domains/ekhopsychology_dev/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
ADMIN_EMAIL
"[email protected]"
ADMIN_NAME
"Péter-Szabó Osszián"
APP_ENV
"dev"
APP_SECRET
"18df36eb0422334ccfe11a258297df47"
APP_SHARE_DIR
"var/share"
CURRENCY_API_KEY
"cur_live_ObnWv0zzf0ugq6ui72hbHG2FutA5xrAE0cHh86Kn"
CURRENCY_API_URL
"https://api.currencyapi.com/v3/latest"
DATABASE_URL
"mysql://vujdv_ekhopsychology_dev:Zjmi!dL3H-C-by|+yzY2u@localhost:3306/vujdv_ekhopsychology_dev?serverVersion=8.0.41"
DEFAULT_URI
"https://ekhopsychology.se"
GATEWAYAPI_SENDER
"EKHODEV"
GATEWAYAPI_TOKEN
"N-Jceh14ToW2-hbf0UmjuhZREGsteVUYZ1roxyYycPdvlqYAaGP-PEGnD2vEyASy"
GATEWAYAPI_URL
"https://gatewayapi.eu/rest/mtsms"
GOOGLE_LEAD_FORM_KEY
"key_test_value_3d3xd4v1_d2sdd3c_ej09fv7_oikht5"
IP_API_CACHE_TTL
"604800"
IP_API_DATAFILE
"https://ipinfo.io/data/ipinfo_lite.csv.gz"
IP_API_KEY
"727d26096c3701"
IP_API_URL
"https://api.ipinfo.io/lite/"
LOCK_DSN
"flock"
MAILER_DSN
"smtp://[email protected]:[email protected]:465"
SMS_FORCE_REAL_IN_DEV
"false"
SYS_EMAIL
"[email protected]"
SYS_NAME
"Péter-Szabó Osszián"
TWILIO_ACCOUNT_SID
"ACc3b3d2d396d100a9897c6a7cfd781392"
TWILIO_AUTH_TOKEN
"08a3d8b52846a20fb11b303bd58430d6"
TWILIO_VERIFY_SERVICE_SID
"VA28acadd0b12853dd0c2e9aa01917adf4"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
APP_PROJECT_DIR
"/home/vujdv/domains/ekhopsychology_dev"
APP_RUNTIME
"Symfony\Component\Runtime\SymfonyRuntime"
APP_RUNTIME_OPTIONS
[
  "project_dir" => "/home/vujdv/domains/ekhopsychology_dev"
]
CRAWLER_LOAD_LIMIT
"3"
CRAWLER_USLEEP
"1000"
DOCUMENT_ROOT
"/home/vujdv/domains/ekhopsychology_dev/public_html"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br"
HTTP_CDN_LOOP
"cloudflare; loops=1"
HTTP_CF_CONNECTING_IP
"216.73.216.227"
HTTP_CF_IPCOUNTRY
"US"
HTTP_CF_RAY
"a0e1028088f32308-CMH"
HTTP_CF_VISITOR
"{"scheme":"https"}"
HTTP_COOKIE
"user_deauth_profile_token=ed26ac; sf_redirect=%7B%22token%22%3A%22ed26ac%22%2C%22route%22%3A%22user_login%22%2C%22method%22%3A%22GET%22%2C%22controller%22%3A%7B%22class%22%3A%22App%5C%5CController%5C%5CClientSecurityController%22%2C%22method%22%3A%22login%22%2C%22file%22%3A%22%5C%2Fhome%5C%2Fvujdv%5C%2Fdomains%5C%2Fekhopsychology_dev%5C%2Fsrc%5C%2FController%5C%2FClientSecurityController.php%22%2C%22line%22%3A19%7D%2C%22status_code%22%3A302%2C%22status_text%22%3A%22Found%22%7D; PHPSESSID=14367d55a646fcc9e2aea3571375a45a"
HTTP_HOST
"dev.ekhopsychology.se"
HTTP_REFERER
"https://dev.ekhopsychology.se/hu/user/login"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])"
HTTP_X_FORWARDED_FOR
"216.73.216.227, 104.23.243.189"
HTTP_X_FORWARDED_PROTO
"https"
PATH
"/usr/local/bin:/bin:/usr/bin"
PHP_SELF
"/index.php"
PROXY_REMOTE_ADDR
"127.0.0.1"
QUERY_STRING
""
REDIRECT_REQUEST_METHOD
"GET"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/hu/user/login/phone/request"
REMOTE_ADDR
"216.73.216.227"
REMOTE_PORT
"51346"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1781856128
REQUEST_TIME_FLOAT
1781856128.1551
REQUEST_URI
"/hu/user/login/phone/request"
SCRIPT_FILENAME
"/home/vujdv/domains/ekhopsychology_dev/public_html/index.php"
SCRIPT_NAME
"/index.php"
SCRIPT_URI
"https://dev.ekhopsychology.se/hu/user/login/phone/request"
SCRIPT_URL
"/hu/user/login/phone/request"
SERVER_ADDR
"10.0.0.3"
SERVER_ADMIN
"[email protected]"
SERVER_NAME
"dev.ekhopsychology.se"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SOFTWARE
"LiteSpeed"
SSL_CIPHER
"TLS_AES_256_GCM_SHA384"
SSL_CIPHER_ALGKEYSIZE
"256"
SSL_CIPHER_USEKEYSIZE
"256"
SSL_PROTOCOL
"TLSv1.3"
SYMFONY_DOTENV_PATH
"/home/vujdv/domains/ekhopsychology_dev/.env"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,APP_SHARE_DIR,MAILER_DSN,DATABASE_URL,SYS_NAME,SYS_EMAIL,ADMIN_NAME,ADMIN_EMAIL,GOOGLE_LEAD_FORM_KEY,IP_API_URL,IP_API_DATAFILE,IP_API_KEY,IP_API_CACHE_TTL,CURRENCY_API_URL,CURRENCY_API_KEY,TWILIO_ACCOUNT_SID,TWILIO_AUTH_TOKEN,TWILIO_VERIFY_SERVICE_SID,GATEWAYAPI_TOKEN,GATEWAYAPI_SENDER,GATEWAYAPI_URL,LOCK_DSN,DEFAULT_URI,SMS_FORCE_REAL_IN_DEV"
X-LSCACHE
"on,crawler"

Parent Request

Return to parent request (token = 17d9d4)

Key Value
_controller
"App\Controller\PhoneLoginController::request"
_firewall_context
"security.firewall.map.context.user"
_locale
"hu"
_redirected
true
_remove_csp_headers
true
_route
"phone_login_request"
_route_params
[
  "_locale" => "hu"
  "userType" => "user"
]
_security_authenticators
[]
_security_firewall_run
"_security_user_context"
_security_skipped_authenticators
[
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#920
    -supports: false
    -passport: null
    -duration: null
    -stub: "App\Security\UnifiedAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: App\Security\UnifiedAuthenticator {#921 …}
  }
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#923
    -supports: false
    -passport: null
    -duration: null
    -stub: "App\Security\PhoneLoginAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: App\Security\PhoneLoginAuthenticator {#924 …}
  }
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#925
    -supports: false
    -passport: null
    -duration: null
    -stub: "Symfony\Component\Security\Http\Authenticator\LoginLinkAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: Symfony\Component\Security\Http\Authenticator\LoginLinkAuthenticator {#926 …}
  }
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#948
    -supports: false
    -passport: null
    -duration: null
    -stub: "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator {#949 …}
  }
]
_stopwatch_token
"ce803f"
userType
"user"