"missing a temporary folder" prevents any upload
-
Attempting to upload photo or theme triggers error message “missing a temporary folder” (though the photo does transfer, it isn’t possible to post). Spent several hours reading through and trying solutions for this error message (which only seem to work sporadically).
WordPress (3.7.1) installed manually on shared hosting 1and1.com (therefore I can’t access the php.ini file)
I have added /tmp and /wwwtmp folders to the main wordpress directory.
test.php with the following contents on my main directory
<?php
var_dump(ini_get(‘upload_tmp_dir’));
echo getcwd();
?>produces
string(0) “” E:\kunden\homepages\43\myusername\wwwAnyone get wordpress working on 1and1?
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘"missing a temporary folder" prevents any upload’ is closed to new replies.