My Drupal server says: "Your server does not support updating modules and themes from this interface. Instead, update modules and themes by uploading the new versions directly to the server, as described in the handbook." when I go to the module update page. What might I be missing? I have SSH and FTP installed, and all the Apache2 modules (I think).
This is on OpenSUSE 13.1 64-bit.
Thanks, Jim
Sound like your PHP isn't configured with the --enable-php option.
http://www.php.net/manual/en/ftp.installation.php
I'd check your repositories for a package like php5-ftp. The other option is to install the ssh2 PECL module:
http://www.php.net/manual/en/book.ssh2.php
Jamie Holly http://hollyit.net
On 1/26/2014 4:05 PM, James Rome wrote:
My Drupal server says: "Your server does not support updating modules and themes from this interface. Instead, update modules and themes by uploading the new versions directly to the server, as described in the handbook." when I go to the module update page. What might I be missing? I have SSH and FTP installed, and all the Apache2 modules (I think).
This is on OpenSUSE 13.1 64-bit.
Thanks, Jim
Also check the permissions of the /sites/all/modules directory on your web server. Very often when we see that error message it is because Apache can't write to that directory.
Gregg Marshall, CPMR, CSP, CMC
-----Original Message----- From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of James Rome Sent: Sunday, January 26, 2014 2:06 PM To: support@drupal.org Subject: [support] What is needed to install modules from Web page?
My Drupal server says: "Your server does not support updating modules and themes from this interface. Instead, update modules and themes by uploading the new versions directly to the server, as described in the handbook." when I go to the module update page. What might I be missing? I have SSH and FTP installed, and all the Apache2 modules (I think).
This is on OpenSUSE 13.1 64-bit.
Thanks, Jim
-- [ Drupal support list | http://lists.drupal.org/ ]