Hi all:
I want to upload a csv list of 17,000 email addresses (about 413 kb) to a DB file using Pommo email list manager. At first Pommo was timing out after about 30 seconds. I went into PHP.ini and reset the following:
max_execution_time = 300 (from 30)
max_input_time = 600 (from 60)
upload_max_filesize = 64M (default)
I thought that would solve the problem but it didn't. I no longer get a 30 sec timeout error on Pommo, but only about 600 email addresses out of 17,000 get added to the DB file, yet Pommo says it is still processing. I can watch it in php MyAdmin and see that it stopped adding records even though Pommo says it is still processing. I have to go back re-enter the list in small batches.
I am lost as to what other variables to check!
Help appreciated!