- Posts: 5
- Thank you received: 0
Unable to load listSubscribe()! Code=211 Msg=This list does not have i
Unable to load listSubscribe()! Code=211 Msg=This list does not have interest groups enabled
Any idea on what I need to do to fix this issue?
www.intheknowla.com/component/user/?task=register
Thanks in advance!
Please Log in or Create an account to join the conversation.
Try this. Search for this line
if ($api->errorCode && $api->errorCode != 215 &&$api->errorCode != 211){
in plugins/system/plg_joomailermailchimpsignup.php and replace it with
if ($api->errorCode && (int)$api->errorCode != 215 && (int)$api->errorCode != 211){
What version of php are you using?
Please Log in or Create an account to join the conversation.
This is the closest type of code I could find in that file...what should I change? I added the (int) after the && on the first line, but still the same problem persists.
if ($api->errorCode && $api->errorCode != 215){
echo "Unable to load listSubscribe()!\n";
echo "\tCode=".$api->errorCode."\n";
echo "\tMsg=".$api->errorMessage."\n";
} else {
$query = 'INSERT INTO new_joomailermailchimpintegration VALUES ("", '.$uid.', "'.$email.'", "'.$listId.'")';
$db->setQuery($query);
$db->Query();
return true;
Thanks in advance!
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
joomlamailer uses cookies!
This website uses cookies to provide user authentication and improve your user experience. Please indicate whether you consent to our site placing these cookies on your device. We are not using cookies for marketing purposes. For more information visit our privacy policy
Joomlamailer.com is not affiliated with or endorsed by The Joomla! Project™, Open Source Matters, Inc. or Intuit Mailchimp.
Any products and services provided through this site are not supported or warrantied by The Joomla! Project, Open Source Matters, Inc. or Intuit Mailchimp.
Use of the Joomla!® name, symbol, logo and related trademarks is permitted under a limited license granted by Open Source Matters, Inc.
Mailchimp® is a registered trademark of The Rocket Science Group.