When I try to upload my Fontello icon zip folder, it gives me this error:
Couldn’t add the font.
The script returned the following error:
Wasn’t able to create temp folder
Where should this temp folder be, and what should it be named? I created a tmp folder in wp with 777 perms with no success.
Is this part of Enfold, WordPress or the web server related to php.ini?
Thank you!
Hi fbarfety!
You can check where is your temp folder by running phpinfo(), do the following: create a file info.php and put this inside:
<?php
phpinfo();
?>
Then simply run it using the browser and it will throw a lot of data, perform a search for “upload_tmp_dir”.
http://wordpress.org/support/topic/missing-temporary-folder-phpini-not-accessible
Cheers!
Josue