WordPress is giving error: "Missing a temporary folder" while uploading image/media ?

WordPress is giving error on image upload : "image.jpg" has failed to upload due to an error "Missing a temporary folder."

If you are receiving this error please follow these simple  instructions below:

1. Create a "tmp" folder in your WordPress root directory with 777 permissions. This can be done by your FTP program.

2. Also create a "php.ini" file in same location.

3. Add the following in php.ini file:

upload_max_filesize = 16M
upload_tmp_dir = on
upload_tmp_dir = /home/username/public_html/wordpressDir/tmp

Please make sure to replace username with your hosting username, and wordpressDir with the directory name of your WordPress install.
If you have installed WordPress on your homepage then the path will be like: upload_tmp_dir = /home/username/public_html/tmp

4. Copy the same php.ini file to your wp_admin folder.


That's it.

Was this answer helpful?

 Print this Article

Also Read

Secure your joomla site

Tips to secure your joomla site Securing your site is rather easy, if you know what, where, and...

WordPress Security

Wordpress Security Wordpress is being used by a lots of users as it is user-friendly in...

Can we install SSL for Addon domains?

Yes, we can install SSL for an Addon domain name. Every SSL certificate requires a domain name...

Troubleshooting an IFrame Injection Attack

IFrame Injection Attack is considered one of the most common and most basic cross site scripting...

Can I have register globals turned on?

Yes, just add the following to their .htaccess file located in the public_html folder: php_flag...