DB Error: no such field

SELECT contact_a.id as contact_id, civicrm_value_domain_11.id as civicrm_value_domain_11_id, civicrm_value_domain_11.domain_22 as custom_22 FROM civicrm_contact contact_a LEFT JOIN civicrm_contribution ON civicrm_contribution.contact_id = contact_a.id
LEFT JOIN civicrm_value_domain_11 ON civicrm_value_domain_11.entity_id = civicrm_contribution.id WHERE ( contact_a.id = Array ) LIMIT 0, 25 [nativecode=1054 ** Unknown column 'Array' in 'where clause']

This happens when Anonymous tries to check out. Logged in users work fine.

Any ideas?

CommentFileSizeAuthor
#1 uc_civicrm_profile_pane.diff1.21 KBmillenniumtree

Comments

millenniumtree’s picture

Status: Active » Needs review
StatusFileSize
new1.21 KB

Wow, I found that one pretty fast, actually.

I fixed the issue and just created a patch for it.
This patch also fixes the missing require_once's referenced here: http://drupal.org/node/753624