Receiving following error in drupal when importing contribution from a csv. Is there a quick fix for this?
Error: Class name must be a valid object or a string in CRM_Import_Parser->parsePseudoConstantField() (line 565 of /home/webadmin/public_html/cmm/sites/all/modules/civicrm/CRM/Import/Parser.php).
Notice: Undefined index: bao in CRM_Import_Parser->parsePseudoConstantField() (line 563 of /home/webadmin/public_html/cmm/sites/all/modules/civicrm/CRM/Import/Parser.php).
Edited
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Child items 0
Show closed items
No child items are currently assigned. Use child items to break down this issue into smaller parts.
Linked items 0
Link issues together to show that they're related.
Learn more.
Activity
Sort or filter
Newest first
Oldest first
Show all activity
Show comments only
Show history only
tapashchanged title from Fatal error during "Import Contribution" to Error during "Import Contribution" and not able to import
changed title from Fatal error during "Import Contribution" to Error during "Import Contribution" and not able to import
Noting there's a post on stackexchange that is slightly different but seems to be the same root cause with the same fatal error - $fieldspec bao not being defined for custom fields.
@eileen@seamuslee I'm having trouble telling if the other variation (sorting on a custom field in a profile listing) is still a problem. It is on dmaster, but on my local latest master it seems ok. Line 6422 CRM/Contact/BAO/Query.php.