开发者

Fatal error: Cannot redeclare class ProjectConfiguration

开发者 https://www.devze.com 2023-01-07 01:27 出处:网络
I am trying to clear the cache using command \'php symfony cc\' but ge开发者_如何学JAVAtting \" Fatal error: Cannot redeclare class ProjectConfiguration in /home/dev/project/devz/config/ProjectConfigu

I am trying to clear the cache using command 'php symfony cc' but ge开发者_如何学JAVAtting " Fatal error: Cannot redeclare class ProjectConfiguration in /home/dev/project/devz/config/ProjectConfiguration.class.php on line 46 ". Please help me on this. Thanks in advance


Sometimes that happens due to some bugs in PHP's FastCGI.

Try to restart it. At Ubuntu it's:

service php-fastcgi restart
0

精彩评论

暂无评论...
验证码 换一张
取 消