akeneo / pim-community-dev

[Community Development Repository] The open source Product Information Management (PIM)
http://www.akeneo.com
Other
950 stars 512 forks source link

error code 126 when installing Akeneo 7.0 community edition on Ubuntu 22.04 #19465

Open tuytuyppt opened 1 year ago

tuytuyppt commented 1 year ago

error code 126 when installing Akeneo 7.0 community edition on Ubuntu 22.04

I am following Akeneo documentation: https://docs.akeneo.com/7.0/install_pim/manual/installation_ce.html

using composer to create your project:

$ composer create-project akeneo/pim-community-standard /srv/pim "7.0.*@stable"

Error occured with error code 126.

Could you please help?

tuytuyppt commented 1 year ago

vendor/akeneo/pim-community-dev/std-build/install-required-files.sh: permission denied

antmrdevlabs commented 3 months ago

If anyone else has this issue:

Check if you have unzip or 7 zip installed on your system. If not, composer will unpack your files with the PHP extension, which may fail.

image