Error 500 Internal Server Error

GET https://dev.ekhopsychology.se/en/blog/article/sit-ab-eveniet-possimus-eaque-est-commodi

ErrorController

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"782687"
exception
Twig\Error\RuntimeError {#2787
  #message: "An exception has been thrown during the rendering of a template ("Parameter "tag" for route "intro_tag" must match "[^/]++" ("" given) to generate a corresponding URL.") in "public_site/_expert_card_small.html.twig" at line 1."
  #code: 0
  #file: "/home/vujdv/domains/ekhopsychology_dev/templates/public_site/_expert_card_small.html.twig"
  #line: 1
  -previous: Symfony\Component\Routing\Exception\InvalidParameterException {#2722 …}
  -lineno: 1
  -rawMessage: "An exception has been thrown during the rendering of a template ("Parameter "tag" for route "intro_tag" must match "[^/]++" ("" given) to generate a corresponding URL.")."
  -source: Twig\Source {#2791 …}
  -phpFile: "/home/vujdv/domains/ekhopsychology_dev/vendor/twig/twig/src/Template.php"
  -phpLine: 416
  trace: {
    /home/vujdv/domains/ekhopsychology_dev/templates/public_site/_expert_card_small.html.twig:1 {
      Twig\Template->yield(array $context, array $blocks = []): iterable …
      › 
      › <a href='{{ path('intro_tag', {tag: profile.UserAdmin.UserTag}) }}' class="text-decoration-none">\t<div class="expert-card">
    }
    /home/vujdv/domains/ekhopsychology_dev/templates/public_site/blog_article.html.twig:77 {
      __TwigTemplate_3683755f358de80c0e33043f7d7877b7->block_content(array $context, array $blocks = []): iterable …
      › <div class="mb-2">\t\t{% include 'public_site/_expert_card_small.html.twig' with {profile:article.author.profile} %}</div>
    }
    /home/vujdv/domains/ekhopsychology_dev/vendor/twig/twig/src/Template.php:446 {
      Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
      › try {    yield from $template->$block($context, $blocks);} catch (Error $e) {
    }
    /home/vujdv/domains/ekhopsychology_dev/templates/public_site/base.html.twig:115 {
      __TwigTemplate_d3f1b93f0708e886e27a2e5fc8ba65d2->doDisplay(array $context, array $blocks = []): iterable …
      ›         {% block content %} {% endblock %}</main>
    }
    /home/vujdv/domains/ekhopsychology_dev/vendor/twig/twig/src/Template.php:402 {
      Twig\Template->yield(array $context, array $blocks = []): iterable …
      › try {    yield from $this->doDisplay($context, $blocks);} catch (Error $e) {
    }
    /home/vujdv/domains/ekhopsychology_dev/var/cache/dev/twig/ac/ac59ad485bab491cf26232b30952ccf2.php:60 {
      __TwigTemplate_3683755f358de80c0e33043f7d7877b7->doDisplay(array $context, array $blocks = []): iterable …
      › $this->parent = $this->load("public_site/base.html.twig", 1);yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));}
    /home/vujdv/domains/ekhopsychology_dev/vendor/twig/twig/src/Template.php:402 {
      Twig\Template->yield(array $context, array $blocks = []): iterable …
      › try {    yield from $this->doDisplay($context, $blocks);} catch (Error $e) {
    }
    /home/vujdv/domains/ekhopsychology_dev/vendor/twig/twig/src/Template.php:358 {
      Twig\Template->display(array $context, array $blocks = []): void …
      › {    foreach ($this->yield($context, $blocks) as $data) {        echo $data;
    }
    /home/vujdv/domains/ekhopsychology_dev/vendor/twig/twig/src/Template.php:373 {
      Twig\Template->render(array $context): string …
      › try {    $this->display($context);} catch (\Throwable $e) {
    }
    /home/vujdv/domains/ekhopsychology_dev/vendor/twig/twig/src/TemplateWrapper.php:51 {
      Twig\TemplateWrapper->render(array $context = []): string …
      › {    return $this->template->render($context);}
    }
    /home/vujdv/domains/ekhopsychology_dev/vendor/twig/twig/src/Environment.php:333 {
      Twig\Environment->render($name, array $context = []): string …
      › {    return $this->load($name)->render($context);}
    }
    /home/vujdv/domains/ekhopsychology_dev/vendor/symfony/framework-bundle/Controller/AbstractController.php:462 {
      Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
      › 
      ›     return $this->container->get('twig')->render($view, $parameters);}
    }
    /home/vujdv/domains/ekhopsychology_dev/vendor/symfony/framework-bundle/Controller/AbstractController.php:467 {
      Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response …
      › {    $content = $this->doRenderView($view, $block, $parameters, $method);    $response ??= new Response();
    }
    /home/vujdv/domains/ekhopsychology_dev/vendor/symfony/framework-bundle/Controller/AbstractController.php:279 {
      Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
      › {    return $this->doRender($view, null, $parameters, $response, __FUNCTION__);}
    }
    /home/vujdv/domains/ekhopsychology_dev/src/Controller/PublicBlogController.php:76 {
      App\Controller\PublicBlogController->show_article($slug, BlogArticleRepository $blog_repo, $site): Response …
      › 
      › return $this->render('public_site/blog_article.html.twig',[    'article'=>$article,
    }
    /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 {#403
  -records: [
    13 => [
      [
        "timestamp" => 1781683291
        "timestamp_rfc3339" => "2026-06-17T10:01:31.264+02:00"
        "message" => "All required environment variables are present"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "app"
      ]
      [
        "timestamp" => 1781683291
        "timestamp_rfc3339" => "2026-06-17T10:01:31.271+02:00"
        "message" => "Matched route "{route}"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "route" => "blog_article"
          "route_parameters" => [
            "_route" => "blog_article"
            "_controller" => "App\Controller\PublicBlogController::show_article"
            "_locale" => "en"
            "slug" => "sit-ab-eveniet-possimus-eaque-est-commodi"
          ]
          "request_uri" => "https://dev.ekhopsychology.se/en/blog/article/sit-ab-eveniet-possimus-eaque-est-commodi"
          "method" => "GET"
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1781683291
        "timestamp_rfc3339" => "2026-06-17T10:01:31.285+02:00"
        "message" => "No cached GeoIP database available, will use API lookup"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "ip" => "216.73.217.35"
        ]
        "channel" => "app"
      ]
      [
        "timestamp" => 1781683291
        "timestamp_rfc3339" => "2026-06-17T10:01:31.285+02:00"
        "message" => "IP not found in cached data, trying API lookup"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "ip" => "216.73.217.35"
        ]
        "channel" => "app"
      ]
      [
        "timestamp" => 1781683291
        "timestamp_rfc3339" => "2026-06-17T10:01:31.286+02:00"
        "message" => "Lock acquired, now computing item "{key}""
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "key" => "geoip_api_216_73_217_35"
        ]
        "channel" => "cache"
      ]
      [
        "timestamp" => 1781683291
        "timestamp_rfc3339" => "2026-06-17T10:01:31.287+02:00"
        "message" => "Making API request"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "url" => "https://api.ipinfo.io/lite/216.73.217.35?token=727d26096c3701"
          "ip" => "216.73.217.35"
        ]
        "channel" => "app"
      ]
      [
        "timestamp" => 1781683291
        "timestamp_rfc3339" => "2026-06-17T10:01:31.289+02:00"
        "message" => "Request: "GET https://api.ipinfo.io/lite/216.73.217.35?token=727d26096c3701""
        "priority" => 200
        "priorityName" => "INFO"
        "context" => []
        "channel" => "http_client"
      ]
      [
        "timestamp" => 1781683291
        "timestamp_rfc3339" => "2026-06-17T10:01:31.484+02:00"
        "message" => "Response: "{http_code} {url}" {total_time} seconds"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "http_code" => 200
          "url" => "https://api.ipinfo.io/lite/216.73.217.35?token=727d26096c3701"
          "total_time" => 0.188883
        ]
        "channel" => "http_client"
      ]
      [
        "timestamp" => 1781683291
        "timestamp_rfc3339" => "2026-06-17T10:01:31.485+02:00"
        "message" => "IP successfully located via API"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "ip" => "216.73.217.35"
          "country" => "United States"
          "country_code" => "US"
        ]
        "channel" => "app"
      ]
      [
        "timestamp" => 1781683291
        "timestamp_rfc3339" => "2026-06-17T10:01:31.566+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" => 1781683291
        "timestamp_rfc3339" => "2026-06-17T10:01:31.568+02:00"
        "message" => "Beginning transaction"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => []
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1781683291
        "timestamp_rfc3339" => "2026-06-17T10:01:31.594+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "INSERT INTO campaign_tracking_session (session_id, utm_source, utm_medium, utm_campaign, utm_content, utm_term, utm_source_platform, utm_id, utm_adgroup, utm_adgroupid, utm_matchtype, utm_targetid, utm_placement, utm_device, persistent_user_id, is_direct_traffic, is_bot_traffic, gclid, fbclid, ttclid, msclkid, landing_page, referrer, client_ip, client_country, client_timezone, client_user_agent, browser_name, browser_version, os_name, os_version, device_type, locale, date_created, date_last_activity, page_views, conversions, has_converted, conversion_level, total_engaged_seconds, max_scroll_depth, user_client_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)"
          "params" => [
            1 => "9455876772053d450d6d0eef77c5e79e6efe258fee2e280f3d5e59f7ba0e8563"
            2 => "(direct)"
            3 => "(none)"
            4 => null
            5 => null
            6 => null
            7 => null
            8 => null
            9 => null
            10 => null
            11 => null
            12 => null
            13 => null
            14 => null
            15 => "957423937a5eb5e4941b50d590410f0b4237a2b6562c35bc7510c51e28565ecc"
            16 => 1
            17 => 0
            18 => null
            19 => null
            20 => null
            21 => null
            22 => "https://dev.ekhopsychology.se/en/blog/article/sit-ab-eveniet-possimus-eaque-est-commodi"
            23 => ""
            24 => "216.73.217.35"
            25 => "US"
            26 => null
            27 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])"
            28 => null
            29 => null
            30 => null
            31 => null
            32 => "desktop"
            33 => "en"
            34 => "2026-06-17 10:01:31"
            35 => "2026-06-17 10:01:31"
            36 => 0
            37 => 0
            38 => 0
            39 => 0
            40 => 0
            41 => 0
            42 => null
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#843
              +name: "STRING"
            }
            2 => Doctrine\DBAL\ParameterType {#843}
            3 => Doctrine\DBAL\ParameterType {#843}
            4 => Doctrine\DBAL\ParameterType {#843}
            5 => Doctrine\DBAL\ParameterType {#843}
            6 => Doctrine\DBAL\ParameterType {#843}
            7 => Doctrine\DBAL\ParameterType {#843}
            8 => Doctrine\DBAL\ParameterType {#843}
            9 => Doctrine\DBAL\ParameterType {#843}
            10 => Doctrine\DBAL\ParameterType {#843}
            11 => Doctrine\DBAL\ParameterType {#843}
            12 => Doctrine\DBAL\ParameterType {#843}
            13 => Doctrine\DBAL\ParameterType {#843}
            14 => Doctrine\DBAL\ParameterType {#843}
            15 => Doctrine\DBAL\ParameterType {#843}
            16 => Doctrine\DBAL\ParameterType {#845
              +name: "BOOLEAN"
            }
            17 => Doctrine\DBAL\ParameterType {#845}
            18 => Doctrine\DBAL\ParameterType {#843}
            19 => Doctrine\DBAL\ParameterType {#843}
            20 => Doctrine\DBAL\ParameterType {#843}
            21 => Doctrine\DBAL\ParameterType {#843}
            22 => Doctrine\DBAL\ParameterType {#843}
            23 => Doctrine\DBAL\ParameterType {#843}
            24 => Doctrine\DBAL\ParameterType {#843}
            25 => Doctrine\DBAL\ParameterType {#843}
            26 => Doctrine\DBAL\ParameterType {#843}
            27 => Doctrine\DBAL\ParameterType {#843}
            28 => Doctrine\DBAL\ParameterType {#843}
            29 => Doctrine\DBAL\ParameterType {#843}
            30 => Doctrine\DBAL\ParameterType {#843}
            31 => Doctrine\DBAL\ParameterType {#843}
            32 => Doctrine\DBAL\ParameterType {#843}
            33 => Doctrine\DBAL\ParameterType {#843}
            34 => Doctrine\DBAL\ParameterType {#843}
            35 => Doctrine\DBAL\ParameterType {#843}
            36 => Doctrine\DBAL\ParameterType {#846
              +name: "INTEGER"
            }
            37 => Doctrine\DBAL\ParameterType {#846}
            38 => Doctrine\DBAL\ParameterType {#845}
            39 => Doctrine\DBAL\ParameterType {#846}
            40 => Doctrine\DBAL\ParameterType {#846}
            41 => Doctrine\DBAL\ParameterType {#846}
            42 => Doctrine\DBAL\ParameterType {#846}
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1781683291
        "timestamp_rfc3339" => "2026-06-17T10:01:31.598+02:00"
        "message" => "Committing transaction"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => []
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1781683291
        "timestamp_rfc3339" => "2026-06-17T10:01:31.614+02:00"
        "message" => "Checking for authenticator support."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticators" => 1
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1781683291
        "timestamp_rfc3339" => "2026-06-17T10:01:31.614+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" => 1781683291
        "timestamp_rfc3339" => "2026-06-17T10:01:31.615+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" => 1781683291
        "timestamp_rfc3339" => "2026-06-17T10:01:31.650+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.title AS title_2, t0.content AS content_3, t0.published AS published_4, t0.summary AS summary_5, t0.slug AS slug_6, t0.date_created AS date_created_7, t0.date_modified AS date_modified_8, t0.date_published AS date_published_9, t0.thumbnail AS thumbnail_10, t0.locale AS locale_11, t0.author_id AS author_id_12 FROM blog_article t0 WHERE t0.slug = ? AND ((t0.date_published < NOW() AND t0.published = TRUE) AND (t0.locale = 'en')) LIMIT 1"
          "params" => [
            1 => "sit-ab-eveniet-possimus-eaque-est-commodi"
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#843}
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1781683291
        "timestamp_rfc3339" => "2026-06-17T10:01:31.659+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.date_created AS date_created_2, t0.date_modified AS date_modified_3, t0.locale AS locale_4, t0.name AS name_5, t0.slug AS slug_6, t0.description AS description_7 FROM tag t0 INNER JOIN blog_article_tag ON t0.id = blog_article_tag.tag_id WHERE blog_article_tag.blog_article_id = ? AND ((t0.locale = 'en'))"
          "params" => [
            1 => 26
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#846}
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1781683291
        "timestamp_rfc3339" => "2026-06-17T10:01:31.711+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 => "9455876772053d450d6d0eef77c5e79e6efe258fee2e280f3d5e59f7ba0e8563"
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#843}
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1781683291
        "timestamp_rfc3339" => "2026-06-17T10:01:31.724+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name_first AS name_first_5, t0.name_last AS name_last_6, t0.name_prefix AS name_prefix_7, t0.name_suffix AS name_suffix_8, t0.image AS image_9, t0.phone_number AS phone_number_10, t0.date_email_verified AS date_email_verified_11, t0.date_phone_verified AS date_phone_verified_12, t0.user_tag AS user_tag_13, t0.date_created AS date_created_14, t0.date_modified AS date_modified_15, t0.date_inactivated AS date_inactivated_16, t0.date_login AS date_login_17, t0.calendar_feed_token AS calendar_feed_token_18, t0.timezone AS timezone_19, t0.vat_exemption AS vat_exemption_20, t0.healthcare_provider AS healthcare_provider_21, t0.default_cancellation_deadline_hours AS default_cancellation_deadline_hours_22, t0.default_lead_time_hours AS default_lead_time_hours_23, t0.allow_self_service_cancellation AS allow_self_service_cancellation_24, t0.payment_timing AS payment_timing_25, t0.address_country AS address_country_26, t0.address_zip AS address_zip_27, t0.address_city AS address_city_28, t0.address_line1 AS address_line1_29, t0.company_name AS company_name_30, t0.company_id AS company_id_31, t0.company_tax_id AS company_tax_id_32, t0.company_tax_country AS company_tax_country_33, t0.company_type AS company_type_34, t0.company_invoice_prefix AS company_invoice_prefix_35, t0.company_bank_id AS company_bank_id_36, t0.company_bank_name AS company_bank_name_37, t0.company_bank_iban AS company_bank_iban_38, t0.company_bank_swift AS company_bank_swift_39, t0.company_bank_address AS company_bank_address_40, t0.invoice_api_user AS invoice_api_user_41, t0.invoice_api_password AS invoice_api_password_42, t0.invoice_api_xml_signature_key AS invoice_api_xml_signature_key_43, t0.invoice_api_xml_exchange_key AS invoice_api_xml_exchange_key_44, t0.invoice_api_counter AS invoice_api_counter_45, t0.stripe_publishable_key AS stripe_publishable_key_46, t0.stripe_secret_key AS stripe_secret_key_47, t0.stripe_webhook_secret AS stripe_webhook_secret_48, t0.stripe_enabled AS stripe_enabled_49 FROM user_admin t0 WHERE t0.id = ?"
          "params" => [
            1 => 7
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#846}
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1781683291
        "timestamp_rfc3339" => "2026-06-17T10:01:31.757+02:00"
        "message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "sql" => "SELECT t0.id AS id_1, t0.locale AS locale_2, t0.profession AS profession_3, t0.date_created AS date_created_4, t0.date_modified AS date_modified_5, t0.user_admin_id AS user_admin_id_6 FROM expert_profile t0 WHERE t0.user_admin_id = ? AND ((t0.locale = 'en'))"
          "params" => [
            1 => 7
          ]
          "types" => [
            1 => Doctrine\DBAL\ParameterType {#846}
          ]
        ]
        "channel" => "doctrine"
      ]
      [
        "timestamp" => 1781683291
        "timestamp_rfc3339" => "2026-06-17T10:01:31.768+02:00"
        "message" => "Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("Parameter "tag" for route "intro_tag" must match "[^/]++" ("" given) to generate a corresponding URL.") in "public_site/_expert_card_small.html.twig" at line 1." at _expert_card_small.html.twig line 1"
        "priority" => 500
        "priorityName" => "CRITICAL"
        "context" => [
          "exception" => Twig\Error\RuntimeError {#2787
            #message: "An exception has been thrown during the rendering of a template ("Parameter "tag" for route "intro_tag" must match "[^/]++" ("" given) to generate a corresponding URL.") in "public_site/_expert_card_small.html.twig" at line 1."
            #code: 0
            #file: "/home/vujdv/domains/ekhopsychology_dev/templates/public_site/_expert_card_small.html.twig"
            #line: 1
            -previous: Symfony\Component\Routing\Exception\InvalidParameterException {#2722 …}
            -lineno: 1
            -rawMessage: "An exception has been thrown during the rendering of a template ("Parameter "tag" for route "intro_tag" must match "[^/]++" ("" given) to generate a corresponding URL.")."
            -source: Twig\Source {#2791 …}
            -phpFile: "/home/vujdv/domains/ekhopsychology_dev/vendor/twig/twig/src/Template.php"
            -phpLine: 416
            trace: {
              /home/vujdv/domains/ekhopsychology_dev/templates/public_site/_expert_card_small.html.twig:1 {
                Twig\Template->yield(array $context, array $blocks = []): iterable …
                › 
                › <a href='{{ path('intro_tag', {tag: profile.UserAdmin.UserTag}) }}' class="text-decoration-none">\t<div class="expert-card">
              }
              /home/vujdv/domains/ekhopsychology_dev/templates/public_site/blog_article.html.twig:77 {
                __TwigTemplate_3683755f358de80c0e33043f7d7877b7->block_content(array $context, array $blocks = []): iterable …
                › <div class="mb-2">\t\t{% include 'public_site/_expert_card_small.html.twig' with {profile:article.author.profile} %}</div>
              }
              /home/vujdv/domains/ekhopsychology_dev/vendor/twig/twig/src/Template.php:446 {
                Twig\Template->yieldBlock($name, array $context, array $blocks = [], $useBlocks = true, ?self $templateContext = null): iterable …
                › try {    yield from $template->$block($context, $blocks);} catch (Error $e) {
              }
              /home/vujdv/domains/ekhopsychology_dev/templates/public_site/base.html.twig:115 {
                __TwigTemplate_d3f1b93f0708e886e27a2e5fc8ba65d2->doDisplay(array $context, array $blocks = []): iterable …
                ›         {% block content %} {% endblock %}</main>
              }
              /home/vujdv/domains/ekhopsychology_dev/vendor/twig/twig/src/Template.php:402 {
                Twig\Template->yield(array $context, array $blocks = []): iterable …
                › try {    yield from $this->doDisplay($context, $blocks);} catch (Error $e) {
              }
              /home/vujdv/domains/ekhopsychology_dev/var/cache/dev/twig/ac/ac59ad485bab491cf26232b30952ccf2.php:60 {
                __TwigTemplate_3683755f358de80c0e33043f7d7877b7->doDisplay(array $context, array $blocks = []): iterable …
                › $this->parent = $this->load("public_site/base.html.twig", 1);yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));}
              /home/vujdv/domains/ekhopsychology_dev/vendor/twig/twig/src/Template.php:402 {
                Twig\Template->yield(array $context, array $blocks = []): iterable …
                › try {    yield from $this->doDisplay($context, $blocks);} catch (Error $e) {
              }
              /home/vujdv/domains/ekhopsychology_dev/vendor/twig/twig/src/Template.php:358 {
                Twig\Template->display(array $context, array $blocks = []): void …
                › {    foreach ($this->yield($context, $blocks) as $data) {        echo $data;
              }
              /home/vujdv/domains/ekhopsychology_dev/vendor/twig/twig/src/Template.php:373 {
                Twig\Template->render(array $context): string …
                › try {    $this->display($context);} catch (\Throwable $e) {
              }
              /home/vujdv/domains/ekhopsychology_dev/vendor/twig/twig/src/TemplateWrapper.php:51 {
                Twig\TemplateWrapper->render(array $context = []): string …
                › {    return $this->template->render($context);}
              }
              /home/vujdv/domains/ekhopsychology_dev/vendor/twig/twig/src/Environment.php:333 {
                Twig\Environment->render($name, array $context = []): string …
                › {    return $this->load($name)->render($context);}
              }
              /home/vujdv/domains/ekhopsychology_dev/vendor/symfony/framework-bundle/Controller/AbstractController.php:462 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRenderView(string $view, ?string $block, array $parameters, string $method): string …
                › 
                ›     return $this->container->get('twig')->render($view, $parameters);}
              }
              /home/vujdv/domains/ekhopsychology_dev/vendor/symfony/framework-bundle/Controller/AbstractController.php:467 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->doRender(string $view, ?string $block, array $parameters, ?Response $response, string $method): Response …
                › {    $content = $this->doRenderView($view, $block, $parameters, $method);    $response ??= new Response();
              }
              /home/vujdv/domains/ekhopsychology_dev/vendor/symfony/framework-bundle/Controller/AbstractController.php:279 {
                Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], ?Response $response = null): Response …
                › {    return $this->doRender($view, null, $parameters, $response, __FUNCTION__);}
              }
              /home/vujdv/domains/ekhopsychology_dev/src/Controller/PublicBlogController.php:76 {
                App\Controller\PublicBlogController->show_article($slug, BlogArticleRepository $blog_repo, $site): Response …
                › 
                › return $this->render('public_site/blog_article.html.twig',[    'article'=>$article,
              }
              /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: [
    13 => 1
  ]
  -requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#401 …}
}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br"
cdn-loop
"cloudflare; loops=1"
cf-connecting-ip
"216.73.217.35"
cf-ipcountry
"US"
cf-ray
"a0d086d59b9a3334-CMH"
cf-visitor
"{"scheme":"https"}"
host
"dev.ekhopsychology.se"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])"
x-forwarded-for
"216.73.217.35, 104.23.243.188"
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
"Wed, 17 Jun 2026 08:01:31 GMT"
vary
"Accept"
x-debug-exception
"An%20exception%20has%20been%20thrown%20during%20the%20rendering%20of%20a%20template%20%28%22Parameter%20%22tag%22%20for%20route%20%22intro_tag%22%20must%20match%20%22%5B%5E%2F%5D%2B%2B%22%20%28%22%22%20given%29%20to%20generate%20a%20corresponding%20URL.%22%29%20in%20%22public_site%2F_expert_card_small.html.twig%22%20at%20line%201."
x-debug-exception-file
"%2Fhome%2Fvujdv%2Fdomains%2Fekhopsychology_dev%2Ftemplates%2Fpublic_site%2F_expert_card_small.html.twig:1"
x-debug-token
"e6e515"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session 10

Session Metadata

Key Value
Created
"Wed, 17 Jun 26 10:01:31 +0200"
Last used
"Wed, 17 Jun 26 10:01:31 +0200"
Lifetime
0

Session Attributes

Attribute Value
campaign_tracking_session_id
"9455876772053d450d6d0eef77c5e79e6efe258fee2e280f3d5e59f7ba0e8563"

Session Usage

10 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"
  ]
]
App\Service\CampaignTrackingService:165
[
  [
    "file" => "/home/vujdv/domains/ekhopsychology_dev/src/Service/CampaignTrackingService.php"
    "line" => 165
    "function" => "set"
    "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"
  ]
]
App\Service\CampaignTrackingService:595
[
  [
    "file" => "/home/vujdv/domains/ekhopsychology_dev/src/Service/CampaignTrackingService.php"
    "line" => 595
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/vujdv/domains/ekhopsychology_dev/src/Service/CampaignTrackingService.php"
    "line" => 609
    "function" => "getCurrentSession"
    "class" => "App\Service\CampaignTrackingService"
    "type" => "->"
  ]
  [
    "file" => "/home/vujdv/domains/ekhopsychology_dev/src/Service/CampaignTrackingService.php"
    "line" => 633
    "function" => "getCurrentSessionId"
    "class" => "App\Service\CampaignTrackingService"
    "type" => "->"
  ]
  [
    "file" => "/home/vujdv/domains/ekhopsychology_dev/src/Twig/CampaignTrackingExtension.php"
    "line" => 30
    "function" => "getOrCreateSessionId"
    "class" => "App\Service\CampaignTrackingService"
    "type" => "->"
  ]
  [
    "file" => "/home/vujdv/domains/ekhopsychology_dev/var/cache/dev/twig/51/5100269ce17c564886a2ade2b354f69e.php"
    "line" => 150
    "function" => "getSessionId"
    "class" => "App\Twig\CampaignTrackingExtension"
    "type" => "->"
  ]
  [
    "file" => "/home/vujdv/domains/ekhopsychology_dev/vendor/twig/twig/src/Template.php"
    "line" => 402
    "function" => "doDisplay"
    "class" => "__TwigTemplate_d3f1b93f0708e886e27a2e5fc8ba65d2"
    "type" => "->"
  ]
  [
    "file" => "/home/vujdv/domains/ekhopsychology_dev/var/cache/dev/twig/ac/ac59ad485bab491cf26232b30952ccf2.php"
    "line" => 60
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/vujdv/domains/ekhopsychology_dev/vendor/twig/twig/src/Template.php"
    "line" => 402
    "function" => "doDisplay"
    "class" => "__TwigTemplate_3683755f358de80c0e33043f7d7877b7"
    "type" => "->"
  ]
  [
    "file" => "/home/vujdv/domains/ekhopsychology_dev/vendor/twig/twig/src/Template.php"
    "line" => 358
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/vujdv/domains/ekhopsychology_dev/vendor/twig/twig/src/Template.php"
    "line" => 373
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/vujdv/domains/ekhopsychology_dev/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 51
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/vujdv/domains/ekhopsychology_dev/vendor/twig/twig/src/Environment.php"
    "line" => 333
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/home/vujdv/domains/ekhopsychology_dev/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 462
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/home/vujdv/domains/ekhopsychology_dev/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 467
    "function" => "doRenderView"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/vujdv/domains/ekhopsychology_dev/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 279
    "function" => "doRender"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/vujdv/domains/ekhopsychology_dev/src/Controller/PublicBlogController.php"
    "line" => 76
    "function" => "render"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/vujdv/domains/ekhopsychology_dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 183
    "function" => "show_article"
    "class" => "App\Controller\PublicBlogController"
    "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"
  ]
]
Twig\Extension\CoreExtension:1911
[
  [
    "file" => "/home/vujdv/domains/ekhopsychology_dev/vendor/twig/twig/src/Extension/CoreExtension.php"
    "line" => 1911
    "function" => "getFlashBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/vujdv/domains/ekhopsychology_dev/var/cache/dev/twig/51/5100269ce17c564886a2ade2b354f69e.php"
    "line" => 159
    "function" => "getAttribute"
    "class" => "Twig\Extension\CoreExtension"
    "type" => "::"
  ]
  [
    "file" => "/home/vujdv/domains/ekhopsychology_dev/vendor/twig/twig/src/Template.php"
    "line" => 402
    "function" => "doDisplay"
    "class" => "__TwigTemplate_d3f1b93f0708e886e27a2e5fc8ba65d2"
    "type" => "->"
  ]
  [
    "file" => "/home/vujdv/domains/ekhopsychology_dev/var/cache/dev/twig/ac/ac59ad485bab491cf26232b30952ccf2.php"
    "line" => 60
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/vujdv/domains/ekhopsychology_dev/vendor/twig/twig/src/Template.php"
    "line" => 402
    "function" => "doDisplay"
    "class" => "__TwigTemplate_3683755f358de80c0e33043f7d7877b7"
    "type" => "->"
  ]
  [
    "file" => "/home/vujdv/domains/ekhopsychology_dev/vendor/twig/twig/src/Template.php"
    "line" => 358
    "function" => "yield"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/vujdv/domains/ekhopsychology_dev/vendor/twig/twig/src/Template.php"
    "line" => 373
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/vujdv/domains/ekhopsychology_dev/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 51
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/home/vujdv/domains/ekhopsychology_dev/vendor/twig/twig/src/Environment.php"
    "line" => 333
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/home/vujdv/domains/ekhopsychology_dev/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 462
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/home/vujdv/domains/ekhopsychology_dev/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 467
    "function" => "doRenderView"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/vujdv/domains/ekhopsychology_dev/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 279
    "function" => "doRender"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/vujdv/domains/ekhopsychology_dev/src/Controller/PublicBlogController.php"
    "line" => 76
    "function" => "render"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/home/vujdv/domains/ekhopsychology_dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 183
    "function" => "show_article"
    "class" => "App\Controller\PublicBlogController"
    "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\HttpKernel\DataCollector\RequestDataCollector:68
[
  [
    "file" => "/home/vujdv/domains/ekhopsychology_dev/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 68
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/vujdv/domains/ekhopsychology_dev/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 158
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/vujdv/domains/ekhopsychology_dev/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 102
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/vujdv/domains/ekhopsychology_dev/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "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" => 216
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vujdv/domains/ekhopsychology_dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 204
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "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/EventListener/ErrorListener.php"
    "line" => 99
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/vujdv/domains/ekhopsychology_dev/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "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" => 241
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vujdv/domains/ekhopsychology_dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "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\HttpKernel\DataCollector\RequestDataCollector:69
[
  [
    "file" => "/home/vujdv/domains/ekhopsychology_dev/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 69
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/vujdv/domains/ekhopsychology_dev/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 158
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/vujdv/domains/ekhopsychology_dev/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 102
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/vujdv/domains/ekhopsychology_dev/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "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" => 216
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vujdv/domains/ekhopsychology_dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 204
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "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/EventListener/ErrorListener.php"
    "line" => 99
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/vujdv/domains/ekhopsychology_dev/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "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" => 241
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vujdv/domains/ekhopsychology_dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "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\HttpKernel\DataCollector\RequestDataCollector:70
[
  [
    "file" => "/home/vujdv/domains/ekhopsychology_dev/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 70
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/vujdv/domains/ekhopsychology_dev/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 158
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/vujdv/domains/ekhopsychology_dev/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 102
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/vujdv/domains/ekhopsychology_dev/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "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" => 216
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vujdv/domains/ekhopsychology_dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 204
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "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/EventListener/ErrorListener.php"
    "line" => 99
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/vujdv/domains/ekhopsychology_dev/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "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" => 241
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vujdv/domains/ekhopsychology_dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "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\HttpKernel\DataCollector\RequestDataCollector:71
[
  [
    "file" => "/home/vujdv/domains/ekhopsychology_dev/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 71
    "function" => "all"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/vujdv/domains/ekhopsychology_dev/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 158
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/vujdv/domains/ekhopsychology_dev/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 102
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/vujdv/domains/ekhopsychology_dev/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "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" => 216
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vujdv/domains/ekhopsychology_dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 204
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "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/EventListener/ErrorListener.php"
    "line" => 99
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/vujdv/domains/ekhopsychology_dev/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "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" => 241
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vujdv/domains/ekhopsychology_dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "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\HttpKernel\DataCollector\RequestDataCollector:72
[
  [
    "file" => "/home/vujdv/domains/ekhopsychology_dev/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 72
    "function" => "getFlashBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/home/vujdv/domains/ekhopsychology_dev/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 158
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/home/vujdv/domains/ekhopsychology_dev/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 102
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/home/vujdv/domains/ekhopsychology_dev/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "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" => 216
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vujdv/domains/ekhopsychology_dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 204
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "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/EventListener/ErrorListener.php"
    "line" => 99
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/home/vujdv/domains/ekhopsychology_dev/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 115
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "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" => 241
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/home/vujdv/domains/ekhopsychology_dev/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 91
    "function" => "handleThrowable"
    "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.217.35"
HTTP_CF_IPCOUNTRY
"US"
HTTP_CF_RAY
"a0d086d59b9a3334-CMH"
HTTP_CF_VISITOR
"{"scheme":"https"}"
HTTP_HOST
"dev.ekhopsychology.se"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])"
HTTP_X_FORWARDED_FOR
"216.73.217.35, 104.23.243.188"
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
"/en/blog/article/sit-ab-eveniet-possimus-eaque-est-commodi"
REMOTE_ADDR
"216.73.217.35"
REMOTE_PORT
"36896"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1781683290
REQUEST_TIME_FLOAT
1781683290.9841
REQUEST_URI
"/en/blog/article/sit-ab-eveniet-possimus-eaque-est-commodi"
SCRIPT_FILENAME
"/home/vujdv/domains/ekhopsychology_dev/public_html/index.php"
SCRIPT_NAME
"/index.php"
SCRIPT_URI
"https://dev.ekhopsychology.se/en/blog/article/sit-ab-eveniet-possimus-eaque-est-commodi"
SCRIPT_URL
"/en/blog/article/sit-ab-eveniet-possimus-eaque-est-commodi"
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 = cf9b4c)

Key Value
_controller
"App\Controller\PublicBlogController::show_article"
_firewall_context
"security.firewall.map.context.main"
_locale
"en"
_remove_csp_headers
true
_route
"blog_article"
_route_params
[
  "_locale" => "en"
  "slug" => "sit-ab-eveniet-possimus-eaque-est-commodi"
]
_security_authenticators
[]
_security_firewall_run
"_security_user_context"
_security_skipped_authenticators
[
  Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticator {#912
    -supports: false
    -passport: null
    -duration: null
    -stub: "App\Security\PhoneLoginAuthenticator"
    -authenticated: null
    -exception: null
    -authenticator: App\Security\PhoneLoginAuthenticator {#913 …}
  }
]
_stopwatch_token
"881b1e"
slug
"sit-ab-eveniet-possimus-eaque-est-commodi"