我正在用symfony做我的项目。
有时当我的页面加载时,我得到以下错误:
致命错误:类 Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy 包含 2 个抽象方法,因此必须声明为抽象或 实现其余方法(SessionHandlerInterface::close, SessionHandlerInterface::gc) in D:\xampp\htdocs\meopin_mobile2\trunk\var\cache\prod\classes.php on 348路
有人对这个错误有任何想法吗,我该如何阻止它?
提前致谢
尝试使用命令清除缓存php bin/console cache:clear --no-warmup --env=prod