Bug #1333
closedError number 1146 when attempting to download leads from list
0%
Description
When I attempt to download the leads for a particular list, I always get an error similar to what is shown here. This occurs wherever there is a download link for a list's leads.
Does this have an effect on the leads themselves?
Error Number: 1146
Table 'asterisk.custom_1000' doesn't exist
SELECT vl.lead_id AS lead_id,entry_date,modify_date,status,user,vendor_lead_code,source_id,list_id,gmt_offset_now,called_since_last_reset,phone_code,phone_number,title,first_name,middle_initial,last_name,address1,address2,address3,city,state,province,postal_code,country_code,gender,date_of_birth,alt_phone,email,security_phrase,comments,called_count,last_local_call_time,rank,owner FROM vicidial_list vl, custom_1000 ct WHERE list_id='1000' AND vl.lead_id=ct.lead_id;