Open Asia321 opened 6 years ago
Did you find any solution?
My solution for now is: Remove the new JMS\DiExtraBundle\JMSDiExtraBundle() from the $bundles in AppKernel.php
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