Beyzades adlı üyeden alıntı: mesajı görüntüle
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 2966531 bytes) in /home/public_html/wp-includes/class-http.php on line 1402


bende boyle bır hata verdı ne yapmam lazım acaba
wp-config.php

define('WP_MEMORY_LIMIT', '64M');
.htaccess

php_value memory_limit 64M
yada

PHP.ini

memory_limit = 64M ; Maximum amount of memory a script may consume (64MB)
satırını ekleyin