“missing Temp folder error” in WordPress?

Are you getting “missing Temp folder error” when you upload some media in WordPress.

Here is the solution.

1.use ftp and download the “config.php” from your wp folder

2. add the line

define(‘WP_TEMP_DIR’, ‘wp-content/temp/’);

and upload it back to your webspace.

3. create a folder with the name “temp” in wp-content, and give the file right “777”

that is it.

828 total views, 1 views today