There is a bug in the mappers/taxonomy.inc code on line 113:

$query = new EntityFieldQuery();
  $query->entityCondition('entity_type', 'taxonomy_term')
    ->entityCondition('bundle', $cache['allowed_vocabularies'][$target])
    ->range(0, 1);

This causes "SQLSTATE[42S22]: Column not found: 1054 Unknown column 'vocabulary_machine_name' in 'where clause'".

CommentFileSizeAuthor
#3 feeds-taxonomy_error-1985782-3.patch668 bytescgoffin

Comments

swati.karande’s picture

Can you let us know the steps to replicate this issue?
Where you got such type of error?

twistor’s picture

What version of Drupal core are you running?

cgoffin’s picture

StatusFileSize
new668 bytes

Here's a patch that fixes this problem.

jeff.a’s picture

Priority: Major » Minor

I had the same issue after updating from 7.x-2.0-alpha7 to alpha8. I was running an older version of Drupal (7.14). Issue solved when I upgraded to 7.22.

For this reason, I've changed the priority to minor, and someone with more knowledge can take over from here.

Shyghar’s picture

I had the same problem but with #3 fix I resolved ^^
Thank you

bluegeek9’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

Drupal 7 reached end of life and the D7 version of Feeds is no longer being developed. To keep the issue queue focused on supported versions, we’re closing older D7 issues.

If you still have questions about using Feeds on Drupal 7, feel free to ask. While we won’t fix D7 bugs anymore, we’re happy to offer guidance to help you move forward. You can do so by opening (or reopening) a D7 issue, or by reaching out in the #feeds channel on Drupal Slack.

If this issue is still relevant for Drupal 10+, please open a follow-up issue or merge request with proposed changes. Contributions are always welcome!

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.