Invalid MailChimp List ID

Permalink Browser Info Environment
I get this error when I try to add a test email to my mailing list:

"Invalid MailChimp List ID:"

I'm not sure what to do.

Type: Discussion
Status: New
LouisvilleITSolutions
View Replies:
bschwartz replied on at Permalink Reply
bschwartz
Me neither.
senshidigital replied on at Permalink Reply
senshidigital
Bump. We are getting this error too. Any fixes please?

We also were getting a fatal error caused by an invalid foreach input, on blocks/monkey_block/controller.php line 36. We fixed it by testing for '$interest' first:

$interest = $this->post('interest');
         if ( $interest ) 
         {
            foreach($interest as $id=>$name_array){
               $names = '';
               $i=0;
               foreach($name_array as $name){
                  if($i){ $names .= ','; }
                  $names .= $name;
                  $i++;
               }
               $groupedup[] = array('id'=>$id, 'groups'=>$names);
            }
         }

concrete5 Environment Information

Browser User-Agent String

Hide Post Content

This will replace the post content with the message: "Content has been removed by an Administrator"

Hide Content

Request Refund

You have not specified a license for this support ticket. You must have a valid license assigned to a support ticket to request a refund.