0
그것은 인용구에서 오류가 서버의 error_log에서하고 조건이 아래메일 침프 젠토 오류
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
PHP의 memory_limit를 늘려보십시오. Magento는 33MB로 충분하지 않습니다. – Pablo
나는 또한이 512mb 동일한 오류를 설정하려고 시도하지 않았습니다. –