
"Error: Please check for sufficient write file permissions"
Uh oh, looks like something's wonky here.
If you are running PHP as an Apache module, Magento Connect will need full write permissions to perform upgrades, so you must apply a temporary hack while using Connect.
Use an SSH client to connect to your server, navigate to the Magento directory, and enter this command :
- find . -type d -exec chmod 777 {} \;
Now, login into the Magento control panel, and use Connect to apply any needed updates and/or extensions.
When you are finished, you must repair the permissions :
- find . -type d -exec chmod 755 {} \;
- find . -type f -exec chmod 644 {} \;
Next, set write permissions on your server. Here are the recommended settings :
- chmod o+w var var/.htaccess app/etc
- chmod 550 pear
- chmod -R o+w media
If you run into trouble, try playing with the permissions on the "var" and "app/etc" directories (ex, "chmod 775 var var/.htaccess app/etc").
Voila.












#1 by Eremeeff at May 11th, 2009
| Quote
Hi there,
kernelhack.com to GoogleReader!
Eremeeff
#2 by electromozzo at July 28th, 2009
| Quote
i found you by link from the Directory Listing Script from Ash.. Nice to read your blog ^.^
#3 by MishaPowerauto at July 29th, 2009
| Quote
Great tips and reminders as show-goers adjust budgets and schedules in this economically challenged period.
kernelhack.com - cool!!!!
#4 by SergeyNikolaev at July 30th, 2009
| Quote
Great tips and reminders as show-goers adjust budgets and schedules in this economically challenged period.