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

Daniel_KM’s picture

Version: 6.x-5.5 » 6.x-5.6
Status: Active » Fixed

Hi,

Thanks for your issue. I commit it.

Daniel Berthereau
Knowledge manager

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.