Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

An error occurred when executing the "'cache:clear --no-warmup'" command

Tags:

symfony

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

i like to upgrade my symfony2.0 project to symfony 2.3 .

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

i followed above one to upgrade my project .But i'm facing following errors

[RuntimeException]                                                         
An error occurred when executing the "'cache:clear --no-warmup'" command.  
like image 249
kovarthan Avatar asked Aug 26 '13 12:08

kovarthan


1 Answers

run sudo php composer.phar update --no-scripts

like image 93
Dan Green-Leipciger Avatar answered Oct 09 '22 22:10

Dan Green-Leipciger