when a user subscribe newsletter it returns http 500 error the error in blockquote is from server error_log and the condition below is from mailchimp which is throwing the following error
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