Closed (fixed)
Project:
Interests
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Jul 2007 at 17:22 UTC
Updated:
3 Nov 2007 at 04:14 UTC
I get this error whenever I click the My Interests menu tab.
user warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') AND i.uid != '1' AND i.uid != '0' AND u.uid = i.uid AND i.tid = t.tid GROUP BY' at line 1 query: SELECT i.uid, i.tid, u.name, t.name AS tname FROM interests i, users u, term_data t WHERE () AND i.uid != '1' AND i.uid != '0' AND u.uid = i.uid AND i.tid = t.tid GROUP BY i.uid ORDER BY i.counter desc LIMIT 10 in /home/escapecm/public_html/biz/includes/database.mysql.inc on line 172.
Comments
Comment #1
rmac897 commentedI got the same bug here
Comment #2
Taz commentedFixed with latest release.