drupal commons weather module requires soap fix

Let us talk about scripts, HTML, Perl, PHP, apache, etc.
User avatar
Stevyn
SysOp
Posts:1776
Joined:Mon Nov 09, 2009 10:03 am
Location:Japan
Contact:
drupal commons weather module requires soap fix

Post by Stevyn » 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:

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
Contact me directly: Ironfeatherbooks (@) gmail.com

Image

Post Reply