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 ')) FROM node node LEFT JOIN term_node term_node ON node.nid = term_node.nid LEF' at line 1 query: SELECT count(DISTINCT()) FROM node node LEFT JOIN term_node term_node ON node.nid = term_node.nid LEFT JOIN term_data term_data ON term_node.tid = term_data.tid WHERE (node.status = '1') AND (node.type IN ('image')) in /home/jcbulloc/domains/classways.com/public_html/includes/database.mysql.inc on line 120.
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 'ORDER BY node.sticky DESC, node.created DESC LIMIT 0, 10' at line 1 query: SELECT count(DISTINCT(node.nid)) as num_nodes, term_data.name AS term_data_name, term_data.tid AS term_data_tid FROM node node LEFT JOIN term_node term_node ON node.nid = term_node.nid LEFT JOIN term_data term_data ON term_node.tid = term_data.tid WHERE (node.status = '1') AND (node.type IN ('image')) GROUP BY ORDER BY node.sticky DESC, node.created DESC LIMIT 0, 10 in /home/jcbulloc/domains/classways.com/public_html/includes/database.mysql.inc on line 120.
This is what I get when I try and access galleries from the menu.
Any ideas?
Comments
Comment #1
karens commentedI've done a complete re-write of the module and issued new releases for both 4.7 and 5.x, and this issue should be fixed. If not, please re-open a new issue.
Comment #2
(not verified) commented