Hi,
I'm triyng to use i18n and Refine by taxonmy modules together. I get the error below when I go to a taxonmy term page. When I use it without the i18n module, there is no problem.

user warning: Unknown column 'n.nid' in 'on clause' query: SELECT DISTINCT tn.tid FROM term_node tn INNER JOIN term_data td ON td.tid = tn.tid LEFT JOIN i18n_node i18n ON n.nid = i18n.nid WHERE (i18n.language ='en' OR i18n.language ='' OR i18n.language IS NULL) AND ( (tn.nid IN (89,87)) AND (td.vid = 3) AND NOT (tn.tid IN (14) )) in /home/.maydee/bilgehan/deneme.ispanyali.org/includes/database.mysql.inc on line 172.

Comments

marcoBauli’s picture

same warning here too with latest i18n and Refine_by_taxonomy.

marcoBauli’s picture

Status: Active » Closed (duplicate)

This patch for Localizer fixes the same warning in i18n.

Marking as duplicate