Diğer arkadaşlar için basit iki çözüm:

wp-config.php < define satırının hemen altına

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

veya;

.htaccess içine

#Change upload limits
php_value memory_limit 50M
php_value post_max_size 50M
php_value upload_max_filesize 50M
php_value max_execution_time 900
#Change upload limits end