Hi,

A wrong field name is used in line 2844 in taxonomy_csv_term_find(). The field name used is {tid} which is working fine when the Drupal installation is not using a DB prefix, but when a such is used will it give an SQL error. The field name should instead be t.tid.

The attached patch is made against head and not this specific version.

Bests,
Jens

CommentFileSizeAuthor
taxonomy_csv.api_.inc_.patch422 bytesbeltofte

Comments

Daniel_KM’s picture

Hi,

Thanks for your remark. I will include it in 4.8 release (next week).
The Head version is the same as version 6.x-4.7.

Sincerely,

Daniel Berthereau
Knowledge manager

Daniel_KM’s picture

Version: 6.x-4.7 » 6.x-4.8
Status: Active » Closed (fixed)