Posts Tagged ‘Magento Connect Manager’
  • Error: Please check for sufficient write file permissions
    Trying to access the Magento Connect Manager and getting this error, "Error: Please check for sufficient write file permissions". OK the problem is with the File and Folders permissions in the DOWNLOADER folder in your Magento root. If you have changed all the files and folders to 777 , then also this error is going to come. So, you need to change all the files inside the DOWNLOADER folder to 644 and all the folders to 777. That will fix it....
    Read More Posted by | 0 Comments
    Posted on: March 3rd, 2011
  • Error: Please check for sufficient write file permissions at Magento Connect Manager
    Magento Connect requires write permissions to the Magento files in order to install new extensions or upgrade the software to a new version. You can change your file/folder permissions either thru your FTP Client (like FileZilla) OR thru a SSH client (like Putty). Go inside your Magento folder & change permissions of ALL FILES & FOLDERS RECURSIVELY to "777". Here's how to do this thru your SSH client. Log in to your SSH account and then execute the following commands: cd find . -type d -exec chmod 777 {} \; chmod 666 downloader/config.ini You should now be able to access the Magento Connect Manager. When you have finished the installation/upgrad...
    Read More Posted by | 5 Comments
    Posted on: December 5th, 2009