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 即可!

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-05
  • 2021-11-18
  • 2021-11-08
  • 2021-10-18
  • 2021-11-08
猜你喜欢
  • 2021-09-02
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-17
  • 2022-03-09
  • 2021-08-23
相关资源
相似解决方案