's blog
- 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 YEAR(FROM_UNIXTIME(n.created)) = 10' at line 1
query: SELECT COUNT(*) FROM node n WHERE n.type = 'blog' AND n.status = 1 AND n.uid = AND YEAR(FROM_UNIXTIME(n.created)) = 10 in /home/itvalley/domains/itvalley.org/public_html/modules/advanced_blog/advanced_blog.module on line 600.
- 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 YEAR(FROM_UNIXTIME(n.created)) = 10 ORDER BY n.created DESC LIMIT 0, 20' at line 1
query: SELECT n.nid, n.created, YEAR(FROM_UNIXTIME(n.created)) AS year, MONTH(FROM_UNIXTIME(n.created)) AS month, DAY(FROM_UNIXTIME(n.created)) AS day FROM node n WHERE n.type = 'blog' AND n.status = 1 AND n.uid = AND YEAR(FROM_UNIXTIME(n.created)) = 10 ORDER BY n.created DESC LIMIT 0, 20 in /home/itvalley/domains/itvalley.org/public_html/modules/advanced_blog/advanced_blog.module on line 600.
- 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.created DESC' at line 1
query: SELECT DISTINCT node.nid, node.created FROM node 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 = 0 AND na.realm = 'og_public'))) AND ( node.type = 'blog' AND node.status = 1 AND node.uid = )ORDER By node.created DESC in /home/itvalley/domains/itvalley.org/public_html/modules/advanced_blog/advanced_blog.module on line 390.