Closed (fixed)
Project:
mypage
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Anonymous (not verified)
Created:
22 Nov 2004 at 22:00 UTC
Updated:
18 Jan 2005 at 18:15 UTC
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
(not verified) commentedComment #2
andynyc commentedThis is the same bug described and fixed in the post called "sql errors after installing mypage 4.5.0 in drupal"
Comment #3
(not verified) commented