You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The async message queue constantly stopped with FATAL. Supervisor error logs showed
In ServicesResetter.php line 60:
[Symfony\Component\ErrorHandler\Error\UndefinedMethodError]
Attempted to call an undefined method named "reset" of class "Frosh\Develop
mentHelper\Component\Profiler\TwigDecorator".
Did you mean to call "resetGlobals"?
Expected behaviour
The async message queue runs without errors.
What we did to fix this:
We patched src/Component/Profiler/TwigDecorator.php
PHP Version
8.4
Shopware Version
6.7.14.0
Plugin Version
3.0.1
Actual behaviour
The async message queue constantly stopped with FATAL. Supervisor error logs showed
Expected behaviour
The async message queue runs without errors.
What we did to fix this:
We patched src/Component/Profiler/TwigDecorator.php
Steps to Reproduce?
APP_ENV=devcomposer require --dev frosh/development-helper:3.0.1and activate the plugin (bin/console plugin:install --activate --cacheClear FroshDevelopmentHelper)bin/console scheduled-task:run --no-waitbin/console messenger:consume async -vvUndefinedMethodErrorabove (triggered byResetServicesListenerafter the message is handled)