When I enable the Newsletter Signup block, I get this:

Fatal error: Class 'SoapClient' not found in /sites/all/modules/campaignmonitor/campaignmonitor.module on line 369

The block shows up for Anonymous users, but the site is completely unusable once logged in. (just the error followed by white screen)

I'm using Drupal 6.9 and PHP 5.2.6

Comments

arthurf’s picture

Sounds like you don't have soap support in your php install. You either need to compile php with soap support, compile soap and link it to your php, or install php with soap compiled in. If you're on a ubuntu/debian machine, should be as simple as sudo apt-get install php-soap

keva’s picture

Thanks - that was it. The module works great.

keva’s picture

Status: Active » Closed (fixed)

closing