WordPress error: "Download failed. Destination directory for file streaming does not exist or is not writable."
Add the tmp directory path in the wp-lonfig.php file as below-
define('WP_TEMP_DIR','D:\home\<domain>\tmp');
That's it.
Add the tmp directory path in the wp-lonfig.php file as below-
define('WP_TEMP_DIR','D:\home\<domain>\tmp');
That's it.
No comments