Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to export contacts in Civi 5.32+ #19104

Merged
merged 1 commit into from
Dec 4, 2020

Conversation

MegaphoneJon
Copy link
Contributor

Overview

https://lab.civicrm.org/dev/core/-/issues/2230

Before

DB Error when you try to export contacts without selecting "All Primary Fields"

After

Export works.

Technical Details

The issue is that $this->getComponentTable() returns civicrm_contact, and the rest of the SQL on the line I modified will never work. But nothing's been changed in this file in months - so $this->getComponentTable() must have previously returned a false value.

Comments

Coleman just now figured out why my buildkit site is failing, so I'm going to do a git bisect and see if I can find the root cause of this issue.

@civibot
Copy link

civibot bot commented Dec 4, 2020

(Standard links)

@civibot civibot bot added the master label Dec 4, 2020
@eileenmcnaughton
Copy link
Contributor

Thanks @MegaphoneJon - can you switch to the rc branch?

@MegaphoneJon MegaphoneJon changed the base branch from master to 5.33 December 4, 2020 00:46
@civibot civibot bot added 5.33 and removed master labels Dec 4, 2020
@MegaphoneJon MegaphoneJon changed the title Potential fix for 5.32+ unable to export contacts Unable to export contacts in Civi 5.32+ Dec 4, 2020
@eileenmcnaughton
Copy link
Contributor

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants