user warning: Unknown column 'events' in 'where clause'
query: SELECT COUNT(*)
FROM node n
INNER JOIN content_type_graphics g ON n.nid = g.nid
WHERE (g.field_graphics_image_fid != 0 OR g.field_graphics_url_value != '')
AND g.field_graphics_status_value = 1 AND g.field_graphics_year_value = events
in /var/www/html/mmc_production/includes/database.mysql.inc on line 154.
user warning: Unknown column 'events' in 'where clause'
query: SELECT n.nid, f.filepath as image,g.field_graphics_url_value as image1
FROM node n
INNER JOIN content_type_graphics g ON n.nid = g.nid
LEFT JOIN files f ON f.fid = g.field_graphics_image_fid AND n.nid = f.nid
WHERE (g.field_graphics_image_fid != 0 OR g.field_graphics_url_value != '')
AND g.field_graphics_status_value = 1 AND g.field_graphics_year_value = events
ORDER BY g.field_graphics_order_value ASC, n.title ASC
LIMIT 0, 15 in /var/www/html/mmc_production/includes/database.mysql.inc on line 154.