skonsoft
skonsoft

Reputation: 1806

PHP Composer (errno 2)

I wanted to create new ez publish 5 project using composer.phar but it fails

this is the result:

    $ ./composer.phar create-project  ezsystems/ezpublish5-standard 
    Installing ezsystems/ezpublish5-standard (dev-master 83d2466bbce3848ffc5b2c15e8bb5926fcf339b4)
      - Installing ezsystems/ezpublish5-standard (dev-master master)
        Cloning master

    Created project in /var/www/ezpublish5/ezpublish5-standard



     [ErrorException]                              
      chdir(): No such file or directory (errno 2)

Have you any idea how to fix it ?

thanx

Upvotes: 0

Views: 466

Answers (1)

user1697600
user1697600

Reputation: 11

I had the same problem. You have to set the directory rights to 777. I've written a little Hello-World-Tutorial for a complete eZ Publish 5 installation, for maybe upcoming problems. http://www.ymc.ch/en/hands-on-ez-publish-5-installation-hello-world

Upvotes: 1

Related Questions