Page 1 of 1

drupal commons weather module requires soap fix

Posted: Sun Nov 18, 2012 2:22 pm
by Stevyn
drupal weather module
http://drupal.org/project/weather

problem :

"The NWS_weather module requires SOAP and SimpleXML PHP extensions. The SOAP extension for PHP is not available. Please check the PHP SOAP documentation for information on how to correct this."

http://drupal.org/node/1103160

1. login to server with root

2. install soap:

Code: Select all

yum install php-soap
3. restart apache

Code: Select all

service httpd restart
4. now return the modules part of admin/build/modules and enable the weather module again.

now configure by admin/settings/nws_weather to pick your city

next you need to add it to a block and see if it works :) it did for me as of 11/16/2012