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
and the controller that is being included throws an exception then the InlineFragmentRenderer tries to clean up the output buffers (line 96) using Response::closeOutputBuffers($level, false);
The following error is thrown:
UndefinedMethodException: Attempted to call method "closeOutputBuffers" on class "Symfony\Component\HttpFoundation\Response" in /Applications/MAMP/htdocs/webapp/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Fragment/InlineFragmentRenderer.php line 96.