https://wordpress.org/support/topic/destination-directory-for-file-streaming-does-not-exist-or-is-not-writable-3/Destination directory for file streaming does not exist or is not writable.
- 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 505An 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 :
gantilah dengan :
define('WP_TEMP_DIR', ABSPATH . 'wp-content/');
Thanks for reading & sharing TeknoBlog
0 comments:
Post a Comment