Download & Extend

Taxonomy Filter breaks on multi-site installs

Project:Taxonomy Filter
Version:7.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:solotandem
Status:closed (fixed)

Issue Summary

After switching from test to production server I spent 4 hours trying to work out why my filter blocks don't appear anymore - finally discovered that on line 470

<?php

  $joins
.= " INNER JOIN node n ON tn.nid = n.nid";
?>

should be this:
<?php

  $joins
.= " INNER JOIN {node} n ON tn.nid = n.nid";
?>

Thanks for a great module and sorry for not making a patch -its only one line after all :)

Comments

#1

Version:6.x-1.0» 7.x-1.x-dev
Assigned to:Anonymous» solotandem
Status:active» fixed

Good catch.

Implemented in next dev release created after this comment.

#2

Status:fixed» closed (fixed)

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

nobody click here