http://fpd.in.openform.pl/

ErrorController

Request

GET Parameters

No GET parameters

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"86efeb"
exception
Twig\Error\RuntimeError {#4159
  #message: "An exception has been thrown during the rendering of a template ("Warning: Undefined array key "HTTP_USER_AGENT"")."
  #code: 0
  #file: "/var/www/php81/fpd.in.openform.pl/src/Package/Openform/Front/Templates/_blocks_sections/block.html.twig"
  #line: 2
  -previous: ErrorException {#4379 …}
  -lineno: 2
  -name: "@openform_front_templates/_blocks_sections/block.html.twig"
  -rawMessage: "An exception has been thrown during the rendering of a template ("Warning: Undefined array key "HTTP_USER_AGENT"")."
  -sourcePath: "/var/www/php81/fpd.in.openform.pl/src/Package/Openform/Front/Templates/_blocks_sections/block.html.twig"
  -sourceCode: """
    <div class="js-section">\n
    {% set mobile = openform_front_util.isMobileDevice() %}\n
    {% for section in sections|default([]) %}\n
    \n
        {% if section is iterable %}\n
            {# sekcja typu slider #}\n
            {# public const SECTION_TYPE_COLUMNS = 'columns'; #}\n
    \n
            {{ include('@openform_front_templates/_blocks_sections/_slider.html.twig') }}        \n
    \n
        {% else %}\n
    \n
            {# inne sekcje #}\n
            {# classType , w nim bedzie typ sekcji, bez kolumn, z kolumnami, z duzym zdjęciem #}\n
            {# nazwy są takie\n
            public const SECTION_TYPE_NORMAL = 'normal';\n
            public const SECTION_TYPE_COLUMNS = 'columns';\n
            public const SECTION_TYPE_BIG_LEFT = 'big_column_left';\n
            public const SECTION_TYPE_BIG_RIGHT = 'big_column_right'; \n
            #}\n
            {% set classType = section.type %}\n
            \n
            {# ilość kolumn, gdy section.type === 'columns' ==> SECTION_TYPE_COLUMNS #}\n
            {% set numCollumns = section.numCollumn %}\n
    \n
            {% set blocks = openform_front_util.getSectionBlocks(section) %}\n
            <div class="container block-container {{not mobile and classType != "columns" ? classType : not mobile and classType == "columns" and section.numCollumn > 1 ? classType }}{{ blocks|length == 0 ? ' hide' }}" style="background: {{section.sectionBackground|default('transparent') }}; {{ entity is defined and entity.mainContentPaddingTop is defined and entity.mainContentPaddingTop ? 'padding-top: ' ~ entity.mainContentPaddingTop ~ 'px;'}} {{ entity is defined and entity.mainContentPaddingBottom is defined and entity.mainContentPaddingBottom ? 'padding-bottom: ' ~ entity.mainContentPaddingBottom ~ 'px;'}}">\n
    \n
            {% if section.Translation[app.request.locale].title %}\n
                <div class="block__h2 block-container__title">{{section.Translation[app.request.locale].titleHtml|raw}}</div>\n
            {% endif %}\n
            <div class="block-container__blocks" {% if classType == "columns" and section.numCollumn and section.numCollumn > 1 and not mobile %}style="grid-template-columns: repeat({{ section.numCollumn }}, minmax(0, 1fr));"{% endif %}>\n
                {% for block in blocks %}\n
                    {% if block.type == 'text' %}\n
                        {{ include('@openform_front_templates/_blocks_sections/_text.html.twig', {block: block}) }}\n
                    {% elseif block.type == 'text_with_image' %}\n
                        {{ include('@openform_front_templates/_blocks_sections/_text_image.html.twig', {block: block}) }}\n
                    {% elseif block.type == 'text_with_youtube' %}\n
                        {{ include('@openform_front_templates/_blocks_sections/_text_image.html.twig', {block: block}) }}\n
                    {% elseif block.type == 'news' %}\n
                        {{ include('@openform_front_templates/_blocks_sections/_news.html.twig', {block: block}) }}\n
                    {% elseif block.type == 'text_with_audio' %}\n
                        {{ include('@openform_front_templates/_blocks_sections/_text_audio.html.twig', {block: block}) }}\n
                    {% elseif block.type == 'faq' %}\n
                        {{ include('@openform_front_templates/_blocks_sections/_faq.html.twig', {block: block}) }}\n
                    {% elseif block.type == 'gallery' %}\n
                        {{ include('@openform_front_templates/_blocks_sections/_gallery.html.twig', {block: block, count: mobile ? 1 : (classType !='normal' ? blocks|length >= 4 ? 1 : blocks|length == 3 ? 1 : blocks|length == 2 ? 1 : blocks|length == 1 and classType =='big_column_right' or classType == 'big_column_left' ? 1 : 3 : 3)}) }}\n
                    {% elseif block.type == 'logotypes' %}\n
                        {{ include('@openform_front_templates/_blocks_sections/_logotypes.html.twig', {block: block, count: classType !='normal' ? blocks|length >= 4 ? 2 : blocks|length == 3 ? 3 : blocks|length == 2 ? 4 : blocks|length == 1 and classType =='big_column_right' or classType == 'big_column_left' ? 3 : 7 : 7 })  }}\n
                    {% elseif block.type == 'links' %}\n
                        {{ include('@openform_front_templates/_blocks_sections/_links.html.twig', {block: block}) }}\n
                    {% elseif block.type == 'filesets' %}\n
                        {{ include('@openform_front_templates/_blocks_sections/_filesets.html.twig', {block: block}) }}\n
                    {% elseif block.type == 'sponsors' %}\n
                        {{ include('@openform_front_templates/_blocks_sections/_sponsors.html.twig', {block: block}) }}\n
                    {% endif %}\n
                {% endfor %}\n
            </div>\n
    \n
            {# linia oddzielająca jesli zdefiniowana #}\n
            {% if section.hrWeight|default(0) > 0 %}\n
                <hr class="block-container__line" style="height: {{section.hrWeight}}px; background: {{section.hrBackground|default('transparent') }};"/>\n
            {% endif %}\n
    \n
            </div>\n
    \n
        {% endif %}\n
    \n
    \n
    {% endfor %}\n
    </div>
    """
  trace: {
    /var/www/php81/fpd.in.openform.pl/src/Package/Openform/Front/Templates/_blocks_sections/block.html.twig:2 {
      Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
      › <div class="js-section">{% set mobile = openform_front_util.isMobileDevice() %}{% for section in sections|default([]) %}
    }
    /var/www/php81/fpd.in.openform.pl/vendor/twig/twig/src/Template.php:367 {
      Twig\Template->display(array $context, array $blocks = []) …
      › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
    }
    /var/www/php81/fpd.in.openform.pl/var/cache/dev/twig/35/35d8aaedea1f1bbfc0ad8970b62c1e60.php:105 {
      __TwigTemplate_1be13b4975c5c5099daffb22e43f460e->block_content($context, array $blocks = []) …
      › echo "    ";$this->loadTemplate("@openform_front_templates/_blocks_sections/block.html.twig", "@openform_front_templates/Index/index.html.twig", 14)->display(twig_array_merge($context, ["sections" => (((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["openform_front_util"]) || array_key_exists("openform_front_util", $context) ? $context["openform_front_util"] : (function () { throw new RuntimeError('Variable "openform_front_util" does not exist.', 14, $this->source); })()), "getSections", [(isset($context["entity"]) || array_key_exists("entity", $context) ? $context["entity"] : (function () { throw new RuntimeError('Variable "entity" does not exist.', 14, $this->source); })())], "method", false, false, false, 14)) > 0)) ? (twig_slice($this->env, twig_get_attribute($this->env, $this->source, (isset($context["openform_front_util"]) || array_key_exists("openform_front_util", $context) ? $context["openform_front_util"] : (function () { throw new RuntimeError('Variable "openform_front_util" does not exist.', 14, $this->source); })()), "getSections", [(isset($context["entity"]) || array_key_exists("entity", $context) ? $context["entity"] : (function () { throw new RuntimeError('Variable "entity" does not exist.', 14, $this->source); })())], "method", false, false, false, 14), 0, 1)) : (""))]));// line 15
    }
    /var/www/php81/fpd.in.openform.pl/vendor/twig/twig/src/Template.php:171 {
      Twig\Template->displayBlock($name, array $context, array $blocks = [], $useBlocks = true, self $templateContext = null) …
      › try {    $template->$block($context, $blocks);} catch (Error $e) {
    }
    /var/www/php81/fpd.in.openform.pl/src/Package/Openform/Front/Templates/base.html.twig:59 {
      __TwigTemplate_974a840484d2dfffa256316eeb78c809->doDisplay(array $context, array $blocks = []) …
      › <main class="body-wrap js-body-wrap {% block contentClass %}{% endblock %}"  id="main-content" style="{% if rootParent is defined and rootParent.headerHeight is defined and rootParent.headerHeight %}padding-top: {{rootParent.headerHeight > 20 ? rootParent.headerHeight - 20 : 0}}px;{% endif %} {% if entity.background is defined or rootParent.background is defined %}background-color: {{entity.background is defined and entity.background|length > 0 and entity.background ? entity.background : rootParent.background is defined and rootParent.background|length > 0 ? rootParent.background}}{% endif %}" >    {% block content %}{% endblock %}</main>
    }
    /var/www/php81/fpd.in.openform.pl/vendor/twig/twig/src/Template.php:394 {
      Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
      › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
    }
    /var/www/php81/fpd.in.openform.pl/vendor/twig/twig/src/Template.php:367 {
      Twig\Template->display(array $context, array $blocks = []) …
      › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
    }
    /var/www/php81/fpd.in.openform.pl/var/cache/dev/twig/35/35d8aaedea1f1bbfc0ad8970b62c1e60.php:60 {
      __TwigTemplate_1be13b4975c5c5099daffb22e43f460e->doDisplay(array $context, array $blocks = []) …
      › $this->parent = $this->loadTemplate("@openform_front_templates/base.html.twig", "@openform_front_templates/Index/index.html.twig", 1);$this->parent->display($context, array_merge($this->blocks, $blocks));}
    /var/www/php81/fpd.in.openform.pl/vendor/twig/twig/src/Template.php:394 {
      Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
      › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
    }
    /var/www/php81/fpd.in.openform.pl/vendor/twig/twig/src/Template.php:367 {
      Twig\Template->display(array $context, array $blocks = []) …
      › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
    }
    /var/www/php81/fpd.in.openform.pl/vendor/twig/twig/src/Template.php:379 {
      Twig\Template->render(array $context) …
      › try {    $this->display($context);} catch (\Throwable $e) {
    }
    /var/www/php81/fpd.in.openform.pl/vendor/twig/twig/src/TemplateWrapper.php:40 {
      Twig\TemplateWrapper->render(array $context = []): string …
      ›     // as it should only be used by internal code    return $this->template->render($context, \func_get_args()[1] ?? []);}
    }
    /var/www/php81/fpd.in.openform.pl/vendor/twig/twig/src/Environment.php:280 {
      Twig\Environment->render($name, array $context = []): string …
      › {    return $this->load($name)->render($context);}
    }
    /var/www/php81/fpd.in.openform.pl/vendor/symfony/framework-bundle/Controller/AbstractController.php:258 {
      Symfony\Bundle\FrameworkBundle\Controller\AbstractController->renderView(string $view, array $parameters = []): string …
      › 
      ›     return $this->container->get('twig')->render($view, $parameters);}
    }
    /var/www/php81/fpd.in.openform.pl/vendor/symfony/framework-bundle/Controller/AbstractController.php:266 {
      Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], Response $response = null): Response …
      › {    $content = $this->renderView($view, $parameters);}
    /var/www/php81/fpd.in.openform.pl/src/Package/Openform/Front/Controller/IndexController.php:44 {
      App\Package\Openform\Front\Controller\IndexController->indexAction(Request $request): Response …
      › 'entity' => $entity,'featuredNews' => $newsFrontRepo->getHomePageFeaturedNews($request->getLocale()),//'remainingNews' => $newsFrontRepo->getRemainingNews($request->getLocale()),
    }
    /var/www/php81/fpd.in.openform.pl/vendor/symfony/http-kernel/HttpKernel.php:163 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › // call controller$response = $controller(...$arguments);}
    /var/www/php81/fpd.in.openform.pl/vendor/symfony/http-kernel/HttpKernel.php:75 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
    }
    /var/www/php81/fpd.in.openform.pl/vendor/symfony/http-kernel/Kernel.php:202 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    }
    /var/www/php81/fpd.in.openform.pl/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);    $response->send();
    }
    /var/www/php81/fpd.in.openform.pl/vendor/autoload_runtime.php:35 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /var/www/php81/fpd.in.openform.pl/public_html/app.php:11 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/var/www/php81/fpd.in.openform.pl/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#785 …9}

