symfony - Composer.phar "Could not rename /tmp..." -


i want install fosuserbundle added composer.json "friendsofsymfony/user-bundle": "*" executed command php composer.phar update friendsofsymfony/user-bundle , message

 not rename "tmp/cmpec7db/friendsofsymfony-fosuserbundle-5a4db1f/command"   /home/pathtopublic_html/public_html/acme/vendor/friendsofsymfony/user-bundle  /fos/userbudnle/command 

but find temp folder? can't see tmp folder on web server try add fos in webserver. use symfony 2.1.x , ubuntu

you have create local tmp directory in project folder. here solution.


Comments

Popular posts from this blog

Perl - how to grep a block of text from a file -

delphi - How to remove all the grips on a coolbar if I have several coolbands? -

javascript - Animating array of divs; only the final element is modified -