Back to Top

Magento : Error Please check for sufficient write file permissions

Updated 19 May 2017

Error: Please check for sufficient write file permissions is a very common problem in magento when you want to use the magento connect .This problem genrally came in to linux server’s . So we’ll use the Linux’s power to fix this problem .A simple linux shell script will solve this issue we’ll assign 777 to all directories and 644 to all files

find . -type d -exec chmod 777 {} \;
find . -type f -exec chmod 644 {} \;

these two lines will solve all the problems of the file permission in magento

Read more: http://vipinsahu.com/#ixzz1GqmSSIpy

Searching for an experienced
Magento Company ?
Find out More
. . .

Leave a Comment

Your email address will not be published. Required fields are marked*


Be the first to comment.

Back to Top

Message Sent!

If you have more details or questions, you can reply to the received confirmation email.

Back to Home