10
[RuntimeException]                                                         
An error occurred when executing the "'cache:clear --no-warmup'" command. 

私の symfony2.0 プロジェクトを symfony 2.3 にアップグレードしたいと思っています。

https://github.com/symfony/symfony-standard/blob/v2.3.1/UPGRADE.md

上記の手順に従ってプロジェクトをアップグレードしましたが、次のエラーに直面しています

[RuntimeException]                                                         
An error occurred when executing the "'cache:clear --no-warmup'" command.  
4

2 に答える 2

3

同じエラーが発生しました。走ってみた

php app/console

そして別のエラーが発生しました。このエラーを修正した後、この不特定のエラーなしで更新できました。

于 2013-12-30T17:52:27.917 に答える