I just upgraded a project's Symfony framework from 2.3 to 2.7
But now I ran into an error:
Class Not Found Exception in appDevDebugProjectContainer.php line 4227:
Attempted to load class "Twig_Extensions_Extension_Text" from the global
namespace. Did you forget a "use" statement?
I am pretty new to Symfony and a lot of stuff are still quite overwhelming for me. Can somebody please help me out with this?
Thank you