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 'AND n.status = 1 ) ORDER BY nid ASC' at line 1
query: SELECT DISTINCT(n.nid), n.title FROM node n INNER JOIN term_node t ON n.nid = t.nid INNER JOIN term_data r ON t.tid = r.tid INNER JOIN node_access na ON na.nid = n.nid WHERE (na.grant_view >= 1 AND ((na.gid = 0 AND na.realm = 'all') OR (na.gid = 1 AND na.realm = 'book_access') OR (na.gid = 0 AND na.realm = 'og_public'))) AND ( n.type = 'image' AND n.nid > 4095 AND r.tid = AND n.status = 1 ) ORDER BY nid ASC in /home/ways/public_html/pyrn/includes/database.mysql.inc on line 172.
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 'AND n.status = 1 ) ORDER BY nid DESC' at line 1
query: SELECT DISTINCT(n.nid), n.title FROM node n INNER JOIN term_node t ON n.nid = t.nid INNER JOIN term_data r ON t.tid = r.tid INNER JOIN node_access na ON na.nid = n.nid WHERE (na.grant_view >= 1 AND ((na.gid = 0 AND na.realm = 'all') OR (na.gid = 1 AND na.realm = 'book_access') OR (na.gid = 0 AND na.realm = 'og_public'))) AND ( n.type = 'image' AND n.nid < 4095 AND r.tid = AND n.status = 1 ) ORDER BY nid DESC in /home/ways/public_html/pyrn/includes/database.mysql.inc on line 172.