“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
First refresh the list of available updates so Drush knows there is a new release for…
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…
Rule name: checkYear Column: value PHP code: if ($this->value <= intval(Date('Y'))) { $this->set_error(); } Custom…