http://wordpress.org/support/topic/download-failed-destination-directory-for-file-streaming-does-not-exist-or-is-n?replies=21#post-3835602
Grande obrigado ao Poul_Erik e StephenWise
Adicione esta linha de código em qualquer lugar no arquivo de raiz: wp-config.php
/ * Configuração pasta temporária para upload e atualização * /
define (‘WP_TEMP_DIR’, ABSPATH ‘wp-content/tmp /’.);
e criar uma nova pasta chamada “tmp” dentro: / wp-content /
É isso!
Não esquecer de definir a permissão de pasta e sub-pastas para 755
http://wordpress.org/support/topic/download-failed-destination-directory-for-file-streaming-does-not-exist-or-is-n?replies=21#post-3835602
Great thanks to Poul_Erik and StephenWise
Add this line of code anywhere in the root file: wp-config.php
/* Setup a temporary folder for uploading and updating */
define( ‘WP_TEMP_DIR’, ABSPATH . ‘wp-content/tmp/’) ;
and create a new folder named “tmp” inside: /wp-content/
That’s it!
Not forgetting to set the folder and sub-folders permission to 755