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
I'm using Symfony 3.x as json-api without need for twig at all.
After installing this bundle i see error Fatal error: Uncaught Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException: The service "fos_rest.exception.twig_controller" has a dependency on a non-existent service "twig".
So, why? And how to disable this requirement? I don't need any rendering stuff from Pinba – only send "smart timers" to see queries, correct routes etc.
After some digging into, i just drop these lines and everything works good.
Hi!
I'm using Symfony 3.x as json-api without need for twig at all.
After installing this bundle i see error
Fatal error: Uncaught Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException: The service "fos_rest.exception.twig_controller" has a dependency on a non-existent service "twig".
So, why? And how to disable this requirement? I don't need any rendering stuff from Pinba – only send "smart timers" to see queries, correct routes etc.
After some digging into, i just drop these lines and everything works good.
./vendor/intaro/pinba-bundle/Intaro/PinbaBundle/Resources/config/services.yml
:The text was updated successfully, but these errors were encountered: