FIX for WordPress error: Download failed. Destination directory for file streaming does not exist or is not writable.

After upgrading to WordPress 3.5 you may get an error message:

Download failed. Destination directory for file streaming does not exist or is not writable.

In version 3.5 they introduced a new variable in the wp-config.php file called WP_TEMP_DIR.  The resolution for this error is to add:

/* Setup a temporary folder for uploading and updating */
define( ‘WP_TEMP_DIR’, ABSPATH . ‘wp-content/tmp/’) ;

At the end of your wp-config.php file. You may have to create the tmp folder under the wp-content folder if your web server’s file permissions do not allow this. 

author avatar
Jess
With a background in web development and web server administration dating back to 1994, Jess Coburn founded Applied Innovations in 1999. As CEO, he led the company to become a recognized leader in Windows Hosting, specializing in ASP.NET, E-Commerce, and advanced web application hosting. Under Jess's leadership, Applied Innovations became known for making cutting-edge technology accessible and affordable for businesses. Building on this success, Jess expanded his vision by founding QIT Solutions, a managed cloud, IT, and cybersecurity company, where he continues to leverage his extensive industry experience to deliver innovative and secure IT solutions to businesses.

Leave a Comment

Scroll to Top