Symfony 出现不确定错误
Uncertain Error Occurs in Symfony
我正在 symfony 中做我的项目。
有时当我的页面加载时出现以下错误:
Fatal error: Class
Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy
contains 2 abstract methods and must therefore be declared abstract or
implement the remaining methods (SessionHandlerInterface::close,
SessionHandlerInterface::gc) in
D:\xampp\htdocs\meopin_mobile2\trunk\var\cache\prod\classes.php on
line 348
有人知道这个错误吗,我该如何阻止它?
提前致谢
尝试使用命令清除缓存 php bin/console cache:clear --no-warmup --env=prod
我正在 symfony 中做我的项目。
有时当我的页面加载时出现以下错误:
Fatal error: Class Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy contains 2 abstract methods and must therefore be declared abstract or implement the remaining methods (SessionHandlerInterface::close, SessionHandlerInterface::gc) in D:\xampp\htdocs\meopin_mobile2\trunk\var\cache\prod\classes.php on line 348
有人知道这个错误吗,我该如何阻止它?
提前致谢
尝试使用命令清除缓存 php bin/console cache:clear --no-warmup --env=prod