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
| Comment | File | Size | Author |
|---|---|---|---|
| taxonomy_csv.api_.inc_.patch | 422 bytes | beltofte |
Comments
Comment #1
Daniel_KM commentedHi,
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
Comment #2
Daniel_KM commented