Request Headers

Header Value
connection
"Keep-Alive"
host
"fpd.in.openform.pl"
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
"Sun, 04 May 2025 05:56:03 GMT"
vary
"Accept"
x-debug-exception
"An%20exception%20has%20been%20thrown%20during%20the%20rendering%20of%20a%20template%20%28%22Warning%3A%20Undefined%20array%20key%20%22HTTP_USER_AGENT%22%22%29."
x-debug-exception-file
"%2Fvar%2Fwww%2Fphp81%2Ffpd.in.openform.pl%2Fsrc%2FPackage%2FOpenform%2FFront%2FTemplates%2F_blocks_sections%2Fblock.html.twig:2"
x-debug-token
"3f5770"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session 6

Session Metadata

Key Value
Created
"Sun, 04 May 25 07:56:03 +0200"
Last used
"Sun, 04 May 25 07:56:03 +0200"
Lifetime
604800

Session Attributes

Attribute Value
locale
"pl"

Session Usage

6 Usages
Stateless check enabled
Usage
App\Package\Toolkit\Listener\LocaleListener\LocaleListener:82
[
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/src/Package/Toolkit/Listener/LocaleListener/LocaleListener.php"
    "line" => 82
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelRequest"
    "class" => "App\Package\Toolkit\Listener\LocaleListener\LocaleListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/autoload_runtime.php"
    "line" => 35
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/public_html/app.php"
    "line" => 11
    "args" => [
      "/var/www/php81/fpd.in.openform.pl/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:72
[
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 72
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 184
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 91
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 223
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 86
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/autoload_runtime.php"
    "line" => 35
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/public_html/app.php"
    "line" => 11
    "args" => [
      "/var/www/php81/fpd.in.openform.pl/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:73
[
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 73
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 184
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 91
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 223
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 86
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/autoload_runtime.php"
    "line" => 35
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/public_html/app.php"
    "line" => 11
    "args" => [
      "/var/www/php81/fpd.in.openform.pl/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:74
[
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 74
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 184
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 91
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 223
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 86
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/autoload_runtime.php"
    "line" => 35
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/public_html/app.php"
    "line" => 11
    "args" => [
      "/var/www/php81/fpd.in.openform.pl/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:75
[
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 75
    "function" => "all"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 184
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 91
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 223
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 86
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/autoload_runtime.php"
    "line" => 35
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/public_html/app.php"
    "line" => 11
    "args" => [
      "/var/www/php81/fpd.in.openform.pl/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:76
[
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 76
    "function" => "getFlashBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 184
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 91
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 223
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 86
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/vendor/autoload_runtime.php"
    "line" => 35
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/php81/fpd.in.openform.pl/public_html/app.php"
    "line" => 11
    "args" => [
      "/var/www/php81/fpd.in.openform.pl/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_ENV
"dev"
APP_HOST
"fpd.in.openform.pl"
APP_SECRET
"er378679mfh5dazqi845jv4sdk9uby2SFl5GHjoerp109as"
APP_TESTING
"1"
DATABASE_URL
"mysql://fpd:df5tgh7uJi9kkj7h@localhost:3306/fpd?serverVersion=5.7"
FRESHAPI_KEY
""
FRESHAPI_LIST
""
FRESHAPI_SECRET
""
MAILER_URL
"smtp://symfony@openform.pl:c0S,z7P{y0@poczta68862.tld.pl:587?encryption=tls&auth_mode=login"
TRUSTED_HEADRES
"access-control-allow-origin,x-requested-with"
TRUSTED_ORIGINS
"*"
TRUSTED_PROXIES
"127.0.0.1,195.150.52.166"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTEXT_DOCUMENT_ROOT
"/var/www/php81/fpd.in.openform.pl/public_html"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/var/www/php81/fpd.in.openform.pl/public_html"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/var/www"
HTTP_CONNECTION
"Keep-Alive"
HTTP_HOST
"fpd.in.openform.pl"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin"
PHP_SELF
"/app.php"
QUERY_STRING
""
REDIRECT_STATUS
"200"
REDIRECT_URL
"/"
REMOTE_ADDR
"87.106.134.37"
REMOTE_PORT
"7009"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"http"
REQUEST_TIME
1746338163
REQUEST_TIME_FLOAT
1746338163.4233
REQUEST_URI
"/"
SCRIPT_FILENAME
"/var/www/php81/fpd.in.openform.pl/public_html/app.php"
SCRIPT_NAME
"/app.php"
SERVER_ADDR
"192.168.27.113"
SERVER_ADMIN
"[no address given]"
SERVER_NAME
"fpd.in.openform.pl"
SERVER_PORT
"80"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
"<address>Apache/2.4.41 (Ubuntu) Server at fpd.in.openform.pl Port 80</address>\n"
SERVER_SOFTWARE
"Apache/2.4.41 (Ubuntu)"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,APP_HOST,TRUSTED_PROXIES,MAILER_URL,DATABASE_URL,FRESHAPI_KEY,FRESHAPI_SECRET,FRESHAPI_LIST,APP_TESTING,TRUSTED_HEADRES,TRUSTED_ORIGINS"
USER
"www-data"
proxy-nokeepalive
"1"

Parent Request

Return to parent request (token = 75c2b6)

Key Value
_controller
"App\Package\Openform\Front\Controller\IndexController::indexAction"
_remove_csp_headers
true
_route
"index_default"
_route_params
[]
_stopwatch_token
"51a0cc"