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
My project is based on symfony 3.4 and flex
after instalation of JMSJobQueueBundle all the controllers extending Symfony\Bundle\FrameworkBundle\Controller\Controller stopped to work - there is no container injected into them, so we get errors:
'Call to a member function has() on null' or 'Call to a member function get() on null', dependent on what kind of container operation we want to do.
Easy to reproduce:
composer.json
Yes, the problem is that bundle: there are many issues opened about this issue, both on JSDiEXtra bundle page and on the Symfony's one. The first is about seven months old, but nothing were done and problem still exists...
My project is based on symfony 3.4 and flex
after instalation of JMSJobQueueBundle all the controllers extending Symfony\Bundle\FrameworkBundle\Controller\Controller stopped to work - there is no container injected into them, so we get errors:
'Call to a member function has() on null' or 'Call to a member function get() on null', dependent on what kind of container operation we want to do.
Easy to reproduce:
composer.json
and create simple controller using container eg. renders twig template
The text was updated successfully, but these errors were encountered: