Nathan -
There's a system plugin named: System - freakedout Mailchimp STS version I have is 1.0
This contains the API from your MailChimp account and has one parameter (Yes or No) setting for https.
From what I have researched, this causes an error from the mail.php file located in the /plugins/system/fmsts/mail.php on line 62.
The code there is:
- Code: Select all
public function __construct() {
$plugin = JPluginHelper::getPlugin('system', 'fmsts');
$this->params = new JParameter($plugin->params);
$this->apiKey = $this->params->get('apiKey');
Checked the API and it was correct. Not sure if this was installed with your extension or not, but disabling it doesn't seem to be affecting the functionality of new registrations being added to MC list?
There is a newer version out now, 1.1.