Shopware 6.4 缓存标记“translator.error.VIOLATION::IS_BLANK_ERROR”包含保留字符“{}()/\@:” 错误

Shopware 6.4 Cache tag "translator.error.VIOLATION::IS_BLANK_ERROR" contains reserved characters "{}()/\@:" Error

提问人:Templator Khan 提问时间:11/11/2023 最后编辑:Templator Khan 更新时间:11/19/2023 访问量:34

问:

我想在 Shopware 6.4 的产品详细信息页面上创建一个注册和登录模式弹出窗口。当我包含 login.html.twig 模板时,一切正常,但是当我包含 register.html.twig 模板时,出现错误:

Cache tag translator.error.VIOLATION::IS_BLANK_ERROR" contains reserved characters "{}()/\@:

如何消除或至少抑制错误?

{% block modal_test %} {% sw_include '@Storefront/storefront/component/account/register.html.twig' %} {% endblock %}

enter image description here

symfony 缓存 shopware shopware6 symfony5

评论

0赞 Arleigh Hix 11/20/2023
Shopware 的确切版本是什么?看起来它可能已在 6.4.19 中修复 forum.shopware.com/t/contains-reserved-characters/90228/7

答: 暂无答案