https://schildersysteme.go-stage.at/detail/03ed1d3c8bcf43e49456d29562a40415

ErrorController

Request

GET Parameters

No GET parameters

POST Parameters

Key Value
navigationId
"377e550339f64346a849036e69a1747c"

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"error_controller"
_cspNonce
"nNlNfUSgyhw="
_route_params
null
_stopwatch_token
"735bc1"
exception
Twig\Error\RuntimeError {#18190
  -lineno: 58
  -name: "@SchilderSysteme/storefront/component/product/table.html.twig"
  -rawMessage: "An exception has been thrown during the rendering of a template ("Warning: Division by zero")."
  -sourcePath: "/data/www/stage.tuerschildshop/custom/plugins/SchilderSysteme/src/Resources/views/storefront/component/product/table.html.twig"
  -sourceCode: """
    {% block component_product_table_container %}\n
        {% set variants = page.product.customFields.variants %}\n
        {% set ruleId = page.product.cheapestPrice.ruleId %}\n
        {% set staplelength = product.calculatedPrices.elements|length - 1 %}\n
    \n
        {% if variants|length > 0 %}\n
            {% if page.product.calculatedPrices|length > 1 %}\n
                {% set bestprice = false %}\n
                {% for variant in variants|filter((variant) => variant.availableStock == true) %}\n
                    {% if variant.customFields.custom_units_piece_per_pu != 1 %}\n
                        {% set bestprice = true %}\n
                    {% endif %}\n
                {% endfor %}\n
                {% if bestprice == true %}\n
                    <div class="product-detail-table-container">\n
                        <table class="product-detail-table {% if product.calculatedPrices|length > 1 %}has-badge{% endif %}">\n
                            <tr class="table--header">\n
                                <th align="center" class="price-list-item">{{ "detail.TableArtNr"|trans|sw_sanitize }}</th>\n
                                <th align="center" class="price-list-item">Variante</th>\n
                                <th align="center" class="price-list-item">VE</th>\n
                                <th align="center"\n
                                    class="price-list-item">{{ "detail.tableAvailable"|trans|sw_sanitize }}</th>\n
                                <th align="center"\n
                                    class="price-list-item">{{ "detail.tableQuantity"|trans|sw_sanitize }}</th>\n
                                {% for price in product.calculatedPrices.elements %}\n
                                    {% if loop.last == false and loop.index<=4 %}\n
                                        <th align="center" class="price-list-item">\n
                                            {% if product.calculatedPrices|length > 1 %}\n
                                                <div class="discount-badge">\n
                                                    {% if loop.index == 1 %}-5%{% endif %}\n
                                                    {% if loop.index == 2 %}-8%{% endif %}\n
                                                    {% if loop.index == 3 %}-10%{% endif %}\n
                                                    {% if loop.index == 4 %}-12%{% endif %}\n
                                                </div>\n
                                            {% endif %}\n
                                            {{ (price.quantity + 1) }} VE / Stück\n
                                        </th>\n
                                    {% endif %}\n
                                {% endfor %}\n
                                <th align="center"\n
                                    class="price-list-item">{{ "detail.tableDesiredQuantityVE"|trans|sw_sanitize }}</th>\n
                            </tr>\n
                            <tr>\n
                                {% for variant in variants|filter((variant) => variant.availableStock == true) %}\n
                                {% if variant.customFields.custom_units_piece_per_pu !='1' %}\n
                                {% set pricesVariant = variant.prices.elements|sort((a, b) => a.quantityStart <=> b.quantityStart) %}\n
                            <tr>\n
                                <td>{{ variant.productNumber }}</td>\n
                                <td>\n
                                    {% for variation in variant.variation %}\n
                                        {% if loop.first %}{{ variation.option }}{% else %}, {{ variation.option }}{% endif %}\n
                                    {% endfor %}\n
                                </td>\n
    \n
                                <td>{{ variant.customFields.custom_units_piece_per_pu }}</td>\n
                                <td class="d-flex">{% if variant.availableStock %} <span\n
                                            class="delivery-status-indicator bg-success mx-auto"></span>{% endif %}</td>\n
                                <td>{{ (variant.price.elements|first.net/variant.customFields.custom_units_piece_per_pu)|round(2, 'floor')|currency }}</td>\n
    \n
                                {% set arrayRuleId = pricesVariant|filter((el) => el.ruleId == ruleId) %}\n
                                {% for i in 1..staplelength %}\n
                                    {% set mainloop = loop.index + 1 %}\n
                                    {% if mainloop <= 5 %}\n
                                        <td align="center">\n
                                            <strong>\n
                                                {% for item in arrayRuleId %}\n
                                                    {% if loop.index == mainloop %}\n
                                                        {{ (item.price.elements|first.net/variant.customFields.custom_units_piece_per_pu)|round(2, 'floor')|currency }}\n
                                                    {% endif %}\n
                                                {% endfor %}\n
                                            </strong>\n
                                        </td>\n
                                    {% endif %}\n
                                {% endfor %}\n
                                <td>\n
                                    {% sw_include '@Storefront/storefront/page/product-detail/buy-widget-form-table.html.twig' with {\n
                                        productTable: variant\n
                                    } %}\n
                                </td>\n
                            </tr>\n
                            {% endif %}\n
                            {% endfor %}\n
                        </table>\n
                    </div>\n
                {% endif %}\n
            {% endif %}\n
        {% endif %}\n
    {% endblock %}
    """
  #message: "An exception has been thrown during the rendering of a template ("Warning: Division by zero")."
  #code: 0
  #file: "/data/www/stage.tuerschildshop/custom/plugins/SchilderSysteme/src/Resources/views/storefront/component/product/table.html.twig"
  #line: 58
  -previous: ErrorException {#18267 …}
  trace: {
    /data/www/stage.tuerschildshop/custom/plugins/SchilderSysteme/src/Resources/views/storefront/component/product/table.html.twig:58 {
      Twig\Template->displayBlock($name, array $context, array $blocks = [], $useBlocks = true, self $templateContext = null) …
      ›             class="delivery-status-indicator bg-success mx-auto"></span>{% endif %}</td><td>{{ (variant.price.elements|first.net/variant.customFields.custom_units_piece_per_pu)|round(2, 'floor')|currency }}</td>}
    /data/www/stage.tuerschildshop/var/cache/dev_h41800f5fdfafa409ea382bf45d0f7c63/twig/27/2789f4b2e4647c035a23e2d6a0b077636c42f66742339860f1dd3b2aa1b7eb4d.php:46 {
      __TwigTemplate_ad1d89ea8bbd31a8865d3e9ff7064b32ce4c8df3139bc3d67909c7afdc4119a6->doDisplay(array $context, array $blocks = []) …
      › // line 1$this->displayBlock('component_product_table_container', $context, $blocks);}
    /data/www/stage.tuerschildshop/vendor/twig/twig/src/Template.php:394 {
      Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
      › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
    }
    /data/www/stage.tuerschildshop/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));}
    }
    /data/www/stage.tuerschildshop/custom/plugins/SchilderSysteme/src/Resources/views/storefront/element/cms-element-product-description-reviews.html.twig:165 {
      __TwigTemplate_c6de44df85f5147fb49933fe1be77908930d85b5c04ff9ce8bb85ba7e04f492b->block_element_product_desciption_reviews_tabs_content_variants($context, array $blocks = []) …
      ›     } %}    <span class="table-info-text">{{ "detail.tabVariantsTextInfo"|trans|sw_sanitize }}</span></div>
    }
    /data/www/stage.tuerschildshop/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) {
    }
    /data/www/stage.tuerschildshop/custom/plugins/SchilderSysteme/src/Resources/views/storefront/element/cms-element-product-description-reviews.html.twig:169 {
      __TwigTemplate_c6de44df85f5147fb49933fe1be77908930d85b5c04ff9ce8bb85ba7e04f492b->block_element_product_desciption_reviews_tabs_content_container($context, array $blocks = []) …
      › {% endblock %}
      › "in __TwigTemplate_c6de44df85f5147fb49933fe1be77908930d85b5c04ff9ce8bb85ba7e04f492b->block_element_product_desciption_reviews_tabs_content_container($context, array $blocks = [])"
      › {% for item in crossSellings %}
    }
    /data/www/stage.tuerschildshop/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) {
    }
    /data/www/stage.tuerschildshop/custom/plugins/SchilderSysteme/src/Resources/views/storefront/element/cms-element-product-description-reviews.html.twig:299 {
      __TwigTemplate_c6de44df85f5147fb49933fe1be77908930d85b5c04ff9ce8bb85ba7e04f492b->block_element_product_desciption_reviews_tabs_content($context, array $blocks = []) …
      ›         {% endblock %}    </div>{% endblock %}
    }
    /data/www/stage.tuerschildshop/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) {
    }
    /data/www/stage.tuerschildshop/custom/plugins/SchilderSysteme/src/Resources/views/storefront/element/cms-element-product-description-reviews.html.twig:301 {
      __TwigTemplate_c6de44df85f5147fb49933fe1be77908930d85b5c04ff9ce8bb85ba7e04f492b->block_element_product_desciption_reviews($context, array $blocks = []) …
      ›         {% endblock %}    </div></div>
    }
    /data/www/stage.tuerschildshop/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) {
    }
    /data/www/stage.tuerschildshop/var/cache/dev_h41800f5fdfafa409ea382bf45d0f7c63/twig/88/8836a70a6078db6279ae4771fc3b4ece641d0e11844b1e242728698ba0c9cf45.php:59 {
      __TwigTemplate_c6de44df85f5147fb49933fe1be77908930d85b5c04ff9ce8bb85ba7e04f492b->doDisplay(array $context, array $blocks = []) …
      › // line 1$this->displayBlock('element_product_desciption_reviews', $context, $blocks);}
    /data/www/stage.tuerschildshop/vendor/twig/twig/src/Template.php:394 {
      Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
      › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
    }
    /data/www/stage.tuerschildshop/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));}
    }
    /data/www/stage.tuerschildshop/var/cache/dev_h41800f5fdfafa409ea382bf45d0f7c63/twig/61/618fc5b103afd06f74c92ff1e8a5350e413daece633cbc74954cf2afa95bcc4b.php:113 {
      __TwigTemplate_276f43093464e36e1958c9d05a82d4837ee5cadb80e9efced4d5c1d4c1c06aca->block_block_product_description_reviews_inner($context, array $blocks = []) …
      › if ($__internal_compile_0) {    $__internal_compile_0->display($context);}
    }
    /data/www/stage.tuerschildshop/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) {
    }
    /data/www/stage.tuerschildshop/custom/plugins/SchilderSysteme/src/Resources/views/storefront/block/cms-block-product-description-reviews.html.twig:8 {
      __TwigTemplate_276f43093464e36e1958c9d05a82d4837ee5cadb80e9efced4d5c1d4c1c06aca->block_block_product_description_review($context, array $blocks = []) …
      ›         {% endblock %}    </div>{% endblock %}
    }
    /data/www/stage.tuerschildshop/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) {
    }
    /data/www/stage.tuerschildshop/var/cache/dev_h41800f5fdfafa409ea382bf45d0f7c63/twig/61/618fc5b103afd06f74c92ff1e8a5350e413daece633cbc74954cf2afa95bcc4b.php:47 {
      __TwigTemplate_276f43093464e36e1958c9d05a82d4837ee5cadb80e9efced4d5c1d4c1c06aca->doDisplay(array $context, array $blocks = []) …
      › // line 1$this->displayBlock('block_product_description_review', $context, $blocks);}
    /data/www/stage.tuerschildshop/vendor/twig/twig/src/Template.php:394 {
      Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
      › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
    }
    /data/www/stage.tuerschildshop/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));}
    }
    /data/www/stage.tuerschildshop/var/cache/dev_h41800f5fdfafa409ea382bf45d0f7c63/twig/4b/4bdf8731a31fb2d0597b668b05fdc82308415d416144890da51c1a2e399424df.php:280 {
      __TwigTemplate_324a27fcb74fd56757c69801f2025464472cbaa646a830349b8969860ee72a88->block_section_content_block_row($context, array $blocks = []) …
      › if ($__internal_compile_0) {    $__internal_compile_0->display($context);}
    }
    /data/www/stage.tuerschildshop/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) {
    }
    /data/www/stage.tuerschildshop/vendor/shopware/storefront/Resources/views/storefront/section/cms-section-block-container.html.twig:54 {
      __TwigTemplate_324a27fcb74fd56757c69801f2025464472cbaa646a830349b8969860ee72a88->block_section_content_block_container($context, array $blocks = []) …
      ›         {% endblock %}    </div>{% endblock %}
    }
    /data/www/stage.tuerschildshop/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) {
    }
    /data/www/stage.tuerschildshop/vendor/shopware/storefront/Resources/views/storefront/section/cms-section-block-container.html.twig:56 {
      __TwigTemplate_324a27fcb74fd56757c69801f2025464472cbaa646a830349b8969860ee72a88->block_section_content_block($context, array $blocks = []) …
      ›         {% endblock %}    </div>{% endblock %}
    }
    /data/www/stage.tuerschildshop/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) {
    }
    /data/www/stage.tuerschildshop/var/cache/dev_h41800f5fdfafa409ea382bf45d0f7c63/twig/4b/4bdf8731a31fb2d0597b668b05fdc82308415d416144890da51c1a2e399424df.php:49 {
      __TwigTemplate_324a27fcb74fd56757c69801f2025464472cbaa646a830349b8969860ee72a88->doDisplay(array $context, array $blocks = []) …
      › // line 1$this->displayBlock('section_content_block', $context, $blocks);}
    /data/www/stage.tuerschildshop/vendor/twig/twig/src/Template.php:394 {
      Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
      › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
    }
    /data/www/stage.tuerschildshop/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));}
    }
    /data/www/stage.tuerschildshop/vendor/shopware/storefront/Resources/views/storefront/section/cms-section-default.html.twig:8 {
      __TwigTemplate_dac2c63691686d19b790d7f6d8df437a3a4a45b6a657decee5c7860f1042fffe->block_section_default_content_block($context, array $blocks = []) …
      ›         {% sw_include "@Storefront/storefront/section/cms-section-block-container.html.twig" %}    {% endblock %}{% endfor %}
    }
    /data/www/stage.tuerschildshop/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) {
    }
    /data/www/stage.tuerschildshop/vendor/shopware/storefront/Resources/views/storefront/section/cms-section-default.html.twig:9 {
      __TwigTemplate_dac2c63691686d19b790d7f6d8df437a3a4a45b6a657decee5c7860f1042fffe->block_page_content_section_default($context, array $blocks = []) …
      ›         {% endblock %}    {% endfor %}</div>
    }
    /data/www/stage.tuerschildshop/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) {
    }
    /data/www/stage.tuerschildshop/var/cache/dev_h41800f5fdfafa409ea382bf45d0f7c63/twig/47/47e4e39da11c9ada02251f96553d92796217f24dcf0a8656f9831d097e32c417.php:47 {
      __TwigTemplate_dac2c63691686d19b790d7f6d8df437a3a4a45b6a657decee5c7860f1042fffe->doDisplay(array $context, array $blocks = []) …
      › // line 1$this->displayBlock('page_content_section_default', $context, $blocks);}
    /data/www/stage.tuerschildshop/vendor/twig/twig/src/Template.php:394 {
      Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
      › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
    }
    /data/www/stage.tuerschildshop/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));}
    }
    /data/www/stage.tuerschildshop/custom/plugins/Tuerschild_2/src/Resources/views/storefront/page/content/detail.html.twig:25 {
      __TwigTemplate_6326c7c9438a058ddbe49d8471fa9e2a9ba1cfcf014a76344c7c9d28d79ca331->block_page_content_section($context, array $blocks = []) …
      ›         {% sw_include "@Storefront/storefront/section/cms-section-" ~ section.type ~ ".html.twig" %}    </div>{% endblock %}
    }
    /data/www/stage.tuerschildshop/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) {
    }
    /data/www/stage.tuerschildshop/custom/plugins/Tuerschild_2/src/Resources/views/storefront/page/content/detail.html.twig:27 {
      __TwigTemplate_6326c7c9438a058ddbe49d8471fa9e2a9ba1cfcf014a76344c7c9d28d79ca331->block_page_content_sections_inner($context, array $blocks = []) …
      ›         {% endblock %}    {% endfor %}</div>
    }
    /data/www/stage.tuerschildshop/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) {
    }
    /data/www/stage.tuerschildshop/var/cache/dev_h41800f5fdfafa409ea382bf45d0f7c63/twig/de/de802788c0cc680d5be8e4ba1ff3c72331ae624dd9a4550c16c66bc37ce69224.php:47 {
      __TwigTemplate_371e8ef633e8ebc9f31759b3bfb31e3fae4249ae8a8747561f99579b0e9e4c2b->doDisplay(array $context, array $blocks = []) …
      › // line 3$this->displayBlock('page_content_sections_inner', $context, $blocks);}
    /data/www/stage.tuerschildshop/vendor/twig/twig/src/Template.php:394 {
      Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
      › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
    }
    /data/www/stage.tuerschildshop/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));}
    }
    /data/www/stage.tuerschildshop/var/cache/dev_h41800f5fdfafa409ea382bf45d0f7c63/twig/1b/1bd98f71d070f0d25c7726d3c4651d0b4a46f11abd5a82e8d20e5b19d7360f32.php:51 {
      __TwigTemplate_6326c7c9438a058ddbe49d8471fa9e2a9ba1cfcf014a76344c7c9d28d79ca331->doDisplay(array $context, array $blocks = []) …
      › $this->parent = $this->loadTemplate("@Storefront/storefront/page/content/detail.html.twig", "@Tuerschild_2/storefront/page/content/detail.html.twig", 2);$this->parent->display($context, array_merge($this->blocks, $blocks));}
    /data/www/stage.tuerschildshop/vendor/twig/twig/src/Template.php:394 {
      Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
      › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
    }
    /data/www/stage.tuerschildshop/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));}
    }
    /data/www/stage.tuerschildshop/custom/plugins/SchilderSysteme/src/Resources/views/storefront/page/content/product-detail.html.twig:23 {
      __TwigTemplate_3654ba5a172612ab9e3f7eca035962d414c0fb015d66d76aa3927c03640ebfaf->block_page_content_blocks($context, array $blocks = []) …
      ›         {% sw_include "@Storefront/storefront/page/content/detail.html.twig" with {'cmsPage': page.cmsPage} %}    {% endblock %}</div>
    }
    /data/www/stage.tuerschildshop/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) {
    }
    /data/www/stage.tuerschildshop/custom/plugins/SchilderSysteme/src/Resources/views/storefront/page/content/product-detail.html.twig:24 {
      __TwigTemplate_3654ba5a172612ab9e3f7eca035962d414c0fb015d66d76aa3927c03640ebfaf->block_cms_content($context, array $blocks = []) …
      ›         {% endblock %}    </div>{% endblock %}
    }
    /data/www/stage.tuerschildshop/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) {
    }
    /data/www/stage.tuerschildshop/custom/plugins/SchilderSysteme/src/Resources/views/storefront/page/content/product-detail.html.twig:26 {
      __TwigTemplate_3654ba5a172612ab9e3f7eca035962d414c0fb015d66d76aa3927c03640ebfaf->block_page_content($context, array $blocks = []) …
      ›     {% endblock %}{% endblock %}{% block detail_page_sticky_nav %}
    }
    /data/www/stage.tuerschildshop/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) {
    }
    /data/www/stage.tuerschildshop/custom/plugins/SchilderSysteme/src/Resources/views/storefront/page/content/product-detail.html.twig:27 {
      __TwigTemplate_3654ba5a172612ab9e3f7eca035962d414c0fb015d66d76aa3927c03640ebfaf->block_base_main_inner($context, array $blocks = []) …
      › {% endblock %}{% block detail_page_sticky_nav %}    {% set categories=item.null %}
    }
    /data/www/stage.tuerschildshop/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) {
    }
    /data/www/stage.tuerschildshop/vendor/shopware/storefront/Resources/views/storefront/base.html.twig:85 {
      __TwigTemplate_1531f060d160c6bc0270b8bc533f9272b204455df038816cd36539199db86b8f->block_base_main($context, array $blocks = []) …
      ›         {% endblock %}    </main>{% endblock %}
    }
    /data/www/stage.tuerschildshop/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) {
    }
    /data/www/stage.tuerschildshop/vendor/shopware/storefront/Resources/views/storefront/base.html.twig:87 {
      __TwigTemplate_1531f060d160c6bc0270b8bc533f9272b204455df038816cd36539199db86b8f->block_base_body_inner($context, array $blocks = []) …
      › {% endblock %}
      › "in __TwigTemplate_1531f060d160c6bc0270b8bc533f9272b204455df038816cd36539199db86b8f->block_base_body_inner($context, array $blocks = [])"
      › {% block base_footer %}
    }
    /data/www/stage.tuerschildshop/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) {
    }
    /data/www/stage.tuerschildshop/vendor/twig/twig/src/Template.php:134 {
      Twig\Template->displayParentBlock($name, array $context, array $blocks = []) …
      › } elseif (false !== $parent = $this->getParent($context)) {    $parent->displayBlock($name, $context, $blocks, false);} else {
    }
    /data/www/stage.tuerschildshop/var/cache/dev_h41800f5fdfafa409ea382bf45d0f7c63/twig/05/053f186aa20a0a51600197fc20641847c5f0288c0873ef9817c2146e6c32e39e.php:72 {
      __TwigTemplate_3d91c7e59d0cac276a15f123603f7ab03e1bb6a242d2aa3e13de36aefe1b86b7->block_base_body_inner($context, array $blocks = []) …
      › echo "    ";$this->displayParentBlock("base_body_inner", $context, $blocks);echo "
    }
    /data/www/stage.tuerschildshop/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) {
    }
    /data/www/stage.tuerschildshop/vendor/shopware/storefront/Resources/views/storefront/base.html.twig:96 {
      __TwigTemplate_1531f060d160c6bc0270b8bc533f9272b204455df038816cd36539199db86b8f->block_base_body($context, array $blocks = []) …
      › {% endblock %}
      › "in __TwigTemplate_1531f060d160c6bc0270b8bc533f9272b204455df038816cd36539199db86b8f->block_base_body($context, array $blocks = [])"
      › {% block base_scroll_up %}
    }
    /data/www/stage.tuerschildshop/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) {
    }
    /data/www/stage.tuerschildshop/vendor/shopware/storefront/Resources/views/storefront/base.html.twig:208 {
      __TwigTemplate_1531f060d160c6bc0270b8bc533f9272b204455df038816cd36539199db86b8f->doDisplay(array $context, array $blocks = []) …
      › {% endblock %}</html>}
    /data/www/stage.tuerschildshop/vendor/twig/twig/src/Template.php:394 {
      Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
      › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
    }
    /data/www/stage.tuerschildshop/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));}
    }
    /data/www/stage.tuerschildshop/var/cache/dev_h41800f5fdfafa409ea382bf45d0f7c63/twig/05/053f186aa20a0a51600197fc20641847c5f0288c0873ef9817c2146e6c32e39e.php:51 {
      __TwigTemplate_3d91c7e59d0cac276a15f123603f7ab03e1bb6a242d2aa3e13de36aefe1b86b7->doDisplay(array $context, array $blocks = []) …
      › $this->parent = $this->loadTemplate("@Storefront/storefront/base.html.twig", "@TrustedShops/storefront/base.html.twig", 2);$this->parent->display($context, array_merge($this->blocks, $blocks));}
    /data/www/stage.tuerschildshop/vendor/twig/twig/src/Template.php:394 {
      Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
      › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
    }
    /data/www/stage.tuerschildshop/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));}
    }
    /data/www/stage.tuerschildshop/var/cache/dev_h41800f5fdfafa409ea382bf45d0f7c63/twig/0a/0a62a2e96f7e403c454063a455457746600deee6234ce08527cd422de860a5a6.php:65 {
      __TwigTemplate_1d686d945d8cb6e76bb1738355c790fa2bb564282c3fadf4f084e3109ea4c1fc->doDisplay(array $context, array $blocks = []) …
      › $this->parent = $this->loadTemplate("@TrustedShops/storefront/base.html.twig", "@Tuerschild_2/storefront/base.html.twig", 2);$this->parent->display($context, array_merge($this->blocks, $blocks));}
    /data/www/stage.tuerschildshop/vendor/twig/twig/src/Template.php:394 {
      Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
      › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
    }
    /data/www/stage.tuerschildshop/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));}
    }
    /data/www/stage.tuerschildshop/var/cache/dev_h41800f5fdfafa409ea382bf45d0f7c63/twig/19/196d3d6c0aa81a25462b2b9beb217a78f974bc50119dd5293a6c8a5fb1636fdb.php:53 {
      __TwigTemplate_91b23e6d9197c939d5d404f0c29c54d3c99d47be4567fa985a57c57a5f85b317->doDisplay(array $context, array $blocks = []) …
      › $this->parent = $this->loadTemplate("@Tuerschild_2/storefront/base.html.twig", "@SchilderSysteme/storefront/base.html.twig", 2);$this->parent->display($context, array_merge($this->blocks, $blocks));}
    /data/www/stage.tuerschildshop/vendor/twig/twig/src/Template.php:394 {
      Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
      › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
    }
    /data/www/stage.tuerschildshop/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));}
    }
    /data/www/stage.tuerschildshop/var/cache/dev_h41800f5fdfafa409ea382bf45d0f7c63/twig/04/044e6b45ea5d13ea37d5ae86456e840b20099b687461f900e742d9c6628d8336.php:56 {
      __TwigTemplate_3654ba5a172612ab9e3f7eca035962d414c0fb015d66d76aa3927c03640ebfaf->doDisplay(array $context, array $blocks = []) …
      › $this->parent = $this->loadTemplate("@SchilderSysteme/storefront/base.html.twig", "@SchilderSysteme/storefront/page/content/product-detail.html.twig", 2);$this->parent->display($context, array_merge($this->blocks, $blocks));}
    /data/www/stage.tuerschildshop/vendor/twig/twig/src/Template.php:394 {
      Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
      › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
    }
    /data/www/stage.tuerschildshop/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));}
    }
    /data/www/stage.tuerschildshop/vendor/twig/twig/src/Template.php:379 {
      Twig\Template->render(array $context) …
      › try {    $this->display($context);} catch (\Throwable $e) {
    }
    /data/www/stage.tuerschildshop/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] ?? []);}
    }
    /data/www/stage.tuerschildshop/vendor/twig/twig/src/Environment.php:277 {
      Twig\Environment->render($name, array $context = []): string …
      › {    return $this->load($name)->render($context);}
    }
    /data/www/stage.tuerschildshop/vendor/shopware/storefront/Controller/StorefrontController.php:233 {
      Shopware\Storefront\Controller\StorefrontController->renderView(string $view, array $parameters = []): string …
      › if (isset($this->twig)) {    return $this->twig->render($view, $parameters);}
    }
    /data/www/stage.tuerschildshop/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);}
    /data/www/stage.tuerschildshop/vendor/shopware/storefront/Controller/StorefrontController.php:70 {
      Shopware\Storefront\Controller\StorefrontController->Shopware\Storefront\Controller\{closure} …
      › $response = Profiler::trace('twig-rendering', function () use ($view, $event) {    return $this->render($view, $event->getParameters(), new StorefrontResponse());});
    }
    /data/www/stage.tuerschildshop/vendor/shopware/core/Profiling/Profiler.php:59 {
      Shopware\Core\Profiling\Profiler::trace(string $name, Closure $closure, string $category = 'shopware', array $tags = []) …
      › 
      ›     $result = $closure();} finally {
    }
    /data/www/stage.tuerschildshop/vendor/shopware/storefront/Controller/StorefrontController.php:71 {
      Shopware\Storefront\Controller\StorefrontController->renderStorefront(string $view, array $parameters = []): Response …
      ›     return $this->render($view, $event->getParameters(), new StorefrontResponse());});}
    /data/www/stage.tuerschildshop/vendor/shopware/storefront/Controller/ProductController.php:105 {
      Shopware\Storefront\Controller\ProductController->index(SalesChannelContext $context, Request $request): Response …
      › 
      ›     return $this->renderStorefront('@Storefront/storefront/page/content/product-detail.html.twig', ['page' => $page]);}
    }
    /data/www/stage.tuerschildshop/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);}
    /data/www/stage.tuerschildshop/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) {
    }
    /data/www/stage.tuerschildshop/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 {
    }
    /data/www/stage.tuerschildshop/vendor/shopware/core/HttpKernel.php:154 {
      Shopware\Core\HttpKernel->doHandle(Request $request, int $type, bool $catch): HttpKernelResult …
      › 
      › $response = $kernel->handle($transformed, $type, $catch);}
    /data/www/stage.tuerschildshop/vendor/shopware/core/HttpKernel.php:79 {
      Shopware\Core\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true): HttpKernelResult …
      › try {    return $this->doHandle($request, (int) $type, (bool) $catch);} catch (\Doctrine\DBAL\Exception $e) {
    }
    /data/www/stage.tuerschildshop/public/index.php:85 {
      › 
      › $result = $kernel->handle($request);}
  }
}
logger
Symfony\Bridge\Monolog\Logger {#980 …8}

Request Headers

Header Value
accept
"text/html,application/xhtml+xml,application/xml;q=0.9,image/heif,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7"
accept-encoding
"gzip, br"
accept-language
"en-US,en;q=0.5"
cdn-loop
"cloudflare; loops=1"
cf-connecting-ip
"47.128.125.41"
cf-ray
"8ce31a62ddabce87-SIN"
cf-visitor
"{"scheme":"https"}"
connection
"Keep-Alive"
host
"schildersysteme.go-stage.at"
sec-fetch-dest
"document"
sec-fetch-mode
"navigate"
sec-fetch-site
"none"
sec-fetch-user
"?1"
sw-context-token
"q9vi5LAPsKSTQCgviprSEVEj8WyTWozb"
sw-language-id
"2fbb5fe2e29a4d70aa5854ce7ce3e20b"
upgrade-insecure-requests
"1"
user-agent
"Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)"
x-forwarded-for
"47.128.125.41"
x-forwarded-proto
"https"
x-php-ob-level
"1"

Request Content

Request content not available (it was retrieved as a resource).

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Sun, 06 Oct 2024 05:03:09 GMT"
sw-context-token
"q9vi5LAPsKSTQCgviprSEVEj8WyTWozb"
sw-language-id
"2fbb5fe2e29a4d70aa5854ce7ce3e20b"
x-debug-exception
"An%20exception%20has%20been%20thrown%20during%20the%20rendering%20of%20a%20template%20%28%22Warning%3A%20Division%20by%20zero%22%29."
x-debug-exception-file
"%2Fdata%2Fwww%2Fstage.tuerschildshop%2Fcustom%2Fplugins%2FSchilderSysteme%2Fsrc%2FResources%2Fviews%2Fstorefront%2Fcomponent%2Fproduct%2Ftable.html.twig:58"
x-debug-token
"94f932"
x-frame-options
"deny"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session 14

Session Metadata

Key Value
Created
"Sun, 06 Oct 24 05:03:07 +0000"
Last used
"Sun, 06 Oct 24 05:03:07 +0000"
Lifetime
0

Session Attributes

Attribute Value
sessionId
"e4eguu0u3nfvcrrm9sovr97s46"
sw-context-token
"q9vi5LAPsKSTQCgviprSEVEj8WyTWozb"
sw-sales-channel-id
"94a2bac3e1e349e19719d9d57fe532ce"

Session Usage

14 Usages
Stateless check enabled
Usage
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:178
[
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 178
    "function" => "start"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 54
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 99
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Event/BusinessEventDispatcher.php"
    "line" => 53
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 38
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\BusinessEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/HttpKernel.php"
    "line" => 154
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/HttpKernel.php"
    "line" => 79
    "function" => "doHandle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/public/index.php"
    "line" => 85
    "function" => "handle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
]
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:179
[
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 179
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 54
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 99
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Event/BusinessEventDispatcher.php"
    "line" => 53
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 38
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\BusinessEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/HttpKernel.php"
    "line" => 154
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/HttpKernel.php"
    "line" => 79
    "function" => "doHandle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/public/index.php"
    "line" => 85
    "function" => "handle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
]
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:422
[
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 422
    "function" => "has"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 191
    "function" => "shouldRenewToken"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 54
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 99
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Event/BusinessEventDispatcher.php"
    "line" => 53
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 38
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\BusinessEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/HttpKernel.php"
    "line" => 154
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/HttpKernel.php"
    "line" => 79
    "function" => "doHandle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/public/index.php"
    "line" => 85
    "function" => "handle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
]
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:193
[
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 193
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 54
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 99
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Event/BusinessEventDispatcher.php"
    "line" => 53
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 38
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\BusinessEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/HttpKernel.php"
    "line" => 154
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/HttpKernel.php"
    "line" => 79
    "function" => "doHandle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/public/index.php"
    "line" => 85
    "function" => "handle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
]
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:194
[
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 194
    "function" => "set"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 54
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 99
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Event/BusinessEventDispatcher.php"
    "line" => 53
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 38
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\BusinessEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/HttpKernel.php"
    "line" => 154
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/HttpKernel.php"
    "line" => 79
    "function" => "doHandle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/public/index.php"
    "line" => 85
    "function" => "handle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
]
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:199
[
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 199
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 54
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 99
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Event/BusinessEventDispatcher.php"
    "line" => 53
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 38
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\BusinessEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/HttpKernel.php"
    "line" => 154
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/HttpKernel.php"
    "line" => 79
    "function" => "doHandle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/public/index.php"
    "line" => 85
    "function" => "handle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
]
Swag\PayPal\Storefront\Data\Service\FundingEligibilityDataService:76
[
  [
    "file" => "/data/www/stage.tuerschildshop/custom/plugins/SwagPayPal/src/Storefront/Data/Service/FundingEligibilityDataService.php"
    "line" => 76
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/custom/plugins/SwagPayPal/src/Storefront/Data/Service/FundingEligibilityDataService.php"
    "line" => 56
    "function" => "getFilteredPaymentMethods"
    "class" => "Swag\PayPal\Storefront\Data\Service\FundingEligibilityDataService"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/custom/plugins/SwagPayPal/src/Storefront/Data/FundingSubscriber.php"
    "line" => 49
    "function" => "buildData"
    "class" => "Swag\PayPal\Storefront\Data\Service\FundingEligibilityDataService"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "addFundingAvailabilityData"
    "class" => "Swag\PayPal\Storefront\Data\FundingSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 54
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 99
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Event/BusinessEventDispatcher.php"
    "line" => 53
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 38
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\BusinessEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/storefront/Pagelet/Footer/FooterPageletLoader.php"
    "line" => 51
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/storefront/Page/GenericPageLoader.php"
    "line" => 91
    "function" => "load"
    "class" => "Shopware\Storefront\Pagelet\Footer\FooterPageletLoader"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Profiling/Profiler.php"
    "line" => 59
    "function" => "Shopware\Storefront\Page\{closure}"
    "class" => "Shopware\Storefront\Page\GenericPageLoader"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/storefront/Page/GenericPageLoader.php"
    "line" => 130
    "function" => "trace"
    "class" => "Shopware\Core\Profiling\Profiler"
    "type" => "::"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/storefront/Page/Product/ProductPageLoader.php"
    "line" => 95
    "function" => "load"
    "class" => "Shopware\Storefront\Page\GenericPageLoader"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/storefront/Controller/ProductController.php"
    "line" => 88
    "function" => "load"
    "class" => "Shopware\Storefront\Page\Product\ProductPageLoader"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "index"
    "class" => "Shopware\Storefront\Controller\ProductController"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/HttpKernel.php"
    "line" => 154
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/HttpKernel.php"
    "line" => 79
    "function" => "doHandle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/public/index.php"
    "line" => 85
    "function" => "handle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
]
Symfony\Bridge\Twig\AppVariable:168
[
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/twig-bridge/AppVariable.php"
    "line" => 168
    "function" => "getFlashBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/storefront/Framework/Twig/TwigAppVariable.php"
    "line" => 128
    "function" => "getFlashes"
    "class" => "Symfony\Bridge\Twig\AppVariable"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/twig/twig/src/Extension/CoreExtension.php"
    "line" => 1607
    "function" => "getFlashes"
    "class" => "Shopware\Storefront\Framework\Twig\TwigAppVariable"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Adapter/Twig/functions.php"
    "line" => 49
    "function" => "twig_get_attribute"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/var/cache/dev_h41800f5fdfafa409ea382bf45d0f7c63/twig/b4/b45d25624b26dd7c3f9bafcf08a704a01ee0a574cb25dfeee76fc46c195adedd.php"
    "line" => 531
    "function" => "Shopware\Core\Framework\Adapter\Twig\sw_get_attribute"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/twig/twig/src/Template.php"
    "line" => 171
    "function" => "block_base_flashbags"
    "class" => "__TwigTemplate_1531f060d160c6bc0270b8bc533f9272b204455df038816cd36539199db86b8f"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/var/cache/dev_h41800f5fdfafa409ea382bf45d0f7c63/twig/b4/b45d25624b26dd7c3f9bafcf08a704a01ee0a574cb25dfeee76fc46c195adedd.php"
    "line" => 499
    "function" => "displayBlock"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/twig/twig/src/Template.php"
    "line" => 171
    "function" => "block_base_main"
    "class" => "__TwigTemplate_1531f060d160c6bc0270b8bc533f9272b204455df038816cd36539199db86b8f"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/var/cache/dev_h41800f5fdfafa409ea382bf45d0f7c63/twig/b4/b45d25624b26dd7c3f9bafcf08a704a01ee0a574cb25dfeee76fc46c195adedd.php"
    "line" => 283
    "function" => "displayBlock"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/twig/twig/src/Template.php"
    "line" => 171
    "function" => "block_base_body_inner"
    "class" => "__TwigTemplate_1531f060d160c6bc0270b8bc533f9272b204455df038816cd36539199db86b8f"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/twig/twig/src/Template.php"
    "line" => 134
    "function" => "displayBlock"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/var/cache/dev_h41800f5fdfafa409ea382bf45d0f7c63/twig/05/053f186aa20a0a51600197fc20641847c5f0288c0873ef9817c2146e6c32e39e.php"
    "line" => 72
    "function" => "displayParentBlock"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/twig/twig/src/Template.php"
    "line" => 171
    "function" => "block_base_body_inner"
    "class" => "__TwigTemplate_3d91c7e59d0cac276a15f123603f7ab03e1bb6a242d2aa3e13de36aefe1b86b7"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/var/cache/dev_h41800f5fdfafa409ea382bf45d0f7c63/twig/b4/b45d25624b26dd7c3f9bafcf08a704a01ee0a574cb25dfeee76fc46c195adedd.php"
    "line" => 193
    "function" => "displayBlock"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/twig/twig/src/Template.php"
    "line" => 171
    "function" => "block_base_body"
    "class" => "__TwigTemplate_1531f060d160c6bc0270b8bc533f9272b204455df038816cd36539199db86b8f"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/var/cache/dev_h41800f5fdfafa409ea382bf45d0f7c63/twig/b4/b45d25624b26dd7c3f9bafcf08a704a01ee0a574cb25dfeee76fc46c195adedd.php"
    "line" => 97
    "function" => "displayBlock"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/twig/twig/src/Template.php"
    "line" => 394
    "function" => "doDisplay"
    "class" => "__TwigTemplate_1531f060d160c6bc0270b8bc533f9272b204455df038816cd36539199db86b8f"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/twig/twig/src/Template.php"
    "line" => 367
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/var/cache/dev_h41800f5fdfafa409ea382bf45d0f7c63/twig/05/053f186aa20a0a51600197fc20641847c5f0288c0873ef9817c2146e6c32e39e.php"
    "line" => 51
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/twig/twig/src/Template.php"
    "line" => 394
    "function" => "doDisplay"
    "class" => "__TwigTemplate_3d91c7e59d0cac276a15f123603f7ab03e1bb6a242d2aa3e13de36aefe1b86b7"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/twig/twig/src/Template.php"
    "line" => 367
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/var/cache/dev_h41800f5fdfafa409ea382bf45d0f7c63/twig/0a/0a62a2e96f7e403c454063a455457746600deee6234ce08527cd422de860a5a6.php"
    "line" => 65
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/twig/twig/src/Template.php"
    "line" => 394
    "function" => "doDisplay"
    "class" => "__TwigTemplate_1d686d945d8cb6e76bb1738355c790fa2bb564282c3fadf4f084e3109ea4c1fc"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/twig/twig/src/Template.php"
    "line" => 367
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/var/cache/dev_h41800f5fdfafa409ea382bf45d0f7c63/twig/19/196d3d6c0aa81a25462b2b9beb217a78f974bc50119dd5293a6c8a5fb1636fdb.php"
    "line" => 53
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/twig/twig/src/Template.php"
    "line" => 394
    "function" => "doDisplay"
    "class" => "__TwigTemplate_91b23e6d9197c939d5d404f0c29c54d3c99d47be4567fa985a57c57a5f85b317"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/twig/twig/src/Template.php"
    "line" => 367
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/var/cache/dev_h41800f5fdfafa409ea382bf45d0f7c63/twig/04/044e6b45ea5d13ea37d5ae86456e840b20099b687461f900e742d9c6628d8336.php"
    "line" => 56
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/twig/twig/src/Template.php"
    "line" => 394
    "function" => "doDisplay"
    "class" => "__TwigTemplate_3654ba5a172612ab9e3f7eca035962d414c0fb015d66d76aa3927c03640ebfaf"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/twig/twig/src/Template.php"
    "line" => 367
    "function" => "displayWithErrorHandling"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/twig/twig/src/Template.php"
    "line" => 379
    "function" => "display"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/twig/twig/src/TemplateWrapper.php"
    "line" => 40
    "function" => "render"
    "class" => "Twig\Template"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/twig/twig/src/Environment.php"
    "line" => 277
    "function" => "render"
    "class" => "Twig\TemplateWrapper"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/storefront/Controller/StorefrontController.php"
    "line" => 233
    "function" => "render"
    "class" => "Twig\Environment"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/framework-bundle/Controller/AbstractController.php"
    "line" => 266
    "function" => "renderView"
    "class" => "Shopware\Storefront\Controller\StorefrontController"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/storefront/Controller/StorefrontController.php"
    "line" => 70
    "function" => "render"
    "class" => "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Profiling/Profiler.php"
    "line" => 59
    "function" => "Shopware\Storefront\Controller\{closure}"
    "class" => "Shopware\Storefront\Controller\StorefrontController"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/storefront/Controller/StorefrontController.php"
    "line" => 71
    "function" => "trace"
    "class" => "Shopware\Core\Profiling\Profiler"
    "type" => "::"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/storefront/Controller/ProductController.php"
    "line" => 105
    "function" => "renderStorefront"
    "class" => "Shopware\Storefront\Controller\StorefrontController"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 163
    "function" => "index"
    "class" => "Shopware\Storefront\Controller\ProductController"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/HttpKernel.php"
    "line" => 154
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/HttpKernel.php"
    "line" => 79
    "function" => "doHandle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/public/index.php"
    "line" => 85
    "function" => "handle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
]
Shopware\Storefront\Framework\Routing\StorefrontSubscriber:427
[
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 427
    "function" => "get"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/storefront/Framework/Routing/StorefrontSubscriber.php"
    "line" => 191
    "function" => "shouldRenewToken"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "startSession"
    "class" => "Shopware\Storefront\Framework\Routing\StorefrontSubscriber"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 54
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 99
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Event/BusinessEventDispatcher.php"
    "line" => 53
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 38
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\BusinessEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 91
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 54
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 99
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Event/BusinessEventDispatcher.php"
    "line" => 53
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 38
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\BusinessEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 223
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 86
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/HttpKernel.php"
    "line" => 154
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/HttpKernel.php"
    "line" => 79
    "function" => "doHandle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/public/index.php"
    "line" => 85
    "function" => "handle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:72
[
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 72
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 54
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 99
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Event/BusinessEventDispatcher.php"
    "line" => 53
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 38
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\BusinessEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 184
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 91
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 54
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 99
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Event/BusinessEventDispatcher.php"
    "line" => 53
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 38
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\BusinessEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 223
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 86
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/HttpKernel.php"
    "line" => 154
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/HttpKernel.php"
    "line" => 79
    "function" => "doHandle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/public/index.php"
    "line" => 85
    "function" => "handle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:73
[
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 73
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 54
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 99
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Event/BusinessEventDispatcher.php"
    "line" => 53
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 38
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\BusinessEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 184
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 91
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 54
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 99
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Event/BusinessEventDispatcher.php"
    "line" => 53
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 38
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\BusinessEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 223
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 86
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/HttpKernel.php"
    "line" => 154
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/HttpKernel.php"
    "line" => 79
    "function" => "doHandle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/public/index.php"
    "line" => 85
    "function" => "handle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:74
[
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 74
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 54
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 99
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Event/BusinessEventDispatcher.php"
    "line" => 53
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 38
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\BusinessEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 184
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 91
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 54
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 99
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Event/BusinessEventDispatcher.php"
    "line" => 53
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 38
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\BusinessEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 223
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 86
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/HttpKernel.php"
    "line" => 154
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/HttpKernel.php"
    "line" => 79
    "function" => "doHandle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/public/index.php"
    "line" => 85
    "function" => "handle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:75
[
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 75
    "function" => "all"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 54
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 99
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Event/BusinessEventDispatcher.php"
    "line" => 53
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 38
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\BusinessEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 184
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 91
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 54
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 99
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Event/BusinessEventDispatcher.php"
    "line" => 53
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 38
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\BusinessEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 223
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 86
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/HttpKernel.php"
    "line" => 154
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/HttpKernel.php"
    "line" => 79
    "function" => "doHandle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/public/index.php"
    "line" => 85
    "function" => "handle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
]
Symfony\Component\HttpKernel\DataCollector\RequestDataCollector:76
[
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php"
    "line" => 76
    "function" => "getFlashBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/Profiler/Profiler.php"
    "line" => 161
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/EventListener/ProfilerListener.php"
    "line" => 108
    "function" => "collect"
    "class" => "Symfony\Component\HttpKernel\Profiler\Profiler"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelResponse"
    "class" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 54
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 99
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Event/BusinessEventDispatcher.php"
    "line" => 53
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 38
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\BusinessEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 196
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 184
    "function" => "filterResponse"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/EventListener/ErrorListener.php"
    "line" => 91
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 117
    "function" => "onKernelException"
    "class" => "Symfony\Component\HttpKernel\EventListener\ErrorListener"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Content/Flow/Dispatching/FlowDispatcher.php"
    "line" => 54
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Webhook/WebhookDispatcher.php"
    "line" => 99
    "function" => "dispatch"
    "class" => "Shopware\Core\Content\Flow\Dispatching\FlowDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Event/BusinessEventDispatcher.php"
    "line" => 53
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Webhook\WebhookDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/Framework/Event/NestedEventDispatcher.php"
    "line" => 38
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\BusinessEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Shopware\Core\Framework\Event\NestedEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 223
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 86
    "function" => "handleThrowable"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/HttpKernel.php"
    "line" => 154
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/vendor/shopware/core/HttpKernel.php"
    "line" => 79
    "function" => "doHandle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/data/www/stage.tuerschildshop/public/index.php"
    "line" => 85
    "function" => "handle"
    "class" => "Shopware\Core\HttpKernel"
    "type" => "->"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_ENV
"dev"
APP_SECRET
"def00000df739ebc13635b0ec15873941bbd36ab6ecfcd959a47d0c19111d25ba72ec949413642ceeab99c3de577743e6ac9bdb10900d72ee5f8d0ca88f7739aff65ebd0"
APP_URL
"http://tuerschildshop.go-stage.at/public"
BLUE_GREEN_DEPLOYMENT
"1"
COMPOSER_HOME
"/data/www/stage.tuerschildshop/var/cache/composer"
DATABASE_URL
"mysql://tuerschildshop:A4jAB4Pppwf9w3U@localhost:3306/tuerschildshop_stage"
INSTANCE_ID
"0LnNzDILMMUMcPivLJfe19L6DlyoROxt"
MAILER_URL
"sendmail://localhost"
SHOPWARE_CDN_STRATEGY_DEFAULT
"id"
SHOPWARE_ES_ENABLED
"0"
SHOPWARE_ES_HOSTS
""
SHOPWARE_ES_INDEXING_ENABLED
"0"
SHOPWARE_ES_INDEX_PREFIX
"sw"
SHOPWARE_HTTP_CACHE_ENABLED
"0"
SHOPWARE_HTTP_DEFAULT_TTL
"7200"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTEXT_DOCUMENT_ROOT
"/data/www/stage.tuerschildshop/public/"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/data/www/stage.tuerschildshop/public/"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
HOME
"/usr/share/httpd"
HTTPS
"on"
HTTP_ACCEPT
"text/html,application/xhtml+xml,application/xml;q=0.9,image/heif,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7"
HTTP_ACCEPT_ENCODING
"gzip, br"
HTTP_ACCEPT_LANGUAGE
"en-US,en;q=0.5"
HTTP_CDN_LOOP
"cloudflare; loops=1"
HTTP_CF_CONNECTING_IP
"47.128.125.41"
HTTP_CF_RAY
"8ce31a62ddabce87-SIN"
HTTP_CF_VISITOR
"{"scheme":"https"}"
HTTP_CONNECTION
"Keep-Alive"
HTTP_HOST
"schildersysteme.go-stage.at"
HTTP_SEC_FETCH_DEST
"document"
HTTP_SEC_FETCH_MODE
"navigate"
HTTP_SEC_FETCH_SITE
"none"
HTTP_SEC_FETCH_USER
"?1"
HTTP_UPGRADE_INSECURE_REQUESTS
"1"
HTTP_USER_AGENT
"Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)"
HTTP_X_FORWARDED_FOR
"47.128.125.41"
HTTP_X_FORWARDED_PROTO
"https"
INVOCATION_ID
"0c01e823b70a43868c729d6ba246f29b"
JOURNAL_STREAM
"9:740957"
LANG
"de_AT.UTF-8"
NOTIFY_SOCKET
"/run/systemd/notify"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_HTTPS
"on"
REDIRECT_SSL_TLS_SNI
"schildersysteme.go-stage.at"
REDIRECT_STATUS
"200"
REDIRECT_UNIQUE_ID
"ZwIaCrBjEKwRIWdzSymvnwAAAFQ"
REDIRECT_URL
"/Wegweiser-MODO.plex/m108.ar297"
REMOTE_ADDR
"172.71.124.209"
REMOTE_PORT
"11684"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1728190986
REQUEST_TIME_FLOAT
1728190986.7879
REQUEST_URI
"/detail/03ed1d3c8bcf43e49456d29562a40415"
RUNTIME_DIRECTORY
"/run/php-fpm"
SCRIPT_FILENAME
"/data/www/stage.tuerschildshop/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"88.99.125.189"
SERVER_ADMIN
"root@localhost"
SERVER_NAME
"schildersysteme.go-stage.at"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SSL_CIPHER
"TLS_AES_256_GCM_SHA384"
SSL_CIPHER_ALGKEYSIZE
"256"
SSL_CIPHER_EXPORT
"false"
SSL_CIPHER_USEKEYSIZE
"256"
SSL_CLIENT_VERIFY
"NONE"
SSL_COMPRESS_METHOD
"NULL"
SSL_PROTOCOL
"TLSv1.3"
SSL_SECURE_RENEG
"false"
SSL_SERVER_A_KEY
"rsaEncryption"
SSL_SERVER_A_SIG
"sha256WithRSAEncryption"
SSL_SERVER_I_DN
"ST=California,L=San Francisco,OU=CloudFlare Origin SSL Certificate Authority,O=CloudFlare\, Inc.,C=US"
SSL_SERVER_I_DN_C
"US"
SSL_SERVER_I_DN_L
"San Francisco"
SSL_SERVER_I_DN_O
"CloudFlare, Inc."
SSL_SERVER_I_DN_OU
"CloudFlare Origin SSL Certificate Authority"
SSL_SERVER_I_DN_ST
"California"
SSL_SERVER_M_SERIAL
"19E4FE74583B56128E39C998298FCD330283D20E"
SSL_SERVER_M_VERSION
"3"
SSL_SERVER_SAN_DNS_0
"*.tuerschild.shop"
SSL_SERVER_SAN_DNS_1
"tuerschild.shop"
SSL_SERVER_S_DN
"CN=CloudFlare Origin Certificate,OU=CloudFlare Origin CA,O=CloudFlare\, Inc."
SSL_SERVER_S_DN_CN
"CloudFlare Origin Certificate"
SSL_SERVER_S_DN_O
"CloudFlare, Inc."
SSL_SERVER_S_DN_OU
"CloudFlare Origin CA"
SSL_SERVER_V_END
"Feb 27 13:07:00 2036 GMT"
SSL_SERVER_V_START
"Mar  2 13:07:00 2021 GMT"
SSL_SESSION_ID
"824458a4816f16ddd975a47119009d612c76924609ddf9407b91ff477dabb46d"
SSL_SESSION_RESUMED
"Initial"
SSL_TLS_SNI
"schildersysteme.go-stage.at"
SSL_VERSION_INTERFACE
"mod_ssl/2.4.37"
SSL_VERSION_LIBRARY
"OpenSSL/1.1.1k"
SYMFONY_DOTENV_VARS
"APP_SECRET,APP_URL,MAILER_URL,DATABASE_URL,COMPOSER_HOME,INSTANCE_ID,BLUE_GREEN_DEPLOYMENT,SHOPWARE_HTTP_CACHE_ENABLED,APP_ENV,SHOPWARE_HTTP_DEFAULT_TTL,SHOPWARE_ES_HOSTS,SHOPWARE_ES_ENABLED,SHOPWARE_ES_INDEXING_ENABLED,SHOPWARE_ES_INDEX_PREFIX,SHOPWARE_CDN_STRATEGY_DEFAULT"
UNIQUE_ID
"ZwIaCrBjEKwRIWdzSymvnwAAAFQ"
USER
"apache"
proxy-nokeepalive
"1"

Parent Request

Return to parent request (token = a31c4f)

Key Value
_controller
"Shopware\Storefront\Controller\ProductController::index"
_cspNonce
"+qV8qUqnom8="
_httpCache
[
  Shopware\Storefront\Framework\Cache\Annotation\HttpCache {#1932
    -maxAge: null
    -states: null
  }
]
_is_sales_channel
true
_locale
"de-DE"
_remove_csp_headers
true
_route
"frontend.detail.page"
_routeScope
[
  "storefront"
]
_route_params
[
  "productId" => "03ed1d3c8bcf43e49456d29562a40415"
]
_since
Shopware\Core\Framework\Routing\Annotation\Since {#1928
  -value: "6.3.3.0"
}
_stopwatch_token
"ed4de2"
productId
"03ed1d3c8bcf43e49456d29562a40415"
resolved-uri
"/detail/03ed1d3c8bcf43e49456d29562a40415"
sw-context
Shopware\Core\Framework\Context {#1959
  #languageIdChain: [
    "2fbb5fe2e29a4d70aa5854ce7ce3e20b"
  ]
  #versionId: "0fa91ce3e96a4bc2be4bd9ce752c3425"
  #currencyId: "b7d2554b0ce847cd82f3ac9bd1c0dfca"
  #currencyFactor: 1.0
  #scope: "user"
  #ruleIds: [
    "3858957016644de4ae48c0500bf3ccc8"
    "3dc82f1edd7042fd96c61e9f654e3dcd"
    "4b202782cbef4824b71c49eb674eca43"
    "b18e985f989b4a6981aab429924e3055"
    "d43ec73ea3744414b1043799aba3e08e"
    "e1378db7808a478f919e0d740d5d6c1a"
    "e6b6b5f8728b4e229d0010c194893daf"
    "e7024a62eabc445aab88f00201cda49b"
    "3cf541369e6d4a2fa70aa8687a65fc2d"
    "28caae75a5624f0d985abd0eb32aa160"
    "fff99bc18bbd411a948d466cd80d5553"
  ]
  #source: Shopware\Core\Framework\Api\Context\SalesChannelApiSource {#1956 …}
  #considerInheritance: true
  #taxState: "net"
  #rounding: Shopware\Core\Framework\DataAbstractionLayer\Pricing\CashRoundingConfig {#4338 …}
  #extensions: []
  -states: []
}
sw-currency-id
"b7d2554b0ce847cd82f3ac9bd1c0dfca"
sw-domain-id
"99cc0c08c0bf48a99ec08128f23e59c0"
sw-maintenance
false
sw-maintenance-ip-whitelist
"[]"
sw-original-request-uri
"/Wegweiser-MODO.plex/m108.ar297"
sw-sales-channel-absolute-base-url
"https://schildersysteme.go-stage.at"
sw-sales-channel-base-url
""
sw-sales-channel-context
Shopware\Core\System\SalesChannel\SalesChannelContext {#1952
  #token: "q9vi5LAPsKSTQCgviprSEVEj8WyTWozb"
  #currentCustomerGroup: Shopware\Core\Checkout\Customer\Aggregate\CustomerGroup\CustomerGroupEntity {#1962 …}
  #fallbackCustomerGroup: Shopware\Core\Checkout\Customer\Aggregate\CustomerGroup\CustomerGroupEntity {#1962 …}
  #currency: Shopware\Core\System\Currency\CurrencyEntity {#4508 …}
  #salesChannel: Shopware\Core\System\SalesChannel\SalesChannelEntity {#3343 …}
  #taxRules: Shopware\Core\System\Tax\TaxCollection {#1964 …}
  #customer: null
  #paymentMethod: Shopware\Core\Checkout\Payment\PaymentMethodEntity {#3841 …}
  #shippingMethod: Shopware\Core\Checkout\Shipping\ShippingMethodEntity {#4009 …}
  #shippingLocation: Shopware\Core\Checkout\Cart\Delivery\Struct\ShippingLocation {#4342 …}
  #rulesIds: [
    "3858957016644de4ae48c0500bf3ccc8"
    "3dc82f1edd7042fd96c61e9f654e3dcd"
    "4b202782cbef4824b71c49eb674eca43"
    "b18e985f989b4a6981aab429924e3055"
    "d43ec73ea3744414b1043799aba3e08e"
    "e1378db7808a478f919e0d740d5d6c1a"
    "e6b6b5f8728b4e229d0010c194893daf"
    "e7024a62eabc445aab88f00201cda49b"
    "3cf541369e6d4a2fa70aa8687a65fc2d"
    "28caae75a5624f0d985abd0eb32aa160"
    "fff99bc18bbd411a948d466cd80d5553"
  ]
  #areaRuleIds: [
    "payment" => [
      "b18e985f989b4a6981aab429924e3055"
      "fff99bc18bbd411a948d466cd80d5553"
    ]
    "promotion" => [
      "b18e985f989b4a6981aab429924e3055"
      "fff99bc18bbd411a948d466cd80d5553"
    ]
    "product" => [
      "e6b6b5f8728b4e229d0010c194893daf"
    ]
  ]
  #rulesLocked: false
  #permissions: []
  #permisionsLocked: false
  #context: Shopware\Core\Framework\Context {#1959
    #languageIdChain: [
      "2fbb5fe2e29a4d70aa5854ce7ce3e20b"
    ]
    #versionId: "0fa91ce3e96a4bc2be4bd9ce752c3425"
    #currencyId: "b7d2554b0ce847cd82f3ac9bd1c0dfca"
    #currencyFactor: 1.0
    #scope: "user"
    #ruleIds: [
      "3858957016644de4ae48c0500bf3ccc8"
      "3dc82f1edd7042fd96c61e9f654e3dcd"
      "4b202782cbef4824b71c49eb674eca43"
      "b18e985f989b4a6981aab429924e3055"
      "d43ec73ea3744414b1043799aba3e08e"
      "e1378db7808a478f919e0d740d5d6c1a"
      "e6b6b5f8728b4e229d0010c194893daf"
      "e7024a62eabc445aab88f00201cda49b"
      "3cf541369e6d4a2fa70aa8687a65fc2d"
      "28caae75a5624f0d985abd0eb32aa160"
      "fff99bc18bbd411a948d466cd80d5553"
    ]
    #source: Shopware\Core\Framework\Api\Context\SalesChannelApiSource {#1956 …}
    #considerInheritance: true
    #taxState: "net"
    #rounding: Shopware\Core\Framework\DataAbstractionLayer\Pricing\CashRoundingConfig {#4338 …}
    #extensions: []
    -states: []
  }
  -itemRounding: Shopware\Core\Framework\DataAbstractionLayer\Pricing\CashRoundingConfig {#4338 …}
  -totalRounding: Shopware\Core\Framework\DataAbstractionLayer\Pricing\CashRoundingConfig {#4509 …}
  -domainId: "99cc0c08c0bf48a99ec08128f23e59c0"
  #extensions: []
  -states: []
}
sw-sales-channel-id
"94a2bac3e1e349e19719d9d57fe532ce"
sw-snippet-set-id
"6ec689a384e340f9aa0d9387e7d483d0"
sw-storefront-url
"https://schildersysteme.go-stage.at"
theme-base-name
null
theme-id
"49b24bf474a54b0dbdcb7783df916387"
theme-name
"SchilderSysteme"