All cpanel server should have the /var tmp folder symlinked to /tmpHere is how, first remove the /var/tmp folder rm -rf /var/tmp Then add the symlink: ln -s /tmp /var/tmp