exception |
Twig\Error\RuntimeError {#24023
-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 {#24034 …}
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_hf34037fad39294035f80efa32a75c6a6/twig/05/05ba6ac7127526104c451171783638557b8776c506fc1e11ee512d3960b18d77.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_hf34037fad39294035f80efa32a75c6a6/twig/a1/a191ce294a5236e86273e31e839255e49bcb5c216be7a9dc8f1fb32e6b1f7180.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_hf34037fad39294035f80efa32a75c6a6/twig/a8/a8dd048a0e2d3827c47742522b54916b1bf7403cdb1a943235c7dee66dfa7a34.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_hf34037fad39294035f80efa32a75c6a6/twig/a8/a8dd048a0e2d3827c47742522b54916b1bf7403cdb1a943235c7dee66dfa7a34.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_hf34037fad39294035f80efa32a75c6a6/twig/e7/e7965697804c5a75c6921a76d1d6644694b8ee3bfa1c7502d7a6fad31606c2c8.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_hf34037fad39294035f80efa32a75c6a6/twig/e7/e7965697804c5a75c6921a76d1d6644694b8ee3bfa1c7502d7a6fad31606c2c8.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_hf34037fad39294035f80efa32a75c6a6/twig/ee/ee199448657e3b41692b2f107ded6708ba9edeae4e6eb050623cb7e34d79e783.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_hf34037fad39294035f80efa32a75c6a6/twig/41/4143b35bac6e1b2da38d87fccf3f8e0886a92d7c6f7fafe8224dfdc2e63a0a72.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_hf34037fad39294035f80efa32a75c6a6/twig/88/88967a2b089408b605cc3714b5aacace8668ee3a379d446226a178bd251abfa2.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_hf34037fad39294035f80efa32a75c6a6/twig/8b/8b700ea2601ceb5b84cbdec577cb0f3405d755cab50c058b789e5a447ef07724.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_hf34037fad39294035f80efa32a75c6a6/twig/8b/8b700ea2601ceb5b84cbdec577cb0f3405d755cab50c058b789e5a447ef07724.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_hf34037fad39294035f80efa32a75c6a6/twig/a8/a8ac64f4e4722aedbf62f72e1df9624251c30c1aa2bc2cb664ba39773dd73149.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_hf34037fad39294035f80efa32a75c6a6/twig/51/51b34a9ffe3bcaa13629b739553b45ac57cbf92d263f7434fb00e46a858b52f2.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_hf34037fad39294035f80efa32a75c6a6/twig/f2/f2779bdc6b44125e5c8cf2e6bfa59014d9abb4422fcbea30eaa6beaa772e8af8.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);
›
}
}
} |