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
Comment #1
andynyc commentedPlease provide a little more info, like what link you clicked on when you got this error (or what function you were trying to access), what modules you have installed, etc. Please let me know if you have anything unusual... for example, no taxonomies selected under "build my page".
I have not done extensive testing with 4.5, I did a quick port... I'm still on 4.4 myself.
If you'd prefer to take this offline, email me: drupaldev [at] andy2.com
Comment #2
andynyc commentedAfter 3 weeks, there was no follow-up after requests for more detail... this is not a bug I can reproduce. Very likely a mis-configuration. Closed.
Comment #3
andynyc commentedThis is the same bug described and fixed in the post called "sql errors after installing mypage 4.5.0 in drupal"
Comment #4
(not verified) commented