I want to try out the free Platform Theme before I buy Platform Pro. However, the first thing I've tried to do, which is upload a logo and favicon gives me this error:
Upload Error: Missing a temporary folder.
Where do I place a temporary folder in the file structure? I can create one with ftp client. Should it simply be named Temporary?
Any help would be appreciated.
http://wordpress.org/extend/themes/platform/
I solved this by adding a line of code to my php5.ini file:
upload_tmp_dir = /tmp
then by creating a new folder in the root:
/wwwtmp
this combination solved my issue.
Hope it helps someone else!
helpfulnerd
Member
Posted 7 months ago #
@keigh AWESOME! That fix did it for me.
I'm going to write a simple tutorial about how to fix this, and give you a shout out, whats your web address, so I can link to you from my blog post?
Credit goes to you, thanks for the help
email me at josh@helpfulnerd.com so I can stay in touch, you are very wise and I want you in my contacts.
thaiyoga
Member
Posted 6 months ago #
Did you make a public tutorial? I have the same issue!