我有一个非常成熟的项目,我决定将其转移到不同的开发环境。设置完所有后,我现在得到了这个例外:
ClassNotFoundException in SecurityExtension.php line 20:
Attempted to load class "Twig_Function_Method" from the global namespace.
Did you forget a "use" statement?
这是从哪里来的?我甚至不确定从哪里开始。
通过堆栈跟踪,似乎与assetic
有关。
但是,当我执行console命令时,例如cache:clear
。
我得到了这个:
[Symfony\Component\Debug\Exception\ClassNotFoundException]
Attempted to load class "Twig_Function_Method" from the global namespace.
Did you forget a "use" statement?
类似,但现在我甚至没有得到更多细节。