Get the following error when accessing "MyPage":

user error: 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 n.status = 1 AND '1' ORDER BY n.sticky DESC, n.created DE
query: SELECT DISTINCT(n.nid), n.sticky, n.created FROM node n INNER JOIN term_node tn ON n.nid = tn.nid WHERE tn.tid IN () AND n.status = 1 AND '1' ORDER BY n.sticky DESC, n.created DESC LIMIT 0, 10 in /var/www/devel/includes/database.mysql.inc on line 125.

Comments

Anonymous’s picture

andynyc’s picture

Assigned: Unassigned » andynyc

This is the same bug described and fixed in the post called "sql errors after installing mypage 4.5.0 in drupal"

Anonymous’s picture