When this occurs you may define a tmp directory in the following matter:
add...
define('WP_TEMP_DIR', dirname(FILE ) . '/wp-content/temp/');
...to your wp-config.php
Then create the directory /wp-content/temp/ with 777 permissions.
If you need help doing this please contact our support department.