Closed (fixed)
Project:
Taxonomy Access Control
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Nov 2006 at 08:39 UTC
Updated:
26 Nov 2006 at 19:15 UTC
I get this error when I view the page as an anyonomous user after I installed taxonomy access module
user warning: Unknown column 'FALSE' in 'where clause' query: SELECT t.* FROM term_node r INNER JOIN term_data t ON r.tid = t.tid INNER JOIN vocabulary v ON t.vid = v.vid WHERE (FALSE) AND r.nid = 23 ORDER BY v.weight, t.weight, t.name in /home/thevaluecircle/htdocs/dev/includes/database.mysql.inc on line 120.
Comments
Comment #1
keve commentedWhat is the SQL version that you use?
Comment #2
keve commentedThis was an error in mysql4.
Fix commited to 4.7 and cvs.
Instead of 'WHERE (FALSE)' in hook_db_rewrite_sql(), I put condition 'WHERE (t.tid IS NULL)'.
Comment #3
dreamrim2000 commentedI am using SQL version 4 , I just downloaded the tax_access file and installed it today , what do i need to do to resolve this?
Comment #4
dreamrim2000 commentedI am using drupal version 4.7.3
Comment #5
keve commentedI fixed the issue, download latest version, it should be: $id v 1.92.2.3 (for 4.7:).
Maybe tarball is updated only by tomorrow. but you can download new file directly from cvs or from repository.
Comment #6
(not verified) commented