I’m working on a mac OSX 10.8 using the built in apache server and php/mysql to develop on moodle 2.4
the problem i’m having is that why I try and upload anything I get the error message PHP is missing a Temporary Folder.
I then downloaded the live copy onto my laptop as i know this is working, and still got the same error on my localhost.
How can i fix this?
Open your php.ini file look at the value for
upload_tmp_dirand double check that the path exists.And that apache has write access to it also, obviously.