Dear Daniel, when I use the mailchimp interface, I often use patch to update the mail template, indicating that the following error has occurred. Please take a look at what the reason is. Please do not hesitate to take a look at the reason.

the following error occurred while using the mailchimp-api interface to update the mail template. The interface used is patch

The code in the

program is as follows:
public function actionUpdate () {

    $tid = 48217;
    $arg = [
        "name"=> "Untitled Template",
        "html"=> "<div style="width: 700px"></div>"
    ];
    $apiKey = Yii::$app->params["apiKey"];
    $api_endpoint = Yii::$app->params["api_endpoint"];
    $MailChimp = new MailChimp($apiKey,$api_endpoint);
    $res = $MailChimp->patch("templates/".$tid);
    echo "
";
    print_r($res);
}

Please take a look at the problem

.
Mar.05,2021
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3e26a-2c3d2.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3e26a-2c3d2.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?