WordPress php upload error of “Missing a temporary folder”

When uploading an image in wordpress, got a “Missing a temporary” error?

Screen Shot 2013-01-13 at 11.26.40 PM

This is because php needs a temp folder for uploading (e.g. upload_tmp_dir in php.ini ). Usually it is just /tmp on linux/unix systems.

We encountered this error as we are running our webserver Nginx in chroot mode (see our other post on how to chroot Nginx) and in the choot, there is no /tmp folder. to fix

$ cd /opt/nginx-1.2.6
$ mkdir tmp
$ cmod 777 tmp

2 thoughts on “WordPress php upload error of “Missing a temporary folder”

Leave a Reply

Your email address will not be published. Required fields are marked *

eight − seven =