When I do app/console cache:clear --env=prod --no-warmup in the console i'm getting the next error:
[Symfony\Component\DependencyInjection\Exception\InvalidArgumentException]
The service definition "security.access.decision_manager" does not exist.
I'm using Symfony2 v2.2.8
I don't use the security.access.decision_manager in my own bundles..
I've searched for security.access.decision_manager in my project but could not find anything from my bundles...
I there also a way to get a backtrace in the console?
The strange thing is, if I do app/console cache:clear --env=dev --no-warmup -v It works fine! And if I do app/console cache:clear --env=prod --no-warmup -v I get that error again..