[Solved] Error uploading: missing a temporary folder

edited October 2011 in Vanilla 2.0 - 2.8
When I attach a file, I get the "Uploading" message for a few seconds and then an error: "File upload failed. Reason (test.jpg) Missing a temporary folder."

I *have* chmodded the /uploads directory to 777 and confirmed that the IUSR account used by IIS can write to that folder. But, nothing ever shows up there.

Windows Server 2003
IIS 6.0
PHP 5.3.8
MySQL 5.5
URL: www.wokr.org/forums

Tagged:

Best Answer

  • Answer ✓
    I figured it out. Needed to define "upload_tmp_dir" in my php.ini.

Answers

  • Answer ✓
    I figured it out. Needed to define "upload_tmp_dir" in my php.ini.
Sign In or Register to comment.