Konu
xml sitemap memory size of 33554432 bytes hatası çözümü ?
17-04-2010, 12:55:54
#3
cevahir
Ana dizindeki wp-settings.php dosyasını açın;
if ( !defined('WP_MEMORY_LIMIT') )
define('WP_MEMORY_LIMIT', '64M');
yazıyor ise;
if ( !defined('WP_MEMORY_LIMIT') )
define('WP_MEMORY_LIMIT', '128M');
olarak değiştirin.