Updating modules and themes requires FTP access to your server
http://drupal.org/documentation/install/modules-themes/modules-7#comment-4690140
The short of it, change the owner of the sites/default directory to whoever the Apache default user is (www-data, apache, etc.)
chown www-data sites/default
Thanks, that saved me 5K lines of drupal documentation. And it worked :-)
ReplyDeleteHi,
ReplyDeleteThnx, that worked. What didn't work was adding the apache user to a group, and then changing the group of the dir to match. And giving write access to groups, on sites/default.
Should that have worked?
Kieran
Who would have thought... Thx for the help
ReplyDelete