Symfony 2 - Fatal error: Cannot redeclare class SessionHandlerInterface in C:\…\app\cache\dev\classes.php on line 532

后端 未结 7 932
借酒劲吻你
借酒劲吻你 2020-12-11 00:38

After reinstalling my wamp environment this error message is showing on screen after I open app_dev.php:

Fatal error: Cannot redeclare class SessionHa

相关标签:
7条回答
  • 2020-12-11 01:27

    The simple clear cache didn't work for me. It required that the production cache be cleared using the command below.

    php app/console cache:clear --env=prod --no-debug
    
    0 讨论(0)
提交回复
热议问题