0

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!

2
  • That's clearly non-functional SQL. Which version are you using? Do you get the same result if you try on the demo site (smaster.demo.civicrm.org/civicrm/login) (don't upload personal information here). Commented Aug 31 at 17:03
  • I had to update my database fully and then it worked! Commented Oct 22 at 23:17

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.