你的位置:首页 > 信息动态 > 新闻中心
信息动态
联系我们

Deprecated: getEntityManager is deprecated since Symfony 2.1

2021/12/31 5:48:11

PHP5.3应用中,登陆后台管理时提示错误:

Deprecated: getEntityManager is deprecated since Symfony 2.1. Use getManager instead in vendor\doctrine\doctrine-bundle\Doctrine\Bundle\DoctrineBundle\Registry.php on line 71

此问题可以通过php.ini的报错级别来处理,把 error_reporting = ALL 改为 error_reporting = E_ERROR 即可!
————————————————
版权声明:本文为CSDN博主「huidaoli」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/huidaoli/article/details/121965686