Last Updated on December 1, 2019 by Christopher G Mendla
I migrated a site from joomla 1.5 to 1.7. I’ve been having some problems with updating some plug ins. I was getting a warning that the temp folder wasn’t set.
I got into the PHP.INI file and , at around line 500, found the problem. THe upload tmp directive was commented out. I uncommented it and the warning was gone. I’m still not where i want to be with the functioning but this was one issue that is now fixed
; Temporary directory for HTTP uploaded files (will use system default if not
; specified).
upload_tmp_dir = /tmp