cancel
Showing results for 
Search instead for 
Did you mean: 

Web Setup Wizard

SOLVED

Web Setup Wizard

Hi everyone
Magento 2.1.4 version
What seems to be the problem after providing the Magento Marketplace Access Key it goes an error or warning?

 

wizard.jpg

Then clicking the Component Manager
wizard2.jpg

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Web Setup Wizard

Hi @Kerly,

Maybe the problem caused by permission on your server. 

Please try run command as below:

 

find pub -type d -exec chmod 755 {} \;
find pub -type f -exec chmod 644 {} \;
chown nginx:nginx -R *

 

www.advancedcheckout.com - www.stableaddon.com
One Step checkout extension - Social Login extension - Gift Card extension

View solution in original post

1 REPLY 1

Re: Web Setup Wizard

Hi @Kerly,

Maybe the problem caused by permission on your server. 

Please try run command as below:

 

find pub -type d -exec chmod 755 {} \;
find pub -type f -exec chmod 644 {} \;
chown nginx:nginx -R *

 

www.advancedcheckout.com - www.stableaddon.com
One Step checkout extension - Social Login extension - Gift Card extension