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

rmac897’s picture

I got the same bug here

Taz’s picture

Status: Active » Closed (fixed)

Fixed with latest release.