shopware / shopware

Shopware 6 is an open commerce platform based on Symfony Framework and Vue and supported by a worldwide community and more than 1.500 community extensions
https://shopware.com
MIT License
2.81k stars 1.02k forks source link

You must call "setEnvironment()" before calling "Twig\\Extension\\EscaperExtension::setEscaper()". #3706

Closed smodev closed 6 months ago

smodev commented 6 months ago

PHP Version

8.3.6

Shopware Version

6.6.2.0

Expected behaviour

Plugins listed in Backend, changes for templates saveable.

Actual behaviour

Plugins not showing up in Backend, not able to save changes in template settings. Axios calls responding with "500 Internal Server Error".

How to reproduce

Try to activate plugin with cli or try to change the collor in the template settings

shopware-issue-bot[bot] commented 6 months ago

We found the following existing issues which may help or are related to your topic:

shyim commented 6 months ago
composer require shopware/conflicts:>=0.1.9

should fix it

shyim commented 6 months ago
composer require shopware/conflicts:>=0.1.21