Merhaba arkadaşlar,
All in one seo eklentisine güncelleme gelmiş. Güncelledim yedek almadan. Fakat aşağıdaki hatayı aldım. şimdi site açılmıyor. ne yapabilirim?
Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 90 bytes) in /home/sitesimi/public_html/wp-includes/pomo/mo.php on line 230
Eklenti güncelledim site açılmıyor
6
●863
- 09-01-2014, 13:56:52o dosyayı bulamadım hocam tam olarak nerede oluyor?
--R10.NET; Flood Engellendi -->-> Yeni yazılan mesaj 13:56:52 -->-> Daha önceki mesaj 13:46:35 --
Hocam dediğiniz gibi değiştirdim ama bu sefer Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 30720 bytes) in /home/siteismi/public_html/wp-content/plugins/wptouch/core/class-wptouch-pro-debug.php on line 77 şeklinde hata verdi. Şimdi eski dosyayı attım siteye girince sadece beyaz sayfa geliyor. - 09-01-2014, 20:07:22wp içinde ki wp-includes klasöründe default-constants.php var orada
if ( !defined('WP_MEMORY_LIMIT') ) {
if( is_multisite() ) {
define('WP_MEMORY_LIMIT', '64M');
} else {
define('WP_MEMORY_LIMIT', '32M');
}
}
Bunu
if ( !defined('WP_MEMORY_LIMIT') ) {
if( is_multisite() ) {
define('WP_MEMORY_LIMIT', '128M');
} else {
define('WP_MEMORY_LIMIT', '64M');
}
}
Bunla değiştir sorun halloluyor, geçen bende de oldu.
tavsiye ederim.