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
Post a Comment