Closed (fixed)
Project:
Taxonomy CSV import/export
Version:
6.x-5.6
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Jan 2011 at 20:45 UTC
Updated:
21 Jan 2011 at 10:50 UTC
Hi,
user warning: Unknown column 'xx_t1.tid' in 'order clause' query: SELECT t1.tid, t1.name FROM xx_term_data t1 LEFT OUTER JOIN xx_term_data t2 ON t1.tid != t2.tid AND LOWER(t1.name) = LOWER(t2.name) WHERE t2.tid IS NOT NULL AND t1.vid = 8 AND t2.vid = 0 ORDER BY xx_t1.tid ASC in /home/xx/sites/all/modules/taxonomy_csv/taxonomy_csv.term.api.inc on line 198.
line 196 is $sql .= ' ORDER BY {t1.tid} ASC ';
but this not table, this column only, and need $sql .= ' ORDER BY t1.tid ASC ';
Now normally work only on drupal with basic settings, but if on setup screen use prefix for database this error allways...
Sergei.
Comments
Comment #1
Daniel_KM commentedHi,
Thanks for your issue. I commit it.
Daniel Berthereau
Knowledge manager