tuxnani
tuxnani

Reputation: 3864

Error in installing theme in Drupal 7

I get the following error while installing a theme in Drupal 7 by URL input at theme install form :

Failed to connect to the server. The server reports the following message:
Cannot connect to FTP Server, check settings

For more help installing or updating code on your server, see the handbook.

What might be the problem? Where am I going wrong? Installing theme by downloading and putting it into sites/all/themes everytime is annoying.

Upvotes: 0

Views: 1014

Answers (1)

Nelson Mwaniki
Nelson Mwaniki

Reputation: 11

The following code worked for me,

sudo chown www-data:www-data -R /var/www/drupal(or your drupal web root name)/sites

Upvotes: 1

Related Questions