 | |  |
Project submissions
- 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 'ASC
) count_alias' at line 8
query: SELECT COUNT(*) FROM (SELECT DISTINCT(node.nid) AS nid,
node.changed AS node_changed,
value
FROM node node
INNER JOIN queeky_picture queeky_picture_node ON node.nid = queeky_picture_node.nid
WHERE (node.type in ('queeky_picture')) AND (node.status <> 0) AND (queeky_picture_node.PIC_project > 0)
GROUP BY nid
ORDER BY node_changed DESC, ASC
) count_alias in /srv/vhosts/queeky/cms/modules/views/includes/view.inc on line 745.
- 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 'ASC
LIMIT 0, 24' at line 8
query: SELECT DISTINCT(node.nid) AS nid,
node.changed AS node_changed,
value
FROM node node
INNER JOIN queeky_picture queeky_picture_node ON node.nid = queeky_picture_node.nid
WHERE (node.type in ('queeky_picture')) AND (node.status <> 0) AND (queeky_picture_node.PIC_project > 0)
GROUP BY nid
ORDER BY node_changed DESC, ASC
LIMIT 0, 24 in /srv/vhosts/queeky/cms/modules/views/includes/view.inc on line 771.