Closed (fixed)
Project:
Campaign Monitor
Version:
6.x-2.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Jan 2009 at 21:21 UTC
Updated:
28 Jan 2009 at 17:32 UTC
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
Comment #1
arthurf commentedSounds 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
Comment #2
keva commentedThanks - that was it. The module works great.
Comment #3
keva commentedclosing