[Comm] Проблемы с Apache

Владимир Леонидов =?iso-8859-1?q?leonidov=2Evladimir_=CE=C1_gmail=2Ecom?=
Пн Дек 10 01:29:30 MSK 2007


[Mon Dec 10 01:25:16 2007] [error] [client 127.0.0.1] PHP Fatal error:
 Allowed memory size of 5242880 bytes exhausted (tried to allocate
77824 bytes) in /var/www/apache2/html/wp-includes/pluggable.php on
line 252


смотрим 252-ю строчку файла:

247	$content_type = apply_filters( 'wp_mail_content_type', $content_type );
248
249	// Set whether it's plaintext or not, depending on $content_type
250	if ( $content_type == 'text/html' ) {
251		$phpmailer->IsHTML( true );
252	} else {
253		$phpmailer->IsHTML( false );
254	}


Подробная информация о списке рассылки community