I have three issues:

1) When I try to edit the "Display Text for Checkbox:" field and I click on save configuration, it doesn't save the changes, it just reverts back to saying 'Join our Newsletter?'

2) I checked off 'Contact Page' and 'Registration Page'. When I goto fill out my contact page I get:

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

3) When I go to register as a new user, I get the same error:

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

Any advice?

Comments

arthurf’s picture

On 2 and 3, you need to have the soap module installed for PHP

cippian’s picture

thanks, contacting my host now regarding this.

ssherriff’s picture

I thought that first one should have been fixed in the latest version, I will check though.

cippian’s picture

Priority: Critical » Minor

thanks. This is an awesome module by the way. Excellent! I'm changing priority to minor. 2 and 3 were resolved once SOAP was installed. Still have the issue with item 1.

Thanks again.

ssherriff’s picture

Status: Active » Fixed

Ok, I've figured it out. I'm sure I fixed this, but I accidentally must have messed it up in between fixing it and committing it. I've fixed it and committed the changes. If you wish to get this fix right away, you can download the development version, or, you can just go to line 143 in campaignmonitor.module, and change 'campaignmonitor_checkboxisplaytext' to 'campaignmonitor_checkboxdisplaytext'. (It is missing the 'd').

Before creating an updated release, I might check through everything thoroughly to make sure there aren't any other issues.

If you do change the code yourself, don't worry about updating in the future because this will be fixed in the 6.x-2.3 release, when I tag it.

Cheers,
Stephanie

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.