As a newbie I think I've missed something fundamental here.
Can anybody help Please
I needed to change some PHP settings so I copied
20ResourceLimits, 40DataHandling, 60FileUploads
from
/etc/e-smith/templates/etc/php.ini/
to
/etc/e-smith/templates-custom/etc/php.ini
Using pico I set
max_execution_time: 300
post_max_size: 32M
upload_max_filesize: 32M
and saved the files then a reboot.
Is there something else I needed to do as the custom templates do not seem to have been applied.