“Installing modules and themes requires FTP access to your server”
source: http://allabouttodd.com/ecommerce/drupal-7-update-manager-unable-connect-ftp
chown -R www-data {your_drupal_root_directory_name_here}
Related Posts
cd /var/www/domain.com/web/ drush dl drupal --drupal-project-rename=new-directory-name chown www-data:www-data new-directory-name -R chmod 755 new-directory-name -R chmod…
First refresh the list of available updates so Drush knows there is a new release for…
https://drupal.org/node/244924 ideal permissions: chmod 644 * -R chmod +X * -R chmod 775 tmp chmod…