Monday, March 6, 2017

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

https://wordpress.org/support/topic/destination-directory-for-file-streaming-does-not-exist-or-is-not-writable-3/




  • Resolvedddquinn
    (@ddquinn)

    Good day.
    I hope this is the right forum to use.
    I am running WPMU on GoDaddy cPanel.
    Yesterday, I tried to update plugins, including JetPack.
    I get the following error:
    Warning: unlink(/home/dawnquinn/public_html/family-servicewp-content/uploads/elementor.0.9.0-52FvIB.tmp): No such file or directory in /home/dawnquinn/public_html/family-service/wp-admin/includes/file.php on line 505
    An error occurred while updating Elementor: Download failed. Destination directory for file streaming does not exist or is not writable.
    I’m not familiar enough to know what line 505 is:
    if ( is_wp_error( $response ) ) {
    unlink( $tmpfname ); [line 505]
    return $response;
    }
    Permission on file.php is 664.
    Please help if you will. Thank you in advance.
    Dawn Quinn
Viewing 1 replies (of 1 total)
terkadang penyebabnya //define('WP_TEMP_DIR', 'C:/xampp/apps/wordpress/tmp');

gantilah dengan : 

define('WP_TEMP_DIR', ABSPATH . 'wp-content/');