2017-05-15 79 views
0

當用戶訂閱的通訊它返回HTTP 500錯誤 在BLOCKQUOTE錯誤來自服務器Error_log和下面的條件是從mailchimp其投擲以下錯誤Mailchimp Magento的錯誤

if (floor($info['http_code']/100) >= 4) { 
      $errors = (isset($result['errors'])) ? $result['errors'] : ''; 
      throw new Mailchimp_Error($url, $result['title'], $result['detail'], $errors); 
     } 

PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 32 bytes) in /home/jsbfurniture/public_html/lib/Ebizmarts/Mailchimp.php on line 273

+0

嘗試增加PHP的memory_limit。 Magento只有33MB是不夠的。 – Pablo

+0

我也試圖設置這個512mb相同的錯誤沒有 –

回答

0

嘗試從Adminhtml刪除所有客戶字段映射。