I use drupal 4.5.1
I install module.
And click "veiw my page"(http://www.skivay.com/?q=mypage/view) and get errors:
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'' at line 1
query: SELECT COUNT(DISTINCT(n.nid)) FROM node n INNER JOIN term_node tn ON n.nid = tn.nid WHERE tn.tid IN () AND n.status = 1 AND '1' in /usr/ports/hosts/www.skivay.com/data/www/includes/database.mysql.inc on line 125.
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 DESC LIMIT 0, 10' at line 1
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 /usr/ports/hosts/www.skivay.com/data/www/includes/database.mysql.inc on line 125.
Comments
Comment #1
CEBEP commentedI find new revision in the previos install.
Sorry.
Comment #2
(not verified) commented