I'm trying to get website to upload images and I'm getting this error:
[Fri Oct 23 21:42:30.075831 2015] [:error] [pid 18652] [client ::1:64412] PHP Warning:move_uploaded_file(): Unable to move '/private/var/tmp/php0HlxVu' to 'images/photo.jpg' in /Users/ridgefrancis/Sites/examples/ch05/initial/guitarwars/addscore.php on line 32, referer: http://localhost/~ridgefrancis/examples/ch05/initial/guitarwars/addscore.php
I've seen the solution to this question already here:
move_uploaded_file gives "failed to open stream: Permission denied " error after all configurations i did
In my attempt to follow these instructions to fix the problem I ran into another problem,
tmp_file_upload file/folder doesn't exist.
What do I do in a case like this?
Thanks in advance!