Hey Jim... please submit a ticket with more detail on this. Full error message. No other reports of this yet and not something we can replicate. Probably specific to a setting or something else in your site. Send details and access and we'll check it out. Thanks.
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:
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?
That plugin has absolutely nothing to do with the DT plugin. It's from something else. Anything from us would be pretty obvious and not say "freakedout"
Is that the plugin that was causing the error? Do you still have an issue with OUR plugin?
No issue with registered users being added to the mail list. Like I said, I did not know if this was installed as a part of your plugin or not. We're good.