Destination directory for file streaming does not exist or is not writable.
-
This error has come up a lot, but I have tried the common fixes, but still can’t get it to work.
So far I have tried adding the following to my wp-config.php file:
define(‘WP_TEMP_DIR’, ABSPATH . ‘wp-content/‘);
define(‘WP_TEMP_DIR’, ABSPATH . ‘wp-content/tmp/’);
define(‘WP_TEMP_DIR’, sys_get_temp_dir());
And I have tried those with or without the existing line already in wp-config.php:
define(‘WP_TEMP_DIR’,dirname(__FILE__).’wp-content/tmp’);
And I have tried the tmp folder with 0755 and 0777 permissions.
And tried with the TwentyTwenty theme.
I have briefly set WP_DEBUG to true, with threw up the following warnings:
Warning: Cannot modify header information – headers already sent by (output started at /home/travelexpo365/public_html/wp-config.php:216) in /home/travelexpo365/public_html/wp-content/plugins/nitropack/functions.php on line 376
Warning: Cannot modify header information – headers already sent by (output started at /home/travelexpo365/public_html/wp-config.php:216) in /home/travelexpo365/public_html/wp-content/plugins/nitropack/functions.php on line 377
Warning: array_intersect(): Argument #2 is not an array in /home/travelexpo365/public_html/wp-content/plugins/elementor/includes/user.php on line 128
Warning: array_intersect(): Argument #2 is not an array in /home/travelexpo365/public_html/wp-content/plugins/elementor/includes/user.php on line 128
Warning: array_intersect(): Argument #2 is not an array in /home/travelexpo365/public_html/wp-content/plugins/elementor/includes/user.php on line 128
I tried deleting Nitropack but it couldn’t fully remove it.
Any suggestions would be much appreciated as this is driving me nuts now. It all started first thing this morning when I was just trying to add an Elementor popup up, which wouldn’t centre on the page, so i went to update Elementor, and it all went from bad to worse….
Thank you!
The page I need help with: [log in to see the link]
- The topic ‘Destination directory for file streaming does not exist or is not writable.’ is closed to new replies.