Uploading Media gives error “Missing a temporary folder.”
upload_tmp_dir is an optional setting in php.ini. Php will attempt to use the system default temp directory. So it should just work. If something happens to the permissions on your temp directory, regardless of wether you set it in php.ini or use the system default (usually /tmp on unix like systems), then media uploads will … Read more