Search found 1 match
- Thu Jul 11, 2019 3:44 pm
- Forum: Web Server
- Topic: HOWTO: fix sys_get_temp_dir returns /tmp
- Replies: 0
- Views: 2043
HOWTO: fix sys_get_temp_dir returns /tmp
hi, when u use vestacp u cant use sys_get_temp_dir () in php because always it returns /tmp that u cant rely on, especially for creating temp file so u must change it in apache templates. add php_admin_value sys_temp_dir %home%/%user%/tmp in Directory section of templates in /usr/local/vesta/data/te...