diff -Nur smeserver-wordpress-1.0-old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/92wordpress smeserver-wordpress-1.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/92wordpress --- smeserver-wordpress-1.0-old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/92wordpress 2013-06-05 22:07:00.000000000 +0200 +++ smeserver-wordpress-1.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/92wordpress 2013-06-05 22:09:19.000000000 +0200 @@ -71,6 +71,7 @@ $OUT .= " php_value mysql.default_host $wordpress{DbName}\n"; $OUT .= " php_value mysql.default_user $wordpress{DbUser}\n"; $OUT .= " php_value mysql.default_password $wordpress{DbPassword}\n"; + $OUT .= " php_admin_value upload_tmp_dir /tmp\n"; if ($pass) { $OUT .= " AuthName \"$name\"\n";