by mcargile » Thu Sep 27, 2012 10:05 am
PHP has an execution time limit in it. This is to prevent runaway code from crashing web servers. It however also means that any PHP script that has to run for a while risks getting killed before it completes. The list download script is one such PHP script. With more than about 100,000 leads in a list you will reach the execution limit and the script will be killed. You should keep the leads in a single list below 100,000 if you plan on being able to download them in the future. You can always have multiple lists on a single campaign so this limitation will not prevent you from having that many leads on the campaign.
If you need to get the leads out of that list, you will need to use MySQL or phpMyAdmin to directly export the lead data from the database.
Michael Cargile | Director of Engineering | ViciDialGroup | http://www.vicidial.com
The official source for VICIDIAL services and support. 1-888-894-VICI (8424)