Thanks, jadik – this worked!
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!