Problem using Refine by taxonomy module with i18n

Schnittmenge - May 8, 2007 - 13:31
Project:Refine by taxonomy
Version:5.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:duplicate
Description

Hi,
I'm triyng to use i18n and Refine by taxonomy modules together. I get the error below when I go to a taxonomy term page. When I use it without the i18n module, there is no problem. (http://drupal.org/node/128697)

user warning: Unknown column 'n.nid' in 'on clause' query: refine_by_taxo_find_related_terms_by_node 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 INNER JOIN node_access na ON na.nid = n.nid WHERE (i18n.language ='es' OR i18n.language ='' OR i18n.language IS NULL) AND (na.grant_view >= 1 AND ((na.gid = 0 AND na.realm = 'all') OR (na.gid = 0 AND na.realm = 'og_public') OR (na.gid = 228 AND na.realm = 'og_subscriber'))) AND ( (tn.nid IN (233,228,237,235,231,230)) AND (td.vid = 6) AND NOT (tn.tid IN (90) )) in /usr/home/lamevaweb/www/svn/drupal_5/includes/database.mysql.inc on line 172.

I have talked to the developer of i18n and he thinks that this is a problem of refine by taxonomy module. In would like to know if I can expect a solution from the refine by taxonomy team?

#1

marcoBauli - November 15, 2007 - 14:51

This patch fixed a very similar warning in Localizer, give it a try

#2

JHeffner - November 28, 2007 - 16:25
Status:active» duplicate

Marking as dupe http://drupal.org/node/122570

 
 

Drupal is a registered trademark of Dries Buytaert.