0

i try to install module after command run php bin/magento setup:upgrade error show -> updating modules: the "config.php" deployment config file isn't writable please can you help

arun
  • 3
  • 1
  • 5

2 Answers2

0

You can use the following command to set the correct permissions:

chmod 644 path/to/magento/app/etc/config.php
-1

Give permission to your magento2 package.

sudo chmod 777 -R magento2

where magento is your package inside /var/www/html