Ergebnis 1 bis 3 von 3

Thema: Debug-Modus mit RuntimeError und TypeError

  1. #1
    Contao-Urgestein
    Registriert seit
    20.09.2012.
    Ort
    Lüneburger Heide
    Beiträge
    1.989
    Partner-ID
    12207
    User beschenken
    Wunschliste
    Contao-Projekt unterstützen

    Support Contao

    Standard Debug-Modus mit RuntimeError und TypeError

    Moin Zusammen,

    ich schaue mir gerade die ContaoOfficialDemo mit Contao 5.3.1 etwas an.
    Im Debug-Modus erscheint ein Fehler 500 wenn ich auf den Benutzernamen klicke.

    c5-cod-debug-username.png
    c5-cod-debug-username-error.png

    Contao: 5.3.1
    Theme: COD
    Hoster: AllInkl
    PHP 8.2

    composer.json:
    Code:
    {
        "name": "contao/contao-demo",
        "type": "contao-theme",
        "description": "This is an example website for Contao, a powerful open source CMS that allows you to create professional websites and scalable web applications.",
        "version": "5.3",
        "license": "CC-BY-SA-4.0",
        "authors": [
            {
                "name": "Sascha Müller",
                "homepage": "https://github.com/sascha-mueller"
            },
            {
                "name": "Contao Community",
                "homepage": "https://to.contao.org/demo-contributors"
            }
        ],
        "funding": [
            {
                "type": "other",
                "url": "https://to.contao.org/donate"
            }
        ],
        "support": {
            "issues": "https://github.com/contao/contao-demo/issues",
            "forum": "https://community.contao.org",
            "source": "https://github.com/contao/contao-demo",
            "docs": "https://docs.contao.org"
        },
        "require": {
            "contao/calendar-bundle": "5.3.*",
            "contao/comments-bundle": "5.3.*",
            "contao/conflicts": "@dev",
            "contao/faq-bundle": "5.3.*",
            "contao/listing-bundle": "5.3.*",
            "contao/manager-bundle": "5.3.*",
            "contao/news-bundle": "5.3.*",
            "contao/newsletter-bundle": "5.3.*"
        },
        "extra": {
            "contao-component-dir": "assets"
        },
        "scripts": {
            "post-install-cmd": [
                "@php vendor/bin/contao-setup"
            ],
            "post-update-cmd": [
                "@php vendor/bin/contao-setup"
            ]
        },
        "config": {
            "allow-plugins": {
                "contao-components/installer": true,
                "php-http/discovery": true,
                "contao/manager-plugin": true
            }
        }
    }
    StackTrace Runtime Error:
    Code:
    Twig\Error\RuntimeError:
    An exception has been thrown during the rendering of a template ("Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector::getVoters(): Return value must be of type Symfony\Component\VarDumper\Cloner\Data|array, null returned").
    
      at vendor/symfony/security-bundle/Resources/views/Collector/security.html.twig:394
      at Twig\Template->displayBlock('panel', array('token' => '572aac', 'profile' => object(Profile), 'collector' => object(SecurityDataCollector), 'panel' => 'security', 'page' => 'home', 'request' => object(Request), 'templates' => array('request' => '@WebProfiler/Collector/request.html.twig', 'command' => '@WebProfiler/Collector/command.html.twig', 'time' => '@WebProfiler/Collector/time.html.twig', 'memory' => '@WebProfiler/Collector/memory.html.twig', 'ajax' => '@WebProfiler/Collector/ajax.html.twig', 'exception' => '@WebProfiler/Collector/exception.html.twig', 'logger' => '@WebProfiler/Collector/logger.html.twig', 'events' => '@WebProfiler/Collector/events.html.twig', 'router' => '@WebProfiler/Collector/router.html.twig', 'cache' => '@WebProfiler/Collector/cache.html.twig', 'translation' => '@WebProfiler/Collector/translation.html.twig', 'security' => '@Security/Collector/security.html.twig', 'twig' => '@WebProfiler/Collector/twig.html.twig', 'db' => '@Doctrine/Collector/db.html.twig', 'http_client' => '@WebProfiler/Collector/http_client.html.twig', 'dump' => '@Debug/Profiler/dump.html.twig', 'messenger' => '@WebProfiler/Collector/messenger.html.twig', 'mailer' => '@WebProfiler/Collector/mailer.html.twig', 'contao' => '@ContaoCore/Collector/contao.html.twig', 'config' => '@WebProfiler/Collector/config.html.twig'), 'is_ajax' => false, 'profiler_markup_version' => 3, 'profile_type' => 'request', 'csp_script_nonce' => 'ea72a9b17e4ac7b88c99ba9d29aaac1f', 'csp_style_nonce' => 'f3d22c6c443e1a0581d764fa042dcf39', 'contao' => object(ContaoVariable), 'request_token' => object(Stringable@anonymous), 'app' => object(AppVariable), 'request_collector' => object(RequestDataCollector), 'status_code' => 200, 'favicon_color' => '000000'), array('title' => array(object(__TwigTemplate_897c17267b2b409f378f9a4ee0e068d2), 'block_title'), 'head' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_head'), 'stylesheets' => array(object(__TwigTemplate_897c17267b2b409f378f9a4ee0e068d2), 'block_stylesheets'), 'javascripts' => array(object(__TwigTemplate_897c17267b2b409f378f9a4ee0e068d2), 'block_javascripts'), 'body' => array(object(__TwigTemplate_119163302478d3392a15d360cb719990), 'block_body'), 'summary' => array(object(__TwigTemplate_119163302478d3392a15d360cb719990), 'block_summary'), 'sidebar' => array(object(__TwigTemplate_119163302478d3392a15d360cb719990), 'block_sidebar'), 'sidebar_shortcuts_links' => array(object(__TwigTemplate_119163302478d3392a15d360cb719990), 'block_sidebar_shortcuts_links'), 'panel' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_panel'), 'page_title' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_page_title'), 'toolbar' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_toolbar'), 'menu' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_menu')))
         (var/cache/dev/twig/62/628cd4749ce91e23f17b3f3a374a8200.php:102)
      at __TwigTemplate_119163302478d3392a15d360cb719990->block_body(array('token' => '572aac', 'profile' => object(Profile), 'collector' => object(SecurityDataCollector), 'panel' => 'security', 'page' => 'home', 'request' => object(Request), 'templates' => array('request' => '@WebProfiler/Collector/request.html.twig', 'command' => '@WebProfiler/Collector/command.html.twig', 'time' => '@WebProfiler/Collector/time.html.twig', 'memory' => '@WebProfiler/Collector/memory.html.twig', 'ajax' => '@WebProfiler/Collector/ajax.html.twig', 'exception' => '@WebProfiler/Collector/exception.html.twig', 'logger' => '@WebProfiler/Collector/logger.html.twig', 'events' => '@WebProfiler/Collector/events.html.twig', 'router' => '@WebProfiler/Collector/router.html.twig', 'cache' => '@WebProfiler/Collector/cache.html.twig', 'translation' => '@WebProfiler/Collector/translation.html.twig', 'security' => '@Security/Collector/security.html.twig', 'twig' => '@WebProfiler/Collector/twig.html.twig', 'db' => '@Doctrine/Collector/db.html.twig', 'http_client' => '@WebProfiler/Collector/http_client.html.twig', 'dump' => '@Debug/Profiler/dump.html.twig', 'messenger' => '@WebProfiler/Collector/messenger.html.twig', 'mailer' => '@WebProfiler/Collector/mailer.html.twig', 'contao' => '@ContaoCore/Collector/contao.html.twig', 'config' => '@WebProfiler/Collector/config.html.twig'), 'is_ajax' => false, 'profiler_markup_version' => 3, 'profile_type' => 'request', 'csp_script_nonce' => 'ea72a9b17e4ac7b88c99ba9d29aaac1f', 'csp_style_nonce' => 'f3d22c6c443e1a0581d764fa042dcf39', 'contao' => object(ContaoVariable), 'request_token' => object(Stringable@anonymous), 'app' => object(AppVariable), 'request_collector' => object(RequestDataCollector), 'status_code' => 200, 'favicon_color' => '000000'), array('title' => array(object(__TwigTemplate_897c17267b2b409f378f9a4ee0e068d2), 'block_title'), 'head' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_head'), 'stylesheets' => array(object(__TwigTemplate_897c17267b2b409f378f9a4ee0e068d2), 'block_stylesheets'), 'javascripts' => array(object(__TwigTemplate_897c17267b2b409f378f9a4ee0e068d2), 'block_javascripts'), 'body' => array(object(__TwigTemplate_119163302478d3392a15d360cb719990), 'block_body'), 'summary' => array(object(__TwigTemplate_119163302478d3392a15d360cb719990), 'block_summary'), 'sidebar' => array(object(__TwigTemplate_119163302478d3392a15d360cb719990), 'block_sidebar'), 'sidebar_shortcuts_links' => array(object(__TwigTemplate_119163302478d3392a15d360cb719990), 'block_sidebar_shortcuts_links'), 'panel' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_panel'), 'page_title' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_page_title'), 'toolbar' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_toolbar'), 'menu' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_menu')))
         (vendor/twig/twig/src/Template.php:171)
      at Twig\Template->displayBlock('body', array('token' => '572aac', 'profile' => object(Profile), 'collector' => object(SecurityDataCollector), 'panel' => 'security', 'page' => 'home', 'request' => object(Request), 'templates' => array('request' => '@WebProfiler/Collector/request.html.twig', 'command' => '@WebProfiler/Collector/command.html.twig', 'time' => '@WebProfiler/Collector/time.html.twig', 'memory' => '@WebProfiler/Collector/memory.html.twig', 'ajax' => '@WebProfiler/Collector/ajax.html.twig', 'exception' => '@WebProfiler/Collector/exception.html.twig', 'logger' => '@WebProfiler/Collector/logger.html.twig', 'events' => '@WebProfiler/Collector/events.html.twig', 'router' => '@WebProfiler/Collector/router.html.twig', 'cache' => '@WebProfiler/Collector/cache.html.twig', 'translation' => '@WebProfiler/Collector/translation.html.twig', 'security' => '@Security/Collector/security.html.twig', 'twig' => '@WebProfiler/Collector/twig.html.twig', 'db' => '@Doctrine/Collector/db.html.twig', 'http_client' => '@WebProfiler/Collector/http_client.html.twig', 'dump' => '@Debug/Profiler/dump.html.twig', 'messenger' => '@WebProfiler/Collector/messenger.html.twig', 'mailer' => '@WebProfiler/Collector/mailer.html.twig', 'contao' => '@ContaoCore/Collector/contao.html.twig', 'config' => '@WebProfiler/Collector/config.html.twig'), 'is_ajax' => false, 'profiler_markup_version' => 3, 'profile_type' => 'request', 'csp_script_nonce' => 'ea72a9b17e4ac7b88c99ba9d29aaac1f', 'csp_style_nonce' => 'f3d22c6c443e1a0581d764fa042dcf39', 'contao' => object(ContaoVariable), 'request_token' => object(Stringable@anonymous), 'app' => object(AppVariable), 'request_collector' => object(RequestDataCollector), 'status_code' => 200, 'favicon_color' => '000000'), array('title' => array(object(__TwigTemplate_897c17267b2b409f378f9a4ee0e068d2), 'block_title'), 'head' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_head'), 'stylesheets' => array(object(__TwigTemplate_897c17267b2b409f378f9a4ee0e068d2), 'block_stylesheets'), 'javascripts' => array(object(__TwigTemplate_897c17267b2b409f378f9a4ee0e068d2), 'block_javascripts'), 'body' => array(object(__TwigTemplate_119163302478d3392a15d360cb719990), 'block_body'), 'summary' => array(object(__TwigTemplate_119163302478d3392a15d360cb719990), 'block_summary'), 'sidebar' => array(object(__TwigTemplate_119163302478d3392a15d360cb719990), 'block_sidebar'), 'sidebar_shortcuts_links' => array(object(__TwigTemplate_119163302478d3392a15d360cb719990), 'block_sidebar_shortcuts_links'), 'panel' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_panel'), 'page_title' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_page_title'), 'toolbar' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_toolbar'), 'menu' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_menu')))
         (var/cache/dev/twig/b8/b8de6f16413a5b5b8d7be55d6494893b.php:110)
      at __TwigTemplate_897c17267b2b409f378f9a4ee0e068d2->doDisplay(array('token' => '572aac', 'profile' => object(Profile), 'collector' => object(SecurityDataCollector), 'panel' => 'security', 'page' => 'home', 'request' => object(Request), 'templates' => array('request' => '@WebProfiler/Collector/request.html.twig', 'command' => '@WebProfiler/Collector/command.html.twig', 'time' => '@WebProfiler/Collector/time.html.twig', 'memory' => '@WebProfiler/Collector/memory.html.twig', 'ajax' => '@WebProfiler/Collector/ajax.html.twig', 'exception' => '@WebProfiler/Collector/exception.html.twig', 'logger' => '@WebProfiler/Collector/logger.html.twig', 'events' => '@WebProfiler/Collector/events.html.twig', 'router' => '@WebProfiler/Collector/router.html.twig', 'cache' => '@WebProfiler/Collector/cache.html.twig', 'translation' => '@WebProfiler/Collector/translation.html.twig', 'security' => '@Security/Collector/security.html.twig', 'twig' => '@WebProfiler/Collector/twig.html.twig', 'db' => '@Doctrine/Collector/db.html.twig', 'http_client' => '@WebProfiler/Collector/http_client.html.twig', 'dump' => '@Debug/Profiler/dump.html.twig', 'messenger' => '@WebProfiler/Collector/messenger.html.twig', 'mailer' => '@WebProfiler/Collector/mailer.html.twig', 'contao' => '@ContaoCore/Collector/contao.html.twig', 'config' => '@WebProfiler/Collector/config.html.twig'), 'is_ajax' => false, 'profiler_markup_version' => 3, 'profile_type' => 'request', 'csp_script_nonce' => 'ea72a9b17e4ac7b88c99ba9d29aaac1f', 'csp_style_nonce' => 'f3d22c6c443e1a0581d764fa042dcf39', 'contao' => object(ContaoVariable), 'request_token' => object(Stringable@anonymous), 'app' => object(AppVariable), 'request_collector' => object(RequestDataCollector), 'status_code' => 200, 'favicon_color' => '000000'), array('title' => array(object(__TwigTemplate_897c17267b2b409f378f9a4ee0e068d2), 'block_title'), 'head' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_head'), 'stylesheets' => array(object(__TwigTemplate_897c17267b2b409f378f9a4ee0e068d2), 'block_stylesheets'), 'javascripts' => array(object(__TwigTemplate_897c17267b2b409f378f9a4ee0e068d2), 'block_javascripts'), 'body' => array(object(__TwigTemplate_119163302478d3392a15d360cb719990), 'block_body'), 'summary' => array(object(__TwigTemplate_119163302478d3392a15d360cb719990), 'block_summary'), 'sidebar' => array(object(__TwigTemplate_119163302478d3392a15d360cb719990), 'block_sidebar'), 'sidebar_shortcuts_links' => array(object(__TwigTemplate_119163302478d3392a15d360cb719990), 'block_sidebar_shortcuts_links'), 'panel' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_panel'), 'page_title' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_page_title'), 'toolbar' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_toolbar'), 'menu' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_menu')))
         (vendor/twig/twig/src/Template.php:394)
      at Twig\Template->displayWithErrorHandling(array('token' => '572aac', 'profile' => object(Profile), 'collector' => object(SecurityDataCollector), 'panel' => 'security', 'page' => 'home', 'request' => object(Request), 'templates' => array('request' => '@WebProfiler/Collector/request.html.twig', 'command' => '@WebProfiler/Collector/command.html.twig', 'time' => '@WebProfiler/Collector/time.html.twig', 'memory' => '@WebProfiler/Collector/memory.html.twig', 'ajax' => '@WebProfiler/Collector/ajax.html.twig', 'exception' => '@WebProfiler/Collector/exception.html.twig', 'logger' => '@WebProfiler/Collector/logger.html.twig', 'events' => '@WebProfiler/Collector/events.html.twig', 'router' => '@WebProfiler/Collector/router.html.twig', 'cache' => '@WebProfiler/Collector/cache.html.twig', 'translation' => '@WebProfiler/Collector/translation.html.twig', 'security' => '@Security/Collector/security.html.twig', 'twig' => '@WebProfiler/Collector/twig.html.twig', 'db' => '@Doctrine/Collector/db.html.twig', 'http_client' => '@WebProfiler/Collector/http_client.html.twig', 'dump' => '@Debug/Profiler/dump.html.twig', 'messenger' => '@WebProfiler/Collector/messenger.html.twig', 'mailer' => '@WebProfiler/Collector/mailer.html.twig', 'contao' => '@ContaoCore/Collector/contao.html.twig', 'config' => '@WebProfiler/Collector/config.html.twig'), 'is_ajax' => false, 'profiler_markup_version' => 3, 'profile_type' => 'request', 'csp_script_nonce' => 'ea72a9b17e4ac7b88c99ba9d29aaac1f', 'csp_style_nonce' => 'f3d22c6c443e1a0581d764fa042dcf39', 'contao' => object(ContaoVariable), 'request_token' => object(Stringable@anonymous), 'app' => object(AppVariable)), array('title' => array(object(__TwigTemplate_897c17267b2b409f378f9a4ee0e068d2), 'block_title'), 'head' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_head'), 'stylesheets' => array(object(__TwigTemplate_897c17267b2b409f378f9a4ee0e068d2), 'block_stylesheets'), 'javascripts' => array(object(__TwigTemplate_897c17267b2b409f378f9a4ee0e068d2), 'block_javascripts'), 'body' => array(object(__TwigTemplate_119163302478d3392a15d360cb719990), 'block_body'), 'summary' => array(object(__TwigTemplate_119163302478d3392a15d360cb719990), 'block_summary'), 'sidebar' => array(object(__TwigTemplate_119163302478d3392a15d360cb719990), 'block_sidebar'), 'sidebar_shortcuts_links' => array(object(__TwigTemplate_119163302478d3392a15d360cb719990), 'block_sidebar_shortcuts_links'), 'panel' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_panel'), 'page_title' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_page_title'), 'toolbar' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_toolbar'), 'menu' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_menu')))
         (vendor/twig/twig/src/Template.php:367)
      at Twig\Template->display(array('token' => '572aac', 'profile' => object(Profile), 'collector' => object(SecurityDataCollector), 'panel' => 'security', 'page' => 'home', 'request' => object(Request), 'templates' => array('request' => '@WebProfiler/Collector/request.html.twig', 'command' => '@WebProfiler/Collector/command.html.twig', 'time' => '@WebProfiler/Collector/time.html.twig', 'memory' => '@WebProfiler/Collector/memory.html.twig', 'ajax' => '@WebProfiler/Collector/ajax.html.twig', 'exception' => '@WebProfiler/Collector/exception.html.twig', 'logger' => '@WebProfiler/Collector/logger.html.twig', 'events' => '@WebProfiler/Collector/events.html.twig', 'router' => '@WebProfiler/Collector/router.html.twig', 'cache' => '@WebProfiler/Collector/cache.html.twig', 'translation' => '@WebProfiler/Collector/translation.html.twig', 'security' => '@Security/Collector/security.html.twig', 'twig' => '@WebProfiler/Collector/twig.html.twig', 'db' => '@Doctrine/Collector/db.html.twig', 'http_client' => '@WebProfiler/Collector/http_client.html.twig', 'dump' => '@Debug/Profiler/dump.html.twig', 'messenger' => '@WebProfiler/Collector/messenger.html.twig', 'mailer' => '@WebProfiler/Collector/mailer.html.twig', 'contao' => '@ContaoCore/Collector/contao.html.twig', 'config' => '@WebProfiler/Collector/config.html.twig'), 'is_ajax' => false, 'profiler_markup_version' => 3, 'profile_type' => 'request', 'csp_script_nonce' => 'ea72a9b17e4ac7b88c99ba9d29aaac1f', 'csp_style_nonce' => 'f3d22c6c443e1a0581d764fa042dcf39', 'contao' => object(ContaoVariable), 'request_token' => object(Stringable@anonymous), 'app' => object(AppVariable)), array('body' => array(object(__TwigTemplate_119163302478d3392a15d360cb719990), 'block_body'), 'summary' => array(object(__TwigTemplate_119163302478d3392a15d360cb719990), 'block_summary'), 'sidebar' => array(object(__TwigTemplate_119163302478d3392a15d360cb719990), 'block_sidebar'), 'sidebar_shortcuts_links' => array(object(__TwigTemplate_119163302478d3392a15d360cb719990), 'block_sidebar_shortcuts_links'), 'panel' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_panel'), 'page_title' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_page_title'), 'head' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_head'), 'toolbar' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_toolbar'), 'menu' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_menu')))
         (var/cache/dev/twig/62/628cd4749ce91e23f17b3f3a374a8200.php:52)
      at __TwigTemplate_119163302478d3392a15d360cb719990->doDisplay(array('token' => '572aac', 'profile' => object(Profile), 'collector' => object(SecurityDataCollector), 'panel' => 'security', 'page' => 'home', 'request' => object(Request), 'templates' => array('request' => '@WebProfiler/Collector/request.html.twig', 'command' => '@WebProfiler/Collector/command.html.twig', 'time' => '@WebProfiler/Collector/time.html.twig', 'memory' => '@WebProfiler/Collector/memory.html.twig', 'ajax' => '@WebProfiler/Collector/ajax.html.twig', 'exception' => '@WebProfiler/Collector/exception.html.twig', 'logger' => '@WebProfiler/Collector/logger.html.twig', 'events' => '@WebProfiler/Collector/events.html.twig', 'router' => '@WebProfiler/Collector/router.html.twig', 'cache' => '@WebProfiler/Collector/cache.html.twig', 'translation' => '@WebProfiler/Collector/translation.html.twig', 'security' => '@Security/Collector/security.html.twig', 'twig' => '@WebProfiler/Collector/twig.html.twig', 'db' => '@Doctrine/Collector/db.html.twig', 'http_client' => '@WebProfiler/Collector/http_client.html.twig', 'dump' => '@Debug/Profiler/dump.html.twig', 'messenger' => '@WebProfiler/Collector/messenger.html.twig', 'mailer' => '@WebProfiler/Collector/mailer.html.twig', 'contao' => '@ContaoCore/Collector/contao.html.twig', 'config' => '@WebProfiler/Collector/config.html.twig'), 'is_ajax' => false, 'profiler_markup_version' => 3, 'profile_type' => 'request', 'csp_script_nonce' => 'ea72a9b17e4ac7b88c99ba9d29aaac1f', 'csp_style_nonce' => 'f3d22c6c443e1a0581d764fa042dcf39', 'contao' => object(ContaoVariable), 'request_token' => object(Stringable@anonymous), 'app' => object(AppVariable)), array('body' => array(object(__TwigTemplate_119163302478d3392a15d360cb719990), 'block_body'), 'summary' => array(object(__TwigTemplate_119163302478d3392a15d360cb719990), 'block_summary'), 'sidebar' => array(object(__TwigTemplate_119163302478d3392a15d360cb719990), 'block_sidebar'), 'sidebar_shortcuts_links' => array(object(__TwigTemplate_119163302478d3392a15d360cb719990), 'block_sidebar_shortcuts_links'), 'panel' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_panel'), 'page_title' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_page_title'), 'head' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_head'), 'toolbar' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_toolbar'), 'menu' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_menu')))
         (vendor/twig/twig/src/Template.php:394)
      at Twig\Template->displayWithErrorHandling(array('token' => '572aac', 'profile' => object(Profile), 'collector' => object(SecurityDataCollector), 'panel' => 'security', 'page' => 'home', 'request' => object(Request), 'templates' => array('request' => '@WebProfiler/Collector/request.html.twig', 'command' => '@WebProfiler/Collector/command.html.twig', 'time' => '@WebProfiler/Collector/time.html.twig', 'memory' => '@WebProfiler/Collector/memory.html.twig', 'ajax' => '@WebProfiler/Collector/ajax.html.twig', 'exception' => '@WebProfiler/Collector/exception.html.twig', 'logger' => '@WebProfiler/Collector/logger.html.twig', 'events' => '@WebProfiler/Collector/events.html.twig', 'router' => '@WebProfiler/Collector/router.html.twig', 'cache' => '@WebProfiler/Collector/cache.html.twig', 'translation' => '@WebProfiler/Collector/translation.html.twig', 'security' => '@Security/Collector/security.html.twig', 'twig' => '@WebProfiler/Collector/twig.html.twig', 'db' => '@Doctrine/Collector/db.html.twig', 'http_client' => '@WebProfiler/Collector/http_client.html.twig', 'dump' => '@Debug/Profiler/dump.html.twig', 'messenger' => '@WebProfiler/Collector/messenger.html.twig', 'mailer' => '@WebProfiler/Collector/mailer.html.twig', 'contao' => '@ContaoCore/Collector/contao.html.twig', 'config' => '@WebProfiler/Collector/config.html.twig'), 'is_ajax' => false, 'profiler_markup_version' => 3, 'profile_type' => 'request', 'csp_script_nonce' => 'ea72a9b17e4ac7b88c99ba9d29aaac1f', 'csp_style_nonce' => 'f3d22c6c443e1a0581d764fa042dcf39', 'contao' => object(ContaoVariable), 'request_token' => object(Stringable@anonymous), 'app' => object(AppVariable)), array('body' => array(object(__TwigTemplate_119163302478d3392a15d360cb719990), 'block_body'), 'summary' => array(object(__TwigTemplate_119163302478d3392a15d360cb719990), 'block_summary'), 'sidebar' => array(object(__TwigTemplate_119163302478d3392a15d360cb719990), 'block_sidebar'), 'sidebar_shortcuts_links' => array(object(__TwigTemplate_119163302478d3392a15d360cb719990), 'block_sidebar_shortcuts_links'), 'panel' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_panel'), 'page_title' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_page_title'), 'head' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_head'), 'toolbar' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_toolbar'), 'menu' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_menu')))
         (vendor/twig/twig/src/Template.php:367)
      at Twig\Template->display(array('token' => '572aac', 'profile' => object(Profile), 'collector' => object(SecurityDataCollector), 'panel' => 'security', 'page' => 'home', 'request' => object(Request), 'templates' => array('request' => '@WebProfiler/Collector/request.html.twig', 'command' => '@WebProfiler/Collector/command.html.twig', 'time' => '@WebProfiler/Collector/time.html.twig', 'memory' => '@WebProfiler/Collector/memory.html.twig', 'ajax' => '@WebProfiler/Collector/ajax.html.twig', 'exception' => '@WebProfiler/Collector/exception.html.twig', 'logger' => '@WebProfiler/Collector/logger.html.twig', 'events' => '@WebProfiler/Collector/events.html.twig', 'router' => '@WebProfiler/Collector/router.html.twig', 'cache' => '@WebProfiler/Collector/cache.html.twig', 'translation' => '@WebProfiler/Collector/translation.html.twig', 'security' => '@Security/Collector/security.html.twig', 'twig' => '@WebProfiler/Collector/twig.html.twig', 'db' => '@Doctrine/Collector/db.html.twig', 'http_client' => '@WebProfiler/Collector/http_client.html.twig', 'dump' => '@Debug/Profiler/dump.html.twig', 'messenger' => '@WebProfiler/Collector/messenger.html.twig', 'mailer' => '@WebProfiler/Collector/mailer.html.twig', 'contao' => '@ContaoCore/Collector/contao.html.twig', 'config' => '@WebProfiler/Collector/config.html.twig'), 'is_ajax' => false, 'profiler_markup_version' => 3, 'profile_type' => 'request', 'csp_script_nonce' => 'ea72a9b17e4ac7b88c99ba9d29aaac1f', 'csp_style_nonce' => 'f3d22c6c443e1a0581d764fa042dcf39', 'contao' => object(ContaoVariable), 'request_token' => object(Stringable@anonymous), 'app' => object(AppVariable)), array('page_title' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_page_title'), 'head' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_head'), 'toolbar' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_toolbar'), 'menu' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_menu'), 'panel' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_panel')))
         (var/cache/dev/twig/b7/b74014d2300a9ce8007813bd7cf4f993.php:52)
      at __TwigTemplate_1b791e0c04f77831c18591834b6b2eac->doDisplay(array('token' => '572aac', 'profile' => object(Profile), 'collector' => object(SecurityDataCollector), 'panel' => 'security', 'page' => 'home', 'request' => object(Request), 'templates' => array('request' => '@WebProfiler/Collector/request.html.twig', 'command' => '@WebProfiler/Collector/command.html.twig', 'time' => '@WebProfiler/Collector/time.html.twig', 'memory' => '@WebProfiler/Collector/memory.html.twig', 'ajax' => '@WebProfiler/Collector/ajax.html.twig', 'exception' => '@WebProfiler/Collector/exception.html.twig', 'logger' => '@WebProfiler/Collector/logger.html.twig', 'events' => '@WebProfiler/Collector/events.html.twig', 'router' => '@WebProfiler/Collector/router.html.twig', 'cache' => '@WebProfiler/Collector/cache.html.twig', 'translation' => '@WebProfiler/Collector/translation.html.twig', 'security' => '@Security/Collector/security.html.twig', 'twig' => '@WebProfiler/Collector/twig.html.twig', 'db' => '@Doctrine/Collector/db.html.twig', 'http_client' => '@WebProfiler/Collector/http_client.html.twig', 'dump' => '@Debug/Profiler/dump.html.twig', 'messenger' => '@WebProfiler/Collector/messenger.html.twig', 'mailer' => '@WebProfiler/Collector/mailer.html.twig', 'contao' => '@ContaoCore/Collector/contao.html.twig', 'config' => '@WebProfiler/Collector/config.html.twig'), 'is_ajax' => false, 'profiler_markup_version' => 3, 'profile_type' => 'request', 'csp_script_nonce' => 'ea72a9b17e4ac7b88c99ba9d29aaac1f', 'csp_style_nonce' => 'f3d22c6c443e1a0581d764fa042dcf39', 'contao' => object(ContaoVariable), 'request_token' => object(Stringable@anonymous), 'app' => object(AppVariable)), array('page_title' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_page_title'), 'head' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_head'), 'toolbar' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_toolbar'), 'menu' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_menu'), 'panel' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_panel')))
         (vendor/twig/twig/src/Template.php:394)
      at Twig\Template->displayWithErrorHandling(array('token' => '572aac', 'profile' => object(Profile), 'collector' => object(SecurityDataCollector), 'panel' => 'security', 'page' => 'home', 'request' => object(Request), 'templates' => array('request' => '@WebProfiler/Collector/request.html.twig', 'command' => '@WebProfiler/Collector/command.html.twig', 'time' => '@WebProfiler/Collector/time.html.twig', 'memory' => '@WebProfiler/Collector/memory.html.twig', 'ajax' => '@WebProfiler/Collector/ajax.html.twig', 'exception' => '@WebProfiler/Collector/exception.html.twig', 'logger' => '@WebProfiler/Collector/logger.html.twig', 'events' => '@WebProfiler/Collector/events.html.twig', 'router' => '@WebProfiler/Collector/router.html.twig', 'cache' => '@WebProfiler/Collector/cache.html.twig', 'translation' => '@WebProfiler/Collector/translation.html.twig', 'security' => '@Security/Collector/security.html.twig', 'twig' => '@WebProfiler/Collector/twig.html.twig', 'db' => '@Doctrine/Collector/db.html.twig', 'http_client' => '@WebProfiler/Collector/http_client.html.twig', 'dump' => '@Debug/Profiler/dump.html.twig', 'messenger' => '@WebProfiler/Collector/messenger.html.twig', 'mailer' => '@WebProfiler/Collector/mailer.html.twig', 'contao' => '@ContaoCore/Collector/contao.html.twig', 'config' => '@WebProfiler/Collector/config.html.twig'), 'is_ajax' => false, 'profiler_markup_version' => 3, 'profile_type' => 'request', 'csp_script_nonce' => 'ea72a9b17e4ac7b88c99ba9d29aaac1f', 'csp_style_nonce' => 'f3d22c6c443e1a0581d764fa042dcf39', 'contao' => object(ContaoVariable), 'request_token' => object(Stringable@anonymous), 'app' => object(AppVariable)), array('page_title' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_page_title'), 'head' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_head'), 'toolbar' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_toolbar'), 'menu' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_menu'), 'panel' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_panel')))
         (vendor/twig/twig/src/Template.php:367)
      at Twig\Template->display(array('token' => '572aac', 'profile' => object(Profile), 'collector' => object(SecurityDataCollector), 'panel' => 'security', 'page' => 'home', 'request' => object(Request), 'templates' => array('request' => '@WebProfiler/Collector/request.html.twig', 'command' => '@WebProfiler/Collector/command.html.twig', 'time' => '@WebProfiler/Collector/time.html.twig', 'memory' => '@WebProfiler/Collector/memory.html.twig', 'ajax' => '@WebProfiler/Collector/ajax.html.twig', 'exception' => '@WebProfiler/Collector/exception.html.twig', 'logger' => '@WebProfiler/Collector/logger.html.twig', 'events' => '@WebProfiler/Collector/events.html.twig', 'router' => '@WebProfiler/Collector/router.html.twig', 'cache' => '@WebProfiler/Collector/cache.html.twig', 'translation' => '@WebProfiler/Collector/translation.html.twig', 'security' => '@Security/Collector/security.html.twig', 'twig' => '@WebProfiler/Collector/twig.html.twig', 'db' => '@Doctrine/Collector/db.html.twig', 'http_client' => '@WebProfiler/Collector/http_client.html.twig', 'dump' => '@Debug/Profiler/dump.html.twig', 'messenger' => '@WebProfiler/Collector/messenger.html.twig', 'mailer' => '@WebProfiler/Collector/mailer.html.twig', 'contao' => '@ContaoCore/Collector/contao.html.twig', 'config' => '@WebProfiler/Collector/config.html.twig'), 'is_ajax' => false, 'profiler_markup_version' => 3, 'profile_type' => 'request', 'csp_script_nonce' => 'ea72a9b17e4ac7b88c99ba9d29aaac1f', 'csp_style_nonce' => 'f3d22c6c443e1a0581d764fa042dcf39'))
         (vendor/twig/twig/src/Template.php:379)
      at Twig\Template->render(array('token' => '572aac', 'profile' => object(Profile), 'collector' => object(SecurityDataCollector), 'panel' => 'security', 'page' => 'home', 'request' => object(Request), 'templates' => array('request' => '@WebProfiler/Collector/request.html.twig', 'command' => '@WebProfiler/Collector/command.html.twig', 'time' => '@WebProfiler/Collector/time.html.twig', 'memory' => '@WebProfiler/Collector/memory.html.twig', 'ajax' => '@WebProfiler/Collector/ajax.html.twig', 'exception' => '@WebProfiler/Collector/exception.html.twig', 'logger' => '@WebProfiler/Collector/logger.html.twig', 'events' => '@WebProfiler/Collector/events.html.twig', 'router' => '@WebProfiler/Collector/router.html.twig', 'cache' => '@WebProfiler/Collector/cache.html.twig', 'translation' => '@WebProfiler/Collector/translation.html.twig', 'security' => '@Security/Collector/security.html.twig', 'twig' => '@WebProfiler/Collector/twig.html.twig', 'db' => '@Doctrine/Collector/db.html.twig', 'http_client' => '@WebProfiler/Collector/http_client.html.twig', 'dump' => '@Debug/Profiler/dump.html.twig', 'messenger' => '@WebProfiler/Collector/messenger.html.twig', 'mailer' => '@WebProfiler/Collector/mailer.html.twig', 'contao' => '@ContaoCore/Collector/contao.html.twig', 'config' => '@WebProfiler/Collector/config.html.twig'), 'is_ajax' => false, 'profiler_markup_version' => 3, 'profile_type' => 'request', 'csp_script_nonce' => 'ea72a9b17e4ac7b88c99ba9d29aaac1f', 'csp_style_nonce' => 'f3d22c6c443e1a0581d764fa042dcf39'))
         (vendor/twig/twig/src/TemplateWrapper.php:38)
      at Twig\TemplateWrapper->render(array('token' => '572aac', 'profile' => object(Profile), 'collector' => object(SecurityDataCollector), 'panel' => 'security', 'page' => 'home', 'request' => object(Request), 'templates' => array('request' => '@WebProfiler/Collector/request.html.twig', 'command' => '@WebProfiler/Collector/command.html.twig', 'time' => '@WebProfiler/Collector/time.html.twig', 'memory' => '@WebProfiler/Collector/memory.html.twig', 'ajax' => '@WebProfiler/Collector/ajax.html.twig', 'exception' => '@WebProfiler/Collector/exception.html.twig', 'logger' => '@WebProfiler/Collector/logger.html.twig', 'events' => '@WebProfiler/Collector/events.html.twig', 'router' => '@WebProfiler/Collector/router.html.twig', 'cache' => '@WebProfiler/Collector/cache.html.twig', 'translation' => '@WebProfiler/Collector/translation.html.twig', 'security' => '@Security/Collector/security.html.twig', 'twig' => '@WebProfiler/Collector/twig.html.twig', 'db' => '@Doctrine/Collector/db.html.twig', 'http_client' => '@WebProfiler/Collector/http_client.html.twig', 'dump' => '@Debug/Profiler/dump.html.twig', 'messenger' => '@WebProfiler/Collector/messenger.html.twig', 'mailer' => '@WebProfiler/Collector/mailer.html.twig', 'contao' => '@ContaoCore/Collector/contao.html.twig', 'config' => '@WebProfiler/Collector/config.html.twig'), 'is_ajax' => false, 'profiler_markup_version' => 3, 'profile_type' => 'request', 'csp_script_nonce' => 'ea72a9b17e4ac7b88c99ba9d29aaac1f', 'csp_style_nonce' => 'f3d22c6c443e1a0581d764fa042dcf39'))
         (vendor/twig/twig/src/Environment.php:280)
      at Twig\Environment->render('@Security/Collector/security.html.twig', array('token' => '572aac', 'profile' => object(Profile), 'collector' => object(SecurityDataCollector), 'panel' => 'security', 'page' => 'home', 'request' => object(Request), 'templates' => array('request' => '@WebProfiler/Collector/request.html.twig', 'command' => '@WebProfiler/Collector/command.html.twig', 'time' => '@WebProfiler/Collector/time.html.twig', 'memory' => '@WebProfiler/Collector/memory.html.twig', 'ajax' => '@WebProfiler/Collector/ajax.html.twig', 'exception' => '@WebProfiler/Collector/exception.html.twig', 'logger' => '@WebProfiler/Collector/logger.html.twig', 'events' => '@WebProfiler/Collector/events.html.twig', 'router' => '@WebProfiler/Collector/router.html.twig', 'cache' => '@WebProfiler/Collector/cache.html.twig', 'translation' => '@WebProfiler/Collector/translation.html.twig', 'security' => '@Security/Collector/security.html.twig', 'twig' => '@WebProfiler/Collector/twig.html.twig', 'db' => '@Doctrine/Collector/db.html.twig', 'http_client' => '@WebProfiler/Collector/http_client.html.twig', 'dump' => '@Debug/Profiler/dump.html.twig', 'messenger' => '@WebProfiler/Collector/messenger.html.twig', 'mailer' => '@WebProfiler/Collector/mailer.html.twig', 'contao' => '@ContaoCore/Collector/contao.html.twig', 'config' => '@WebProfiler/Collector/config.html.twig'), 'is_ajax' => false, 'profiler_markup_version' => 3, 'profile_type' => 'request', 'csp_script_nonce' => 'ea72a9b17e4ac7b88c99ba9d29aaac1f', 'csp_style_nonce' => 'f3d22c6c443e1a0581d764fa042dcf39'))
         (vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:411)
      at Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController->renderWithCspNonces(object(Request), '@Security/Collector/security.html.twig', array('token' => '572aac', 'profile' => object(Profile), 'collector' => object(SecurityDataCollector), 'panel' => 'security', 'page' => 'home', 'request' => object(Request), 'templates' => array('request' => '@WebProfiler/Collector/request.html.twig', 'command' => '@WebProfiler/Collector/command.html.twig', 'time' => '@WebProfiler/Collector/time.html.twig', 'memory' => '@WebProfiler/Collector/memory.html.twig', 'ajax' => '@WebProfiler/Collector/ajax.html.twig', 'exception' => '@WebProfiler/Collector/exception.html.twig', 'logger' => '@WebProfiler/Collector/logger.html.twig', 'events' => '@WebProfiler/Collector/events.html.twig', 'router' => '@WebProfiler/Collector/router.html.twig', 'cache' => '@WebProfiler/Collector/cache.html.twig', 'translation' => '@WebProfiler/Collector/translation.html.twig', 'security' => '@Security/Collector/security.html.twig', 'twig' => '@WebProfiler/Collector/twig.html.twig', 'db' => '@Doctrine/Collector/db.html.twig', 'http_client' => '@WebProfiler/Collector/http_client.html.twig', 'dump' => '@Debug/Profiler/dump.html.twig', 'messenger' => '@WebProfiler/Collector/messenger.html.twig', 'mailer' => '@WebProfiler/Collector/mailer.html.twig', 'contao' => '@ContaoCore/Collector/contao.html.twig', 'config' => '@WebProfiler/Collector/config.html.twig'), 'is_ajax' => false, 'profiler_markup_version' => 3, 'profile_type' => 'request', 'csp_script_nonce' => 'ea72a9b17e4ac7b88c99ba9d29aaac1f', 'csp_style_nonce' => 'f3d22c6c443e1a0581d764fa042dcf39'))
         (vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:111)
      at Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController->panelAction(object(Request), '572aac')
         (vendor/symfony/http-kernel/HttpKernel.php:181)
      at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 1)
         (vendor/symfony/http-kernel/HttpKernel.php:76)
      at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 1, true)
         (vendor/symfony/http-kernel/Kernel.php:197)
      at Symfony\Component\HttpKernel\Kernel->handle(object(Request))
         (public/index.php:42)
    StackTrace TypeError:
    Code:
    TypeError:
    Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector::getVoters(): Return value must be of type Symfony\Component\VarDumper\Cloner\Data|array, null returned
    
      at vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php:310
      at Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector->getVoters()
         (vendor/twig/twig/src/Extension/CoreExtension.php:1635)
      at twig_get_attribute(object(Environment), object(Source), object(SecurityDataCollector), 'voters', array(), 'any', false, false, false, 394)
         (var/cache/dev/twig/b7/b74014d2300a9ce8007813bd7cf4f993.php:907)
      at __TwigTemplate_1b791e0c04f77831c18591834b6b2eac->block_panel(array('token' => '572aac', 'profile' => object(Profile), 'collector' => object(SecurityDataCollector), 'panel' => 'security', 'page' => 'home', 'request' => object(Request), 'templates' => array('request' => '@WebProfiler/Collector/request.html.twig', 'command' => '@WebProfiler/Collector/command.html.twig', 'time' => '@WebProfiler/Collector/time.html.twig', 'memory' => '@WebProfiler/Collector/memory.html.twig', 'ajax' => '@WebProfiler/Collector/ajax.html.twig', 'exception' => '@WebProfiler/Collector/exception.html.twig', 'logger' => '@WebProfiler/Collector/logger.html.twig', 'events' => '@WebProfiler/Collector/events.html.twig', 'router' => '@WebProfiler/Collector/router.html.twig', 'cache' => '@WebProfiler/Collector/cache.html.twig', 'translation' => '@WebProfiler/Collector/translation.html.twig', 'security' => '@Security/Collector/security.html.twig', 'twig' => '@WebProfiler/Collector/twig.html.twig', 'db' => '@Doctrine/Collector/db.html.twig', 'http_client' => '@WebProfiler/Collector/http_client.html.twig', 'dump' => '@Debug/Profiler/dump.html.twig', 'messenger' => '@WebProfiler/Collector/messenger.html.twig', 'mailer' => '@WebProfiler/Collector/mailer.html.twig', 'contao' => '@ContaoCore/Collector/contao.html.twig', 'config' => '@WebProfiler/Collector/config.html.twig'), 'is_ajax' => false, 'profiler_markup_version' => 3, 'profile_type' => 'request', 'csp_script_nonce' => 'ea72a9b17e4ac7b88c99ba9d29aaac1f', 'csp_style_nonce' => 'f3d22c6c443e1a0581d764fa042dcf39', 'contao' => object(ContaoVariable), 'request_token' => object(Stringable@anonymous), 'app' => object(AppVariable), 'request_collector' => object(RequestDataCollector), 'status_code' => 200, 'favicon_color' => '000000', 'previous_event' => object(Data)), array('title' => array(object(__TwigTemplate_897c17267b2b409f378f9a4ee0e068d2), 'block_title'), 'head' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_head'), 'stylesheets' => array(object(__TwigTemplate_897c17267b2b409f378f9a4ee0e068d2), 'block_stylesheets'), 'javascripts' => array(object(__TwigTemplate_897c17267b2b409f378f9a4ee0e068d2), 'block_javascripts'), 'body' => array(object(__TwigTemplate_119163302478d3392a15d360cb719990), 'block_body'), 'summary' => array(object(__TwigTemplate_119163302478d3392a15d360cb719990), 'block_summary'), 'sidebar' => array(object(__TwigTemplate_119163302478d3392a15d360cb719990), 'block_sidebar'), 'sidebar_shortcuts_links' => array(object(__TwigTemplate_119163302478d3392a15d360cb719990), 'block_sidebar_shortcuts_links'), 'panel' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_panel'), 'page_title' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_page_title'), 'toolbar' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_toolbar'), 'menu' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_menu')))
         (vendor/twig/twig/src/Template.php:171)
      at Twig\Template->displayBlock('panel', array('token' => '572aac', 'profile' => object(Profile), 'collector' => object(SecurityDataCollector), 'panel' => 'security', 'page' => 'home', 'request' => object(Request), 'templates' => array('request' => '@WebProfiler/Collector/request.html.twig', 'command' => '@WebProfiler/Collector/command.html.twig', 'time' => '@WebProfiler/Collector/time.html.twig', 'memory' => '@WebProfiler/Collector/memory.html.twig', 'ajax' => '@WebProfiler/Collector/ajax.html.twig', 'exception' => '@WebProfiler/Collector/exception.html.twig', 'logger' => '@WebProfiler/Collector/logger.html.twig', 'events' => '@WebProfiler/Collector/events.html.twig', 'router' => '@WebProfiler/Collector/router.html.twig', 'cache' => '@WebProfiler/Collector/cache.html.twig', 'translation' => '@WebProfiler/Collector/translation.html.twig', 'security' => '@Security/Collector/security.html.twig', 'twig' => '@WebProfiler/Collector/twig.html.twig', 'db' => '@Doctrine/Collector/db.html.twig', 'http_client' => '@WebProfiler/Collector/http_client.html.twig', 'dump' => '@Debug/Profiler/dump.html.twig', 'messenger' => '@WebProfiler/Collector/messenger.html.twig', 'mailer' => '@WebProfiler/Collector/mailer.html.twig', 'contao' => '@ContaoCore/Collector/contao.html.twig', 'config' => '@WebProfiler/Collector/config.html.twig'), 'is_ajax' => false, 'profiler_markup_version' => 3, 'profile_type' => 'request', 'csp_script_nonce' => 'ea72a9b17e4ac7b88c99ba9d29aaac1f', 'csp_style_nonce' => 'f3d22c6c443e1a0581d764fa042dcf39', 'contao' => object(ContaoVariable), 'request_token' => object(Stringable@anonymous), 'app' => object(AppVariable), 'request_collector' => object(RequestDataCollector), 'status_code' => 200, 'favicon_color' => '000000'), array('title' => array(object(__TwigTemplate_897c17267b2b409f378f9a4ee0e068d2), 'block_title'), 'head' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_head'), 'stylesheets' => array(object(__TwigTemplate_897c17267b2b409f378f9a4ee0e068d2), 'block_stylesheets'), 'javascripts' => array(object(__TwigTemplate_897c17267b2b409f378f9a4ee0e068d2), 'block_javascripts'), 'body' => array(object(__TwigTemplate_119163302478d3392a15d360cb719990), 'block_body'), 'summary' => array(object(__TwigTemplate_119163302478d3392a15d360cb719990), 'block_summary'), 'sidebar' => array(object(__TwigTemplate_119163302478d3392a15d360cb719990), 'block_sidebar'), 'sidebar_shortcuts_links' => array(object(__TwigTemplate_119163302478d3392a15d360cb719990), 'block_sidebar_shortcuts_links'), 'panel' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_panel'), 'page_title' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_page_title'), 'toolbar' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_toolbar'), 'menu' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_menu')))
         (var/cache/dev/twig/62/628cd4749ce91e23f17b3f3a374a8200.php:102)
      at __TwigTemplate_119163302478d3392a15d360cb719990->block_body(array('token' => '572aac', 'profile' => object(Profile), 'collector' => object(SecurityDataCollector), 'panel' => 'security', 'page' => 'home', 'request' => object(Request), 'templates' => array('request' => '@WebProfiler/Collector/request.html.twig', 'command' => '@WebProfiler/Collector/command.html.twig', 'time' => '@WebProfiler/Collector/time.html.twig', 'memory' => '@WebProfiler/Collector/memory.html.twig', 'ajax' => '@WebProfiler/Collector/ajax.html.twig', 'exception' => '@WebProfiler/Collector/exception.html.twig', 'logger' => '@WebProfiler/Collector/logger.html.twig', 'events' => '@WebProfiler/Collector/events.html.twig', 'router' => '@WebProfiler/Collector/router.html.twig', 'cache' => '@WebProfiler/Collector/cache.html.twig', 'translation' => '@WebProfiler/Collector/translation.html.twig', 'security' => '@Security/Collector/security.html.twig', 'twig' => '@WebProfiler/Collector/twig.html.twig', 'db' => '@Doctrine/Collector/db.html.twig', 'http_client' => '@WebProfiler/Collector/http_client.html.twig', 'dump' => '@Debug/Profiler/dump.html.twig', 'messenger' => '@WebProfiler/Collector/messenger.html.twig', 'mailer' => '@WebProfiler/Collector/mailer.html.twig', 'contao' => '@ContaoCore/Collector/contao.html.twig', 'config' => '@WebProfiler/Collector/config.html.twig'), 'is_ajax' => false, 'profiler_markup_version' => 3, 'profile_type' => 'request', 'csp_script_nonce' => 'ea72a9b17e4ac7b88c99ba9d29aaac1f', 'csp_style_nonce' => 'f3d22c6c443e1a0581d764fa042dcf39', 'contao' => object(ContaoVariable), 'request_token' => object(Stringable@anonymous), 'app' => object(AppVariable), 'request_collector' => object(RequestDataCollector), 'status_code' => 200, 'favicon_color' => '000000'), array('title' => array(object(__TwigTemplate_897c17267b2b409f378f9a4ee0e068d2), 'block_title'), 'head' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_head'), 'stylesheets' => array(object(__TwigTemplate_897c17267b2b409f378f9a4ee0e068d2), 'block_stylesheets'), 'javascripts' => array(object(__TwigTemplate_897c17267b2b409f378f9a4ee0e068d2), 'block_javascripts'), 'body' => array(object(__TwigTemplate_119163302478d3392a15d360cb719990), 'block_body'), 'summary' => array(object(__TwigTemplate_119163302478d3392a15d360cb719990), 'block_summary'), 'sidebar' => array(object(__TwigTemplate_119163302478d3392a15d360cb719990), 'block_sidebar'), 'sidebar_shortcuts_links' => array(object(__TwigTemplate_119163302478d3392a15d360cb719990), 'block_sidebar_shortcuts_links'), 'panel' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_panel'), 'page_title' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_page_title'), 'toolbar' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_toolbar'), 'menu' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_menu')))
         (vendor/twig/twig/src/Template.php:171)
      at Twig\Template->displayBlock('body', array('token' => '572aac', 'profile' => object(Profile), 'collector' => object(SecurityDataCollector), 'panel' => 'security', 'page' => 'home', 'request' => object(Request), 'templates' => array('request' => '@WebProfiler/Collector/request.html.twig', 'command' => '@WebProfiler/Collector/command.html.twig', 'time' => '@WebProfiler/Collector/time.html.twig', 'memory' => '@WebProfiler/Collector/memory.html.twig', 'ajax' => '@WebProfiler/Collector/ajax.html.twig', 'exception' => '@WebProfiler/Collector/exception.html.twig', 'logger' => '@WebProfiler/Collector/logger.html.twig', 'events' => '@WebProfiler/Collector/events.html.twig', 'router' => '@WebProfiler/Collector/router.html.twig', 'cache' => '@WebProfiler/Collector/cache.html.twig', 'translation' => '@WebProfiler/Collector/translation.html.twig', 'security' => '@Security/Collector/security.html.twig', 'twig' => '@WebProfiler/Collector/twig.html.twig', 'db' => '@Doctrine/Collector/db.html.twig', 'http_client' => '@WebProfiler/Collector/http_client.html.twig', 'dump' => '@Debug/Profiler/dump.html.twig', 'messenger' => '@WebProfiler/Collector/messenger.html.twig', 'mailer' => '@WebProfiler/Collector/mailer.html.twig', 'contao' => '@ContaoCore/Collector/contao.html.twig', 'config' => '@WebProfiler/Collector/config.html.twig'), 'is_ajax' => false, 'profiler_markup_version' => 3, 'profile_type' => 'request', 'csp_script_nonce' => 'ea72a9b17e4ac7b88c99ba9d29aaac1f', 'csp_style_nonce' => 'f3d22c6c443e1a0581d764fa042dcf39', 'contao' => object(ContaoVariable), 'request_token' => object(Stringable@anonymous), 'app' => object(AppVariable), 'request_collector' => object(RequestDataCollector), 'status_code' => 200, 'favicon_color' => '000000'), array('title' => array(object(__TwigTemplate_897c17267b2b409f378f9a4ee0e068d2), 'block_title'), 'head' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_head'), 'stylesheets' => array(object(__TwigTemplate_897c17267b2b409f378f9a4ee0e068d2), 'block_stylesheets'), 'javascripts' => array(object(__TwigTemplate_897c17267b2b409f378f9a4ee0e068d2), 'block_javascripts'), 'body' => array(object(__TwigTemplate_119163302478d3392a15d360cb719990), 'block_body'), 'summary' => array(object(__TwigTemplate_119163302478d3392a15d360cb719990), 'block_summary'), 'sidebar' => array(object(__TwigTemplate_119163302478d3392a15d360cb719990), 'block_sidebar'), 'sidebar_shortcuts_links' => array(object(__TwigTemplate_119163302478d3392a15d360cb719990), 'block_sidebar_shortcuts_links'), 'panel' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_panel'), 'page_title' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_page_title'), 'toolbar' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_toolbar'), 'menu' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_menu')))
         (var/cache/dev/twig/b8/b8de6f16413a5b5b8d7be55d6494893b.php:110)
      at __TwigTemplate_897c17267b2b409f378f9a4ee0e068d2->doDisplay(array('token' => '572aac', 'profile' => object(Profile), 'collector' => object(SecurityDataCollector), 'panel' => 'security', 'page' => 'home', 'request' => object(Request), 'templates' => array('request' => '@WebProfiler/Collector/request.html.twig', 'command' => '@WebProfiler/Collector/command.html.twig', 'time' => '@WebProfiler/Collector/time.html.twig', 'memory' => '@WebProfiler/Collector/memory.html.twig', 'ajax' => '@WebProfiler/Collector/ajax.html.twig', 'exception' => '@WebProfiler/Collector/exception.html.twig', 'logger' => '@WebProfiler/Collector/logger.html.twig', 'events' => '@WebProfiler/Collector/events.html.twig', 'router' => '@WebProfiler/Collector/router.html.twig', 'cache' => '@WebProfiler/Collector/cache.html.twig', 'translation' => '@WebProfiler/Collector/translation.html.twig', 'security' => '@Security/Collector/security.html.twig', 'twig' => '@WebProfiler/Collector/twig.html.twig', 'db' => '@Doctrine/Collector/db.html.twig', 'http_client' => '@WebProfiler/Collector/http_client.html.twig', 'dump' => '@Debug/Profiler/dump.html.twig', 'messenger' => '@WebProfiler/Collector/messenger.html.twig', 'mailer' => '@WebProfiler/Collector/mailer.html.twig', 'contao' => '@ContaoCore/Collector/contao.html.twig', 'config' => '@WebProfiler/Collector/config.html.twig'), 'is_ajax' => false, 'profiler_markup_version' => 3, 'profile_type' => 'request', 'csp_script_nonce' => 'ea72a9b17e4ac7b88c99ba9d29aaac1f', 'csp_style_nonce' => 'f3d22c6c443e1a0581d764fa042dcf39', 'contao' => object(ContaoVariable), 'request_token' => object(Stringable@anonymous), 'app' => object(AppVariable), 'request_collector' => object(RequestDataCollector), 'status_code' => 200, 'favicon_color' => '000000'), array('title' => array(object(__TwigTemplate_897c17267b2b409f378f9a4ee0e068d2), 'block_title'), 'head' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_head'), 'stylesheets' => array(object(__TwigTemplate_897c17267b2b409f378f9a4ee0e068d2), 'block_stylesheets'), 'javascripts' => array(object(__TwigTemplate_897c17267b2b409f378f9a4ee0e068d2), 'block_javascripts'), 'body' => array(object(__TwigTemplate_119163302478d3392a15d360cb719990), 'block_body'), 'summary' => array(object(__TwigTemplate_119163302478d3392a15d360cb719990), 'block_summary'), 'sidebar' => array(object(__TwigTemplate_119163302478d3392a15d360cb719990), 'block_sidebar'), 'sidebar_shortcuts_links' => array(object(__TwigTemplate_119163302478d3392a15d360cb719990), 'block_sidebar_shortcuts_links'), 'panel' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_panel'), 'page_title' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_page_title'), 'toolbar' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_toolbar'), 'menu' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_menu')))
         (vendor/twig/twig/src/Template.php:394)
      at Twig\Template->displayWithErrorHandling(array('token' => '572aac', 'profile' => object(Profile), 'collector' => object(SecurityDataCollector), 'panel' => 'security', 'page' => 'home', 'request' => object(Request), 'templates' => array('request' => '@WebProfiler/Collector/request.html.twig', 'command' => '@WebProfiler/Collector/command.html.twig', 'time' => '@WebProfiler/Collector/time.html.twig', 'memory' => '@WebProfiler/Collector/memory.html.twig', 'ajax' => '@WebProfiler/Collector/ajax.html.twig', 'exception' => '@WebProfiler/Collector/exception.html.twig', 'logger' => '@WebProfiler/Collector/logger.html.twig', 'events' => '@WebProfiler/Collector/events.html.twig', 'router' => '@WebProfiler/Collector/router.html.twig', 'cache' => '@WebProfiler/Collector/cache.html.twig', 'translation' => '@WebProfiler/Collector/translation.html.twig', 'security' => '@Security/Collector/security.html.twig', 'twig' => '@WebProfiler/Collector/twig.html.twig', 'db' => '@Doctrine/Collector/db.html.twig', 'http_client' => '@WebProfiler/Collector/http_client.html.twig', 'dump' => '@Debug/Profiler/dump.html.twig', 'messenger' => '@WebProfiler/Collector/messenger.html.twig', 'mailer' => '@WebProfiler/Collector/mailer.html.twig', 'contao' => '@ContaoCore/Collector/contao.html.twig', 'config' => '@WebProfiler/Collector/config.html.twig'), 'is_ajax' => false, 'profiler_markup_version' => 3, 'profile_type' => 'request', 'csp_script_nonce' => 'ea72a9b17e4ac7b88c99ba9d29aaac1f', 'csp_style_nonce' => 'f3d22c6c443e1a0581d764fa042dcf39', 'contao' => object(ContaoVariable), 'request_token' => object(Stringable@anonymous), 'app' => object(AppVariable)), array('title' => array(object(__TwigTemplate_897c17267b2b409f378f9a4ee0e068d2), 'block_title'), 'head' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_head'), 'stylesheets' => array(object(__TwigTemplate_897c17267b2b409f378f9a4ee0e068d2), 'block_stylesheets'), 'javascripts' => array(object(__TwigTemplate_897c17267b2b409f378f9a4ee0e068d2), 'block_javascripts'), 'body' => array(object(__TwigTemplate_119163302478d3392a15d360cb719990), 'block_body'), 'summary' => array(object(__TwigTemplate_119163302478d3392a15d360cb719990), 'block_summary'), 'sidebar' => array(object(__TwigTemplate_119163302478d3392a15d360cb719990), 'block_sidebar'), 'sidebar_shortcuts_links' => array(object(__TwigTemplate_119163302478d3392a15d360cb719990), 'block_sidebar_shortcuts_links'), 'panel' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_panel'), 'page_title' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_page_title'), 'toolbar' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_toolbar'), 'menu' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_menu')))
         (vendor/twig/twig/src/Template.php:367)
      at Twig\Template->display(array('token' => '572aac', 'profile' => object(Profile), 'collector' => object(SecurityDataCollector), 'panel' => 'security', 'page' => 'home', 'request' => object(Request), 'templates' => array('request' => '@WebProfiler/Collector/request.html.twig', 'command' => '@WebProfiler/Collector/command.html.twig', 'time' => '@WebProfiler/Collector/time.html.twig', 'memory' => '@WebProfiler/Collector/memory.html.twig', 'ajax' => '@WebProfiler/Collector/ajax.html.twig', 'exception' => '@WebProfiler/Collector/exception.html.twig', 'logger' => '@WebProfiler/Collector/logger.html.twig', 'events' => '@WebProfiler/Collector/events.html.twig', 'router' => '@WebProfiler/Collector/router.html.twig', 'cache' => '@WebProfiler/Collector/cache.html.twig', 'translation' => '@WebProfiler/Collector/translation.html.twig', 'security' => '@Security/Collector/security.html.twig', 'twig' => '@WebProfiler/Collector/twig.html.twig', 'db' => '@Doctrine/Collector/db.html.twig', 'http_client' => '@WebProfiler/Collector/http_client.html.twig', 'dump' => '@Debug/Profiler/dump.html.twig', 'messenger' => '@WebProfiler/Collector/messenger.html.twig', 'mailer' => '@WebProfiler/Collector/mailer.html.twig', 'contao' => '@ContaoCore/Collector/contao.html.twig', 'config' => '@WebProfiler/Collector/config.html.twig'), 'is_ajax' => false, 'profiler_markup_version' => 3, 'profile_type' => 'request', 'csp_script_nonce' => 'ea72a9b17e4ac7b88c99ba9d29aaac1f', 'csp_style_nonce' => 'f3d22c6c443e1a0581d764fa042dcf39', 'contao' => object(ContaoVariable), 'request_token' => object(Stringable@anonymous), 'app' => object(AppVariable)), array('body' => array(object(__TwigTemplate_119163302478d3392a15d360cb719990), 'block_body'), 'summary' => array(object(__TwigTemplate_119163302478d3392a15d360cb719990), 'block_summary'), 'sidebar' => array(object(__TwigTemplate_119163302478d3392a15d360cb719990), 'block_sidebar'), 'sidebar_shortcuts_links' => array(object(__TwigTemplate_119163302478d3392a15d360cb719990), 'block_sidebar_shortcuts_links'), 'panel' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_panel'), 'page_title' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_page_title'), 'head' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_head'), 'toolbar' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_toolbar'), 'menu' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_menu')))
         (var/cache/dev/twig/62/628cd4749ce91e23f17b3f3a374a8200.php:52)
      at __TwigTemplate_119163302478d3392a15d360cb719990->doDisplay(array('token' => '572aac', 'profile' => object(Profile), 'collector' => object(SecurityDataCollector), 'panel' => 'security', 'page' => 'home', 'request' => object(Request), 'templates' => array('request' => '@WebProfiler/Collector/request.html.twig', 'command' => '@WebProfiler/Collector/command.html.twig', 'time' => '@WebProfiler/Collector/time.html.twig', 'memory' => '@WebProfiler/Collector/memory.html.twig', 'ajax' => '@WebProfiler/Collector/ajax.html.twig', 'exception' => '@WebProfiler/Collector/exception.html.twig', 'logger' => '@WebProfiler/Collector/logger.html.twig', 'events' => '@WebProfiler/Collector/events.html.twig', 'router' => '@WebProfiler/Collector/router.html.twig', 'cache' => '@WebProfiler/Collector/cache.html.twig', 'translation' => '@WebProfiler/Collector/translation.html.twig', 'security' => '@Security/Collector/security.html.twig', 'twig' => '@WebProfiler/Collector/twig.html.twig', 'db' => '@Doctrine/Collector/db.html.twig', 'http_client' => '@WebProfiler/Collector/http_client.html.twig', 'dump' => '@Debug/Profiler/dump.html.twig', 'messenger' => '@WebProfiler/Collector/messenger.html.twig', 'mailer' => '@WebProfiler/Collector/mailer.html.twig', 'contao' => '@ContaoCore/Collector/contao.html.twig', 'config' => '@WebProfiler/Collector/config.html.twig'), 'is_ajax' => false, 'profiler_markup_version' => 3, 'profile_type' => 'request', 'csp_script_nonce' => 'ea72a9b17e4ac7b88c99ba9d29aaac1f', 'csp_style_nonce' => 'f3d22c6c443e1a0581d764fa042dcf39', 'contao' => object(ContaoVariable), 'request_token' => object(Stringable@anonymous), 'app' => object(AppVariable)), array('body' => array(object(__TwigTemplate_119163302478d3392a15d360cb719990), 'block_body'), 'summary' => array(object(__TwigTemplate_119163302478d3392a15d360cb719990), 'block_summary'), 'sidebar' => array(object(__TwigTemplate_119163302478d3392a15d360cb719990), 'block_sidebar'), 'sidebar_shortcuts_links' => array(object(__TwigTemplate_119163302478d3392a15d360cb719990), 'block_sidebar_shortcuts_links'), 'panel' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_panel'), 'page_title' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_page_title'), 'head' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_head'), 'toolbar' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_toolbar'), 'menu' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_menu')))
         (vendor/twig/twig/src/Template.php:394)
      at Twig\Template->displayWithErrorHandling(array('token' => '572aac', 'profile' => object(Profile), 'collector' => object(SecurityDataCollector), 'panel' => 'security', 'page' => 'home', 'request' => object(Request), 'templates' => array('request' => '@WebProfiler/Collector/request.html.twig', 'command' => '@WebProfiler/Collector/command.html.twig', 'time' => '@WebProfiler/Collector/time.html.twig', 'memory' => '@WebProfiler/Collector/memory.html.twig', 'ajax' => '@WebProfiler/Collector/ajax.html.twig', 'exception' => '@WebProfiler/Collector/exception.html.twig', 'logger' => '@WebProfiler/Collector/logger.html.twig', 'events' => '@WebProfiler/Collector/events.html.twig', 'router' => '@WebProfiler/Collector/router.html.twig', 'cache' => '@WebProfiler/Collector/cache.html.twig', 'translation' => '@WebProfiler/Collector/translation.html.twig', 'security' => '@Security/Collector/security.html.twig', 'twig' => '@WebProfiler/Collector/twig.html.twig', 'db' => '@Doctrine/Collector/db.html.twig', 'http_client' => '@WebProfiler/Collector/http_client.html.twig', 'dump' => '@Debug/Profiler/dump.html.twig', 'messenger' => '@WebProfiler/Collector/messenger.html.twig', 'mailer' => '@WebProfiler/Collector/mailer.html.twig', 'contao' => '@ContaoCore/Collector/contao.html.twig', 'config' => '@WebProfiler/Collector/config.html.twig'), 'is_ajax' => false, 'profiler_markup_version' => 3, 'profile_type' => 'request', 'csp_script_nonce' => 'ea72a9b17e4ac7b88c99ba9d29aaac1f', 'csp_style_nonce' => 'f3d22c6c443e1a0581d764fa042dcf39', 'contao' => object(ContaoVariable), 'request_token' => object(Stringable@anonymous), 'app' => object(AppVariable)), array('body' => array(object(__TwigTemplate_119163302478d3392a15d360cb719990), 'block_body'), 'summary' => array(object(__TwigTemplate_119163302478d3392a15d360cb719990), 'block_summary'), 'sidebar' => array(object(__TwigTemplate_119163302478d3392a15d360cb719990), 'block_sidebar'), 'sidebar_shortcuts_links' => array(object(__TwigTemplate_119163302478d3392a15d360cb719990), 'block_sidebar_shortcuts_links'), 'panel' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_panel'), 'page_title' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_page_title'), 'head' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_head'), 'toolbar' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_toolbar'), 'menu' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_menu')))
         (vendor/twig/twig/src/Template.php:367)
      at Twig\Template->display(array('token' => '572aac', 'profile' => object(Profile), 'collector' => object(SecurityDataCollector), 'panel' => 'security', 'page' => 'home', 'request' => object(Request), 'templates' => array('request' => '@WebProfiler/Collector/request.html.twig', 'command' => '@WebProfiler/Collector/command.html.twig', 'time' => '@WebProfiler/Collector/time.html.twig', 'memory' => '@WebProfiler/Collector/memory.html.twig', 'ajax' => '@WebProfiler/Collector/ajax.html.twig', 'exception' => '@WebProfiler/Collector/exception.html.twig', 'logger' => '@WebProfiler/Collector/logger.html.twig', 'events' => '@WebProfiler/Collector/events.html.twig', 'router' => '@WebProfiler/Collector/router.html.twig', 'cache' => '@WebProfiler/Collector/cache.html.twig', 'translation' => '@WebProfiler/Collector/translation.html.twig', 'security' => '@Security/Collector/security.html.twig', 'twig' => '@WebProfiler/Collector/twig.html.twig', 'db' => '@Doctrine/Collector/db.html.twig', 'http_client' => '@WebProfiler/Collector/http_client.html.twig', 'dump' => '@Debug/Profiler/dump.html.twig', 'messenger' => '@WebProfiler/Collector/messenger.html.twig', 'mailer' => '@WebProfiler/Collector/mailer.html.twig', 'contao' => '@ContaoCore/Collector/contao.html.twig', 'config' => '@WebProfiler/Collector/config.html.twig'), 'is_ajax' => false, 'profiler_markup_version' => 3, 'profile_type' => 'request', 'csp_script_nonce' => 'ea72a9b17e4ac7b88c99ba9d29aaac1f', 'csp_style_nonce' => 'f3d22c6c443e1a0581d764fa042dcf39', 'contao' => object(ContaoVariable), 'request_token' => object(Stringable@anonymous), 'app' => object(AppVariable)), array('page_title' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_page_title'), 'head' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_head'), 'toolbar' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_toolbar'), 'menu' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_menu'), 'panel' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_panel')))
         (var/cache/dev/twig/b7/b74014d2300a9ce8007813bd7cf4f993.php:52)
      at __TwigTemplate_1b791e0c04f77831c18591834b6b2eac->doDisplay(array('token' => '572aac', 'profile' => object(Profile), 'collector' => object(SecurityDataCollector), 'panel' => 'security', 'page' => 'home', 'request' => object(Request), 'templates' => array('request' => '@WebProfiler/Collector/request.html.twig', 'command' => '@WebProfiler/Collector/command.html.twig', 'time' => '@WebProfiler/Collector/time.html.twig', 'memory' => '@WebProfiler/Collector/memory.html.twig', 'ajax' => '@WebProfiler/Collector/ajax.html.twig', 'exception' => '@WebProfiler/Collector/exception.html.twig', 'logger' => '@WebProfiler/Collector/logger.html.twig', 'events' => '@WebProfiler/Collector/events.html.twig', 'router' => '@WebProfiler/Collector/router.html.twig', 'cache' => '@WebProfiler/Collector/cache.html.twig', 'translation' => '@WebProfiler/Collector/translation.html.twig', 'security' => '@Security/Collector/security.html.twig', 'twig' => '@WebProfiler/Collector/twig.html.twig', 'db' => '@Doctrine/Collector/db.html.twig', 'http_client' => '@WebProfiler/Collector/http_client.html.twig', 'dump' => '@Debug/Profiler/dump.html.twig', 'messenger' => '@WebProfiler/Collector/messenger.html.twig', 'mailer' => '@WebProfiler/Collector/mailer.html.twig', 'contao' => '@ContaoCore/Collector/contao.html.twig', 'config' => '@WebProfiler/Collector/config.html.twig'), 'is_ajax' => false, 'profiler_markup_version' => 3, 'profile_type' => 'request', 'csp_script_nonce' => 'ea72a9b17e4ac7b88c99ba9d29aaac1f', 'csp_style_nonce' => 'f3d22c6c443e1a0581d764fa042dcf39', 'contao' => object(ContaoVariable), 'request_token' => object(Stringable@anonymous), 'app' => object(AppVariable)), array('page_title' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_page_title'), 'head' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_head'), 'toolbar' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_toolbar'), 'menu' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_menu'), 'panel' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_panel')))
         (vendor/twig/twig/src/Template.php:394)
      at Twig\Template->displayWithErrorHandling(array('token' => '572aac', 'profile' => object(Profile), 'collector' => object(SecurityDataCollector), 'panel' => 'security', 'page' => 'home', 'request' => object(Request), 'templates' => array('request' => '@WebProfiler/Collector/request.html.twig', 'command' => '@WebProfiler/Collector/command.html.twig', 'time' => '@WebProfiler/Collector/time.html.twig', 'memory' => '@WebProfiler/Collector/memory.html.twig', 'ajax' => '@WebProfiler/Collector/ajax.html.twig', 'exception' => '@WebProfiler/Collector/exception.html.twig', 'logger' => '@WebProfiler/Collector/logger.html.twig', 'events' => '@WebProfiler/Collector/events.html.twig', 'router' => '@WebProfiler/Collector/router.html.twig', 'cache' => '@WebProfiler/Collector/cache.html.twig', 'translation' => '@WebProfiler/Collector/translation.html.twig', 'security' => '@Security/Collector/security.html.twig', 'twig' => '@WebProfiler/Collector/twig.html.twig', 'db' => '@Doctrine/Collector/db.html.twig', 'http_client' => '@WebProfiler/Collector/http_client.html.twig', 'dump' => '@Debug/Profiler/dump.html.twig', 'messenger' => '@WebProfiler/Collector/messenger.html.twig', 'mailer' => '@WebProfiler/Collector/mailer.html.twig', 'contao' => '@ContaoCore/Collector/contao.html.twig', 'config' => '@WebProfiler/Collector/config.html.twig'), 'is_ajax' => false, 'profiler_markup_version' => 3, 'profile_type' => 'request', 'csp_script_nonce' => 'ea72a9b17e4ac7b88c99ba9d29aaac1f', 'csp_style_nonce' => 'f3d22c6c443e1a0581d764fa042dcf39', 'contao' => object(ContaoVariable), 'request_token' => object(Stringable@anonymous), 'app' => object(AppVariable)), array('page_title' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_page_title'), 'head' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_head'), 'toolbar' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_toolbar'), 'menu' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_menu'), 'panel' => array(object(__TwigTemplate_1b791e0c04f77831c18591834b6b2eac), 'block_panel')))
         (vendor/twig/twig/src/Template.php:367)
      at Twig\Template->display(array('token' => '572aac', 'profile' => object(Profile), 'collector' => object(SecurityDataCollector), 'panel' => 'security', 'page' => 'home', 'request' => object(Request), 'templates' => array('request' => '@WebProfiler/Collector/request.html.twig', 'command' => '@WebProfiler/Collector/command.html.twig', 'time' => '@WebProfiler/Collector/time.html.twig', 'memory' => '@WebProfiler/Collector/memory.html.twig', 'ajax' => '@WebProfiler/Collector/ajax.html.twig', 'exception' => '@WebProfiler/Collector/exception.html.twig', 'logger' => '@WebProfiler/Collector/logger.html.twig', 'events' => '@WebProfiler/Collector/events.html.twig', 'router' => '@WebProfiler/Collector/router.html.twig', 'cache' => '@WebProfiler/Collector/cache.html.twig', 'translation' => '@WebProfiler/Collector/translation.html.twig', 'security' => '@Security/Collector/security.html.twig', 'twig' => '@WebProfiler/Collector/twig.html.twig', 'db' => '@Doctrine/Collector/db.html.twig', 'http_client' => '@WebProfiler/Collector/http_client.html.twig', 'dump' => '@Debug/Profiler/dump.html.twig', 'messenger' => '@WebProfiler/Collector/messenger.html.twig', 'mailer' => '@WebProfiler/Collector/mailer.html.twig', 'contao' => '@ContaoCore/Collector/contao.html.twig', 'config' => '@WebProfiler/Collector/config.html.twig'), 'is_ajax' => false, 'profiler_markup_version' => 3, 'profile_type' => 'request', 'csp_script_nonce' => 'ea72a9b17e4ac7b88c99ba9d29aaac1f', 'csp_style_nonce' => 'f3d22c6c443e1a0581d764fa042dcf39'))
         (vendor/twig/twig/src/Template.php:379)
      at Twig\Template->render(array('token' => '572aac', 'profile' => object(Profile), 'collector' => object(SecurityDataCollector), 'panel' => 'security', 'page' => 'home', 'request' => object(Request), 'templates' => array('request' => '@WebProfiler/Collector/request.html.twig', 'command' => '@WebProfiler/Collector/command.html.twig', 'time' => '@WebProfiler/Collector/time.html.twig', 'memory' => '@WebProfiler/Collector/memory.html.twig', 'ajax' => '@WebProfiler/Collector/ajax.html.twig', 'exception' => '@WebProfiler/Collector/exception.html.twig', 'logger' => '@WebProfiler/Collector/logger.html.twig', 'events' => '@WebProfiler/Collector/events.html.twig', 'router' => '@WebProfiler/Collector/router.html.twig', 'cache' => '@WebProfiler/Collector/cache.html.twig', 'translation' => '@WebProfiler/Collector/translation.html.twig', 'security' => '@Security/Collector/security.html.twig', 'twig' => '@WebProfiler/Collector/twig.html.twig', 'db' => '@Doctrine/Collector/db.html.twig', 'http_client' => '@WebProfiler/Collector/http_client.html.twig', 'dump' => '@Debug/Profiler/dump.html.twig', 'messenger' => '@WebProfiler/Collector/messenger.html.twig', 'mailer' => '@WebProfiler/Collector/mailer.html.twig', 'contao' => '@ContaoCore/Collector/contao.html.twig', 'config' => '@WebProfiler/Collector/config.html.twig'), 'is_ajax' => false, 'profiler_markup_version' => 3, 'profile_type' => 'request', 'csp_script_nonce' => 'ea72a9b17e4ac7b88c99ba9d29aaac1f', 'csp_style_nonce' => 'f3d22c6c443e1a0581d764fa042dcf39'))
         (vendor/twig/twig/src/TemplateWrapper.php:38)
      at Twig\TemplateWrapper->render(array('token' => '572aac', 'profile' => object(Profile), 'collector' => object(SecurityDataCollector), 'panel' => 'security', 'page' => 'home', 'request' => object(Request), 'templates' => array('request' => '@WebProfiler/Collector/request.html.twig', 'command' => '@WebProfiler/Collector/command.html.twig', 'time' => '@WebProfiler/Collector/time.html.twig', 'memory' => '@WebProfiler/Collector/memory.html.twig', 'ajax' => '@WebProfiler/Collector/ajax.html.twig', 'exception' => '@WebProfiler/Collector/exception.html.twig', 'logger' => '@WebProfiler/Collector/logger.html.twig', 'events' => '@WebProfiler/Collector/events.html.twig', 'router' => '@WebProfiler/Collector/router.html.twig', 'cache' => '@WebProfiler/Collector/cache.html.twig', 'translation' => '@WebProfiler/Collector/translation.html.twig', 'security' => '@Security/Collector/security.html.twig', 'twig' => '@WebProfiler/Collector/twig.html.twig', 'db' => '@Doctrine/Collector/db.html.twig', 'http_client' => '@WebProfiler/Collector/http_client.html.twig', 'dump' => '@Debug/Profiler/dump.html.twig', 'messenger' => '@WebProfiler/Collector/messenger.html.twig', 'mailer' => '@WebProfiler/Collector/mailer.html.twig', 'contao' => '@ContaoCore/Collector/contao.html.twig', 'config' => '@WebProfiler/Collector/config.html.twig'), 'is_ajax' => false, 'profiler_markup_version' => 3, 'profile_type' => 'request', 'csp_script_nonce' => 'ea72a9b17e4ac7b88c99ba9d29aaac1f', 'csp_style_nonce' => 'f3d22c6c443e1a0581d764fa042dcf39'))
         (vendor/twig/twig/src/Environment.php:280)
      at Twig\Environment->render('@Security/Collector/security.html.twig', array('token' => '572aac', 'profile' => object(Profile), 'collector' => object(SecurityDataCollector), 'panel' => 'security', 'page' => 'home', 'request' => object(Request), 'templates' => array('request' => '@WebProfiler/Collector/request.html.twig', 'command' => '@WebProfiler/Collector/command.html.twig', 'time' => '@WebProfiler/Collector/time.html.twig', 'memory' => '@WebProfiler/Collector/memory.html.twig', 'ajax' => '@WebProfiler/Collector/ajax.html.twig', 'exception' => '@WebProfiler/Collector/exception.html.twig', 'logger' => '@WebProfiler/Collector/logger.html.twig', 'events' => '@WebProfiler/Collector/events.html.twig', 'router' => '@WebProfiler/Collector/router.html.twig', 'cache' => '@WebProfiler/Collector/cache.html.twig', 'translation' => '@WebProfiler/Collector/translation.html.twig', 'security' => '@Security/Collector/security.html.twig', 'twig' => '@WebProfiler/Collector/twig.html.twig', 'db' => '@Doctrine/Collector/db.html.twig', 'http_client' => '@WebProfiler/Collector/http_client.html.twig', 'dump' => '@Debug/Profiler/dump.html.twig', 'messenger' => '@WebProfiler/Collector/messenger.html.twig', 'mailer' => '@WebProfiler/Collector/mailer.html.twig', 'contao' => '@ContaoCore/Collector/contao.html.twig', 'config' => '@WebProfiler/Collector/config.html.twig'), 'is_ajax' => false, 'profiler_markup_version' => 3, 'profile_type' => 'request', 'csp_script_nonce' => 'ea72a9b17e4ac7b88c99ba9d29aaac1f', 'csp_style_nonce' => 'f3d22c6c443e1a0581d764fa042dcf39'))
         (vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:411)
      at Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController->renderWithCspNonces(object(Request), '@Security/Collector/security.html.twig', array('token' => '572aac', 'profile' => object(Profile), 'collector' => object(SecurityDataCollector), 'panel' => 'security', 'page' => 'home', 'request' => object(Request), 'templates' => array('request' => '@WebProfiler/Collector/request.html.twig', 'command' => '@WebProfiler/Collector/command.html.twig', 'time' => '@WebProfiler/Collector/time.html.twig', 'memory' => '@WebProfiler/Collector/memory.html.twig', 'ajax' => '@WebProfiler/Collector/ajax.html.twig', 'exception' => '@WebProfiler/Collector/exception.html.twig', 'logger' => '@WebProfiler/Collector/logger.html.twig', 'events' => '@WebProfiler/Collector/events.html.twig', 'router' => '@WebProfiler/Collector/router.html.twig', 'cache' => '@WebProfiler/Collector/cache.html.twig', 'translation' => '@WebProfiler/Collector/translation.html.twig', 'security' => '@Security/Collector/security.html.twig', 'twig' => '@WebProfiler/Collector/twig.html.twig', 'db' => '@Doctrine/Collector/db.html.twig', 'http_client' => '@WebProfiler/Collector/http_client.html.twig', 'dump' => '@Debug/Profiler/dump.html.twig', 'messenger' => '@WebProfiler/Collector/messenger.html.twig', 'mailer' => '@WebProfiler/Collector/mailer.html.twig', 'contao' => '@ContaoCore/Collector/contao.html.twig', 'config' => '@WebProfiler/Collector/config.html.twig'), 'is_ajax' => false, 'profiler_markup_version' => 3, 'profile_type' => 'request', 'csp_script_nonce' => 'ea72a9b17e4ac7b88c99ba9d29aaac1f', 'csp_style_nonce' => 'f3d22c6c443e1a0581d764fa042dcf39'))
         (vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:111)
      at Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController->panelAction(object(Request), '572aac')
         (vendor/symfony/http-kernel/HttpKernel.php:181)
      at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 1)
         (vendor/symfony/http-kernel/HttpKernel.php:76)
      at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 1, true)
         (vendor/symfony/http-kernel/Kernel.php:197)
      at Symfony\Component\HttpKernel\Kernel->handle(object(Request))
         (public/index.php:42)
    Das Gleiche passiert auch noch an anderen Stellen, wenn man sich weiter im Debug-Modus umschaut.

    Hat da jemand eine Idee oder wäre ein Ticket angebracht?

    Grüße
    Geändert von tschero (09.03.2024 um 07:03 Uhr)
    Autodidakt und HobbyWebdesigner

    www.webdesign24.biz
    Screencasts zu Contao

  2. #2
    Contao-Urgestein
    Registriert seit
    20.09.2012.
    Ort
    Lüneburger Heide
    Beiträge
    1.989
    Partner-ID
    12207
    User beschenken
    Wunschliste
    Contao-Projekt unterstützen

    Support Contao

    Standard

    Moin,

    niemand eine Idee?
    Kann das Problem jemand nachvollziehen?

    Grüße
    Autodidakt und HobbyWebdesigner

    www.webdesign24.biz
    Screencasts zu Contao

  3. #3
    Community-Moderator
    Wandelndes Contao-Lexikon
    Avatar von Spooky
    Registriert seit
    12.04.2012.
    Ort
    Scotland
    Beiträge
    34.109
    Partner-ID
    10107
    » sponsor me via GitHub or PayPal or Revolut

Aktive Benutzer

Aktive Benutzer

Aktive Benutzer in diesem Thema: 1 (Registrierte Benutzer: 0, Gäste: 1)

Lesezeichen

Lesezeichen

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •