Hello all
I have this message when I want to syncronize vtiger and mailchimp
Warning: Invalid argument supplied for foreach() in C:\Program Files\vtigercrm-5.2.1\apache\htdocs\vtigerCRM\modules\Mailchimp\SyncWithMailChimpUtils.php on line 479
Anyone have an issue for that?
foreach($batch as $member){
$string_email .= '"'.$member['EMAIL'].'",';
$list_email[] = $member['EMAIL'];
}