In SME, i sometimes get lost...
Using SME 6.0 I need to edit the upload_temp_dir in the php config file but cant find...
The php settings are in the standard spot of /etc/php.ini, but if you want to change them you need to use the smeserver 'templates' for php.ini.
Copy the template file, 60FileUploads across to a new custom template (one line):
cp /etc/e-smith/templates/etc/php.ini/60FileUploads /etc/e-smith/templates-custom/etc/php.ini/.
Add the following line at the end (use nano, pico or mcedit)
upload_temp_dir = "<your setting>"
Expand the template:
/sbin/e-smith/expand-template /etc/php.in
and restart httpd:
/etc/init.d/httpd restart
Trevor B