cancel
Showing results for 
Search instead for 
Did you mean: 

Extension installation failed using web Setup Wizard

Extension installation failed using web Setup Wizard

Hi,

 

I am getting below error "chmod(): Operation not permitted" while installing extension using wizard.

simi installation issue.pngsimi installation issue1.png

 

I have provided full access to magento2 directory before starting the installation process.

chown www-data:www-data and chmod 777 to all files and folder

 

Can someone please help to resolve the issue?

 

Thanks.

1 REPLY 1

Re: Extension installation failed using web Setup Wizard

You need to give below root permission from your Magento Instance,

sudo find var pub/static pub/media -type f -exec chmod g+w {} \; 
sudo find var pub/static pub/media -type d -exec chmod g+ws {} \;
sudo find ./pub/media -type d -exec chmod 777 {} \;
sudo find ./pub/static -type d -exec chmod 777 {} \;
If Issue Solved, Click Kudos/Accept As solutions. Get Magento insight from
Magento 2 Blogs/Tutorial