I am having an issue when importing contacts. After filling out the first page ( uploading my file, choosing date format, contact type) when I click next it just gives me DB Error: no field exists. When I displayed back trace, I got this in the debug info but I'm not sure what it means:
is_template, search_display_id_1.name AS search_display_id.name, saved_search_id_2.name AS search_display_id.saved_search_id.name FROM civicrm_user_job a LEFT JOIN civicrm_search_display search_display_id_1 ON a.search_display_id = search_display_id_1.id LEFT JOIN civicrm_saved_search saved_search_id_2 ON search_display_id_1.saved_search_id = saved_search_id_2.id WHERE (a.id = "56") [nativecode=1054 ** Unknown column 'a.search_display_id' in 'ON']
- DB_Error: DB Error: no such field in unknown on line unknown
Can anyone help me figure out how to fix this?
Thank you!