Warning: mysql_query() [function.mysql-query]: MySQL server has gone away in /usr/lib/php/pixilink/classes/Site.php on line 576
Warning: mysql_query() [function.mysql-query]: Error reading result set's header in /usr/lib/php/pixilink/classes/Site.php on line 576
MySQL server has gone awaySELECT YEAR(published) as year, count(1) as count
FROM pixilink_360.agent_blog_articles
where site_id = 1172 and agent_blog_articles.display = '1'
and published < '2025-07-12 01:07:37'
and published <> '0000-00-00 00:00:00'
GROUP BY 1 order by published desc