Quote:
Originally Posted by Lynne
Check your error_logs - it may help you figure out the issue.
These server settings may also effect your attachment upload limits:
PHP Settings:
max_execution_time
memory_limit
post_max_size
upload_max_filesize
max_input_time
MySQL Settings:
max_allowed_packet
wait_timeout
|
our current settings are
max_execution_time 300
memory_limit 96M
max_input_time 60
post_max_size 20M (may be the problem, where do i change this value?)
upload_max_filesize 20M (may be the problem, where do i change this value?)
I am not sure how to get to these settings, forgive me I am over 40 lol :-)
Your suggestions seem to have led to the problem, could you advise on how/where to make these changes, and TY very much.