Quote:
Originally Posted by Lynne
Did you ever say if the attachments were in the filesystem or the database? Depending on which, you need to look at these settings:
PHP Settings:
max_execution_time
memory_limit
post_max_size
upload_max_filesize
max_input_time
MySQL Settings:
max_allowed_packet
wait_timeout
|
They're stored in the database so I'm guessing I need to look at the last two.