Öncelikle .htaccess dosyasına şu kodları:

php_value upload_max_filesize 64M
php_value post_max_size 64M
php_value max_execution_time 300
php_value max_input_time 300


ardından wp-config.php dosyasının en alt satırına ?> etiketinden önce define(‘WP_MEMORY_LIMIT’, ’64M’); eklemeyi deneyin