cancel
Showing results for 
Search instead for 
Did you mean: 

Failed to install Magento

Failed to install Magento

Hi All,

 

I try to setup magento on my server and stuck in configuration step.

 

Not sure what going on. I'm quiet new in Magento.

 

Screen Shot 2016-08-19 at 3.07.44 PM.png

2 REPLIES 2

Re: Failed to install Magento

I had the same error and my problem was the file permissions were incorrect.

To fix it, I ran the recursive command to ensure that the Apache service has read permissions.

sudo chmod -R 755 ~/Sites

OpenSource Expert | OpenSource Technologies | www.opensourcetechnologies.com
Magento plugins released: http://www.opensourcetechnologies.com/product/product-category/magento-extensions

Re: Failed to install Magento

As @OST Agency have stated, this is most likely a file permissions issue. 

 

However, I wouldn't recommend just CHMODing everything to 755 as it depends entirely on your server environment. 

 

You will need to contact your server administrator or hosting provider to know the proper file permissions to use and apply it for your files and directories.