WordPress'i Yükselt
http://tr.wordpress.org/wordpress-2.9.2-tr_TR.zip konumundan güncelleştirme yükleniyor.
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 2748445 bytes) in /home/wwwserk/public_html/wp-includes/http.php on line 1331
Otomatik güncelleme yapıyorum fakat hata verdi, yardımcı olurmusunuz?
wp-settings.php dosyasını açarak ;
if ( !defined('WP_MEMORY_LIMIT') )
define('WP_MEMORY_LIMIT', '32M');Satırlarını bulunuz ve aşağıda ki gibi değiştiriniz ;
if ( !defined('WP_MEMORY_LIMIT') )
define('WP_MEMORY_LIMIT', '128M');