Topics:
DVR
nvrec
Mplayer
Links
Misc
Commands
Humor
New user
uploaded files
|
(links)-> Word Press Bugs + fixes |
submited by Russell Fri 02 Mar 12 |
Was getting the error:
Download failed. Destination directory for file streaming does not exist or is not writable..
I googled on this and found lots of miss-direction.
My fix:
- create a directory, I used wp-content/uploads ( that might be a mistake)
- chmod 777 that folder (also might be a mistake )
- Add to wp-config.php, the line:
define('WP_TEMP_DIR', '/{absolute path to folder}/wp-content/uploads/');
The trailing slash seems to be required.
Mistakes or not, it works.
|
Add comment or question...:
|