Site Menu
Categories
Latest Comments
Subscribe
Get all of our site updates delivered directly to your inbox by subscribing to our RSS feed below:
Popular Tags 500 error
Access Denied
admin login
admin panel
attributes
BASE URL
block hints
blocks
Blog
brand listing
brands
Cache
category listing
checkout
CMS
Google Analytics
Google Analytics in Magento
htaccess
InnoDB
Lightbox
localhost
magento
Magento-upgrade
Magento Blog
Magento Cleanup Tool
Magento Connect Manager
Magento htaccess
manufacturer
Menu
multi address
MySQL
Pages
path hints
PHP
product
quantity
Sample Data
Server
shipping
spped up magento
Static Blocks
Template
theme
WAMP
XAMPP
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....
-
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...


