Engine23

Magento – Could Not Determine Temp Directory

To fix this issue delete the tmp directory (if there is one) and re-create it with 755 permissions. Make sure the owner and group of the directory correspond with the user/group that owns the rest of the website files.

mkdir var/tmp/

chmod -R 755 var/tmp

Share: