drupal commons weather module requires soap fix
Posted: Sun Nov 18, 2012 2:22 pm
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:
3. restart apache
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
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
Code: Select all
service httpd restart
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