Hi,
I experience the following error:
Error retrieving Account list: Query Failed: SELECT contacts.id ,contacts_cstm.typeofcontact_c,contacts_cstm.types ofsport_c,contacts_cstm.emailfollowup_c,contacts_c stm.donotemail_c,contacts_cstm.skype_c, contacts.first_name , contacts.last_name , CONCAT(IFNULL(contacts.first_name,''),' ',IFNULL(contacts.last_name,'')) as name, contacts.primary_address_city , contacts.primary_address_state , contacts.phone_work , contacts.assigned_user_id , 'contacts' panel_name FROM contacts LEFT JOIN contacts_cstm ON contacts.id = contacts_cstm.id_c INNER JOIN accounts_contacts ON (contacts.id=accounts_contacts.contact_id AND accounts_contacts.account_id= 'f0409da7-4c33-d837-faa7-4943de847cad') where ( accounts_contacts.deleted=0 AND contacts.deleted=0) AND contacts.deleted=0 ORDER BY contacts.last_name,contacts.first_name asc LIMIT 0,11::MySQL error 1054: Unknown column 'contacts_cstm.skype_c' in 'field list'
And if I try to search for contacts I most often do not get any result.
What can I do? I use sugar Pro 5.1 b
Andreas


LinkBack URL
About LinkBacks



Reply With Quote


Bookmarks