我仅在生产服务器中收到此错误,这是一个共享主机方案。
ClassNotFoundException in ContainerBuilderDebugDumpPass.php line 33:
Attempted to load class "Filesystem" from namespace "Symfony\Component\Filesystem".
Did you forget a "use" statement for e.g. "Twig_Cache_Filesystem" or "Twig_Loader_Filesystem"?
我检查了文件并使用了use
语句:
use Symfony\Component\Filesystem\Filesystem;
这可能是文件权限问题?任何帮助。
修改:
我注意到一些奇怪的东西,Filesystem.php丢失,当我尝试上传它时,它会自动消失。我尝试创建新文件,当我粘贴Filesystem.php的内容时,它又消失了。