I’m trying to use the Magento Connect Downloader and keep getting the “Error: Please check for sufficient write file permissions” error.
I’ve even chmod 777 on all files and folders within my magento installation and it’s still not working.
Is there any other way to download these extensions? I was looking to download the Magento Modern Theme.
find . -type d -exec chmod 777 {} \; find . -type f -exec chmod 644 {} \;
That will reset all files to 644 and all directories to 777. After that you shouldn’t have any permissions errors. If you don’t have SSH and you’re hosted by someone, have them run this for you.
ok, after my host ran that it allowed me to enter the KEY.
This is the error I get:
Failed to download magento-core/Interface_Frontend_Default_Modern within preferred state “stable”, latest release is version 1.0.19871, stability “beta”, use “channel://connect.magentocommerce.com/core/Interface_Frontend_Default_Modern-1.0.19871” to install
Cannot initialize ‘channel://connect.magentocommerce.com/core/Interface_Frontend_Default_Modern’, invalid or missing package file
Install Errors
Package “channel://connect.magentocommerce.com/core/Interface_Frontend_Default_Modern” is not valid
PEAR ERROR: install failed
Is there anything listed when you’re in MagentoConnect? You should see a bunch of extensions listed (the core ones for Magento). If not, enter the following into the extension key field and click the Install button:
magento-core/Mage_All_Latest
Don’t forget to put a checkmark next to Clear all sessions after successfull install or upgrade.
Congratulations! Your server meets the requirements for Magento.
* You have PHP 5.2.0 (or greater)
* Safe Mode is off
* You have MySQL 4.1.20 (or greater)
* You have the curl extension
* You have the dom extension
* You have the gd extension
* You have the hash extension
* You have the iconv extension
* You have the mcrypt extension
* You have the pcre extension
* You have the pdo extension
* You have the pdo_mysql extension
* You have the simplexml extension
But i cannot install extensions with the magento downlaoder :
- can set switch to beta setting
- nor even a stable download will give me a : INVALID POST DATA
Anyone ???
System works via php5-cgi admin little bit slow but shop is allright
I chose bin/bash and used the permission change commands. I still get ‘nvalid file permissions, could not save configuration.’ What could be going on here?