When you use Magento connector upgrade or install any extensions there usually meet Magento Connect Files Permission Problem.Many hosting like VPS don’t support this confunction.

You need use the SSH  Type the following commands:
find . -type d -exec chmod 777 {} \;
find . -type f -exec chmod 644 {} \;
That’s it.  Now you’ll need to navigate to your web root folder from your browser and get the rest setup.



Author:
admin
Tags:
Tags:, ,
Category:
Magento
Comments:
You can leave a response, or trackback from your own site.
RSS:
You can follow any responses to this entry through the RSS 2.0 feed.
Navigation:

Comments are closed